Searched refs:show_name (Results 1 – 7 of 7) sorted by relevance
| /drivers/hwmon/ |
| A D | ultra45_env.c | 213 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 219 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
|
| A D | abituguru3.c | 904 static ssize_t show_name(struct device *dev, in show_name() function 955 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
|
| A D | vt1211.c | 885 static ssize_t show_name(struct device *dev, in show_name() function 1074 __ATTR(name, S_IRUGO, show_name, NULL),
|
| A D | abituguru.c | 1181 static ssize_t show_name(struct device *dev, in show_name() function 1254 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
|
| /drivers/video/fbdev/core/ |
| A D | fbsysfs.c | 315 static ssize_t show_name(struct device *device, in show_name() function 427 static DEVICE_ATTR(name, 0444, show_name, NULL);
|
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-sysfs.c | 69 static ssize_t show_name(struct device *class_dev, in show_name() function 311 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
|
| /drivers/tty/vt/ |
| A D | vt.c | 4165 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 4177 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
Completed in 34 milliseconds