Searched refs:channel_get (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_main.c | 251 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function 1593 channel_get(type, direction == CTCM_READ ? in ctcm_new_device() 1632 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device() 1635 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | mesh.c | 464 static ssize_t channel_get(struct device *dev, in channel_get() function 769 static DEVICE_ATTR(channel, 0644, channel_get, channel_set);
|