Searched refs:show_channel (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/host1x/ |
D | debug.c | 58 static int show_channel(struct host1x_channel *ch, void *data, bool show_fifo) in show_channel() function 116 show_channel(ch, o, show_fifo); in show_all()
|
/Linux-v4.19/drivers/hid/ |
D | hid-prodikeys.c | 103 static ssize_t show_channel(struct device *dev, in show_channel() function 132 static DEVICE_ATTR(channel, S_IRUGO | S_IWUSR | S_IWGRP , show_channel,
|
/Linux-v4.19/net/bluetooth/rfcomm/ |
D | tty.c | 207 static ssize_t show_channel(struct device *tty_dev, struct device_attribute *attr, char *buf) in show_channel() function 214 static DEVICE_ATTR(channel, 0444, show_channel, NULL);
|