Searched refs:gameport_description_show (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/gameport/ |
H A D | gameport.c | 458 static ssize_t gameport_description_show(struct device *dev, struct device_attribute *attr, char *buf) in gameport_description_show() function 464 static DEVICE_ATTR(description, S_IRUGO, gameport_description_show, NULL);
|
/kernel/linux/linux-6.6/drivers/input/gameport/ |
H A D | gameport.c | 457 static ssize_t gameport_description_show(struct device *dev, struct device_attribute *attr, char *buf) in gameport_description_show() function 463 static DEVICE_ATTR(description, S_IRUGO, gameport_description_show, NULL);
|
Completed in 2 milliseconds