/Linux-v4.19/drivers/hwmon/ |
D | via-cputemp.c | 63 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 107 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_name, NULL, SHOW_LABEL); 108 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, SHOW_NAME);
|
D | abx500.h | 26 ssize_t (*show_name)(struct device *, member
|
D | abx500.c | 124 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function 129 return data->ops.show_name(dev, devattr, buf); in show_name() 276 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0); 401 if (err < 0 || !data->ops.read_sensor || !data->ops.show_name || in abx500_temp_probe()
|
D | ultra45_env.c | 211 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 217 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
|
D | ab8500.c | 197 data->ops.show_name = ab8500_show_name; in abx500_hwmon_init()
|
D | ibmpex.c | 272 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function 277 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
|
D | sch5636.c | 173 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function 292 SENSOR_ATTR(name, 0444, show_name, NULL, 0),
|
D | abituguru3.c | 917 static ssize_t show_name(struct device *dev, in show_name() function 968 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
|
D | acpi_power_meter.c | 459 static ssize_t show_name(struct device *dev, in show_name() function 518 RO_SENSOR_TEMPLATE("name", show_name, 0),
|
D | ibmaem.c | 816 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function 823 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
|
D | vt1211.c | 898 static ssize_t show_name(struct device *dev, in show_name() function 1087 __ATTR(name, S_IRUGO, show_name, NULL),
|
D | abituguru.c | 1194 static ssize_t show_name(struct device *dev, in show_name() function 1267 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
|
/Linux-v4.19/Documentation/translations/zh_CN/filesystems/ |
D | sysfs.txt | 233 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 247 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
|
/Linux-v4.19/scripts/kconfig/ |
D | gconf.c | 38 static gboolean show_name = TRUE; variable 155 show_name); in init_main_window() 342 gtk_tree_view_column_set_visible(column, show_name); in init_right_tree() 577 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate() 580 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbsysfs.c | 393 static ssize_t show_name(struct device *device, in show_name() function 509 __ATTR(name, S_IRUGO, show_name, NULL),
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 28 "show_name" defined, the callback will provide the name with
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 83 static ssize_t show_name(struct device *class_dev, in show_name() function 325 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysfs.txt | 235 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 249 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-core-base.c | 457 show_name(struct device *dev, struct device_attribute *attr, char *buf) in show_name() function 462 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
/Linux-v4.19/drivers/tty/vt/ |
D | vt.c | 3763 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 3775 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|