Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/net/
Dctcm_main.c252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function
1589 channel_get(type, direction == CTCM_READ ? in ctcm_new_device()
1629 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device()
1632 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dmesh.c468 static ssize_t channel_get(struct device *dev, in channel_get() function
773 static DEVICE_ATTR(channel, 0644, channel_get, channel_set);