/linux-5.19.10/drivers/hwmon/ |
D | ultra45_env.c | 212 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 218 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
|
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),
|
D | acpi_power_meter.c | 454 static ssize_t show_name(struct device *dev, in show_name() function 513 RO_SENSOR_TEMPLATE("name", show_name, 0),
|
D | vt1211.c | 891 static ssize_t show_name(struct device *dev, in show_name() function 1080 __ATTR(name, S_IRUGO, show_name, NULL),
|
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-5.19.10/Documentation/translations/zh_CN/filesystems/ |
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-5.19.10/Documentation/translations/zh_TW/filesystems/ |
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-5.19.10/scripts/kconfig/ |
D | gconf.c | 32 static gboolean show_name = TRUE; variable 150 show_name); in init_main_window() 337 gtk_tree_view_column_set_visible(column, show_name); in init_right_tree() 572 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate() 575 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
|
/linux-5.19.10/drivers/video/fbdev/core/ |
D | fbsysfs.c | 398 static ssize_t show_name(struct device *device, in show_name() function 511 __ATTR(name, S_IRUGO, show_name, NULL),
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 28 "show_name" defined, the callback will provide the name with
|
/linux-5.19.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 73 static ssize_t show_name(struct device *class_dev, in show_name() function 315 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
|
/linux-5.19.10/Documentation/filesystems/ |
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-5.19.10/drivers/tty/vt/ |
D | vt.c | 3945 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 3957 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|