/linux-6.12.1/drivers/hwmon/ |
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);
|
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 | 458 static ssize_t show_name(struct device *dev, in show_name() function 517 RO_SENSOR_TEMPLATE("name", show_name, 0),
|
D | vt1211.c | 885 static ssize_t show_name(struct device *dev, in show_name() function 1074 __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-6.12.1/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-6.12.1/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-6.12.1/scripts/kconfig/ |
D | gconf.c | 30 static gboolean show_name = TRUE; variable 118 show_name); in init_main_window() 305 gtk_tree_view_column_set_visible(column, show_name); in init_right_tree() 540 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate() 543 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fbsysfs.c | 315 static ssize_t show_name(struct device *device, in show_name() function 428 __ATTR(name, S_IRUGO, show_name, NULL),
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 28 "show_name" defined, the callback will provide the name with
|
/linux-6.12.1/drivers/media/usb/pvrusb2/ |
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-6.12.1/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-6.12.1/drivers/tty/vt/ |
D | vt.c | 4083 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 4095 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|