Searched refs:channel_get (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | mesh.c | 463 * channel_get - Get function for sysfs attribute channel 468 static ssize_t channel_get(struct device *dev, in channel_get() function 773 static DEVICE_ATTR(channel, 0644, channel_get, channel_set);
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_main.c | 252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function 1582 channel_get(type, direction == CTCM_READ ? in ctcm_new_device() 1622 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device() 1625 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_main.c | 252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function 1542 channel_get(type, direction == CTCM_READ ? in ctcm_new_device() 1582 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device() 1585 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()
|
Completed in 9 milliseconds