Searched refs:show_channel (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | debug.c | 51 static int show_channel(struct host1x_channel *ch, void *data, bool show_fifo) in show_channel() function 111 show_channel(ch, o, show_fifo); in show_all()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | debug.c | 52 static int show_channel(struct host1x_channel *ch, void *data, bool show_fifo) in show_channel() function 138 show_channel(ch, o, show_fifo); in show_all()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-prodikeys.c | 99 static ssize_t show_channel(struct device *dev, in show_channel() function 128 static DEVICE_ATTR(channel, S_IRUGO | S_IWUSR | S_IWGRP , show_channel,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-prodikeys.c | 99 static ssize_t show_channel(struct device *dev, in show_channel() function 128 static DEVICE_ATTR(channel, S_IRUGO | S_IWUSR | S_IWGRP , show_channel,
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A 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);
|
Completed in 6 milliseconds