/linux-4.4.14/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 | hwmon.c | 37 show_name(struct device *dev, struct device_attribute *attr, char *buf) in show_name() function 41 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
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 | max1111.c | 101 static ssize_t show_name(struct device *dev, in show_name() function 128 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | k8temp.c | 103 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 136 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
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 | i5k_amb.c | 117 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function 124 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
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 | sch5627.c | 208 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function 329 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | sht15.c | 772 static ssize_t show_name(struct device *dev, in show_name() function 790 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | smsc47m1.c | 445 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 452 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | sis5595.c | 519 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 525 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | via686a.c | 610 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 616 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
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 | vt8231.c | 636 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 642 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
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 | pc87427.c | 946 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 953 static DEVICE_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),
|
D | f71805f.c | 983 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 1183 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | w83781d.c | 1619 show_name(struct device *dev, struct device_attribute *devattr, char *buf) in show_name() function 1624 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | f71882fg.c | 393 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, 407 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); 2215 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function
|
D | pc87360.c | 1109 static ssize_t show_name(struct device *dev, in show_name() function 1116 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | w83627hf.c | 1267 show_name(struct device *dev, struct device_attribute *devattr, char *buf) in show_name() function 1273 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | dme1737.c | 1506 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 1650 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); /* for ISA devices */
|
D | it87.c | 1554 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function 1560 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
D | w83627ehf.c | 1690 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 1697 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
/linux-4.4.14/net/bluetooth/ |
D | hci_sysfs.c | 146 static ssize_t show_name(struct device *dev, in show_name() function 168 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
/linux-4.4.14/Documentation/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-4.4.14/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() 576 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate() 579 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbsysfs.c | 392 static ssize_t show_name(struct device *device, in show_name() function 508 __ATTR(name, S_IRUGO, show_name, NULL),
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 28 "show_name" defined, the callback will provide the name with
|
/linux-4.4.14/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-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 87 static ssize_t show_name(struct device *class_dev, in show_name() function 330 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 791 show_name(struct device *dev, struct device_attribute *attr, char *buf) in show_name() function 796 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 3418 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 3430 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|