Searched refs:hvcs_partner_vtys_show (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvcs.c | 336 static ssize_t hvcs_partner_vtys_show(struct device *dev, struct device_attribute *attr, char *buf) in hvcs_partner_vtys_show() function 348 static DEVICE_ATTR(partner_vtys, S_IRUGO, hvcs_partner_vtys_show, NULL);
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvcs.c | 314 static ssize_t hvcs_partner_vtys_show(struct device *dev, struct device_attribute *attr, char *buf) in hvcs_partner_vtys_show() function 326 static DEVICE_ATTR(partner_vtys, S_IRUGO, hvcs_partner_vtys_show, NULL);
|
Completed in 4 milliseconds