Searched refs:channel_get (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/s390/net/
H A Dctcm_main.c251 static struct channel *channel_get(enum ctcm_channel_types type, channel_get() function
1593 channel_get(type, direction == CTCM_READ ? ctcm_new_device()
1632 readc = channel_get(type, read_id, CTCM_READ); ctcm_new_device()
1635 writec = channel_get(type, write_id, CTCM_WRITE); ctcm_new_device()
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dmesh.c459 * channel_get - Get function for sysfs attribute channel
464 static ssize_t channel_get(struct device *dev, channel_get() function
769 static DEVICE_ATTR(channel, 0644, channel_get, channel_set);

Completed in 90 milliseconds