Searched refs:channel_get (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/s390/net/ |
D | ctcm_main.c | 254 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function 1596 channel_get(type, direction == CTCM_READ ? in ctcm_new_device() 1642 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device() 1645 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()
|
/linux-2.6.39/drivers/net/wireless/libertas/ |
D | mesh.c | 874 static ssize_t channel_get(struct device *dev, in channel_get() function 1147 static DEVICE_ATTR(channel, 0644, channel_get, channel_set);
|