Searched refs:hvcs_index_show (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvcs.c | 444 static ssize_t hvcs_index_show(struct device *dev, struct device_attribute *attr, char *buf) in hvcs_index_show() function 457 static DEVICE_ATTR(index, S_IRUGO, hvcs_index_show, NULL);
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvcs.c | 422 static ssize_t hvcs_index_show(struct device *dev, struct device_attribute *attr, char *buf) in hvcs_index_show() function 435 static DEVICE_ATTR(index, S_IRUGO, hvcs_index_show, NULL);
|
Completed in 5 milliseconds