| /linux/drivers/hwmon/ |
| H 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);
|
| H 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),
|
| H A D | vt1211.c | 902 static ssize_t show_name(struct device *dev, in show_name() function 1091 __ATTR(name, S_IRUGO, show_name, NULL),
|
| H 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),
|
| /linux/Documentation/translations/zh_TW/filesystems/ |
| H A D | sysfs.txt | 237 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 251 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | sysfs.txt | 234 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 248 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbsysfs.c | 313 static ssize_t show_name(struct device *device, in show_name() function 425 static DEVICE_ATTR(name, 0444, show_name, NULL);
|
| /linux/scripts/kconfig/ |
| H A D | gconf.c | 26 static gboolean show_name = TRUE; variable 420 show_name = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menuitem)); in on_show_name1_activate() 423 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate() 1037 show_name); in init_main_window()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-extcon | 28 "show_name" defined, the callback will provide the name with
|
| /linux/drivers/media/usb/pvrusb2/ |
| H 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()
|
| /linux/Documentation/filesystems/ |
| H A D | sysfs.rst | 263 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 277 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 4227 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 4239 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|