Home
last modified time | relevance | path

Searched refs:show_name (Results 1 – 25 of 34) sorted by relevance

12

/drivers/hwmon/
Dvia-cputemp.c63 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);
Dabx500.c124 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()
Dabx500.h26 ssize_t (*show_name)(struct device *, member
Dmax1111.c101 static ssize_t show_name(struct device *dev, in show_name() function
128 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
Dk8temp.c103 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);
Dultra45_env.c211 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);
Dab8500.c197 data->ops.show_name = ab8500_show_name; in abx500_hwmon_init()
Dibmpex.c272 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);
Di5k_amb.c117 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);
Dsch5636.c173 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),
Dhwmon.c63 show_name(struct device *dev, struct device_attribute *attr, char *buf) in show_name() function
67 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
Dsch5627.c208 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);
Dabituguru3.c917 static ssize_t show_name(struct device *dev, in show_name() function
968 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
Dsmsc47m1.c445 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);
Dsht15.c772 static ssize_t show_name(struct device *dev, in show_name() function
790 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
Dvia686a.c610 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);
Dacpi_power_meter.c459 static ssize_t show_name(struct device *dev, in show_name() function
518 RO_SENSOR_TEMPLATE("name", show_name, 0),
Dsis5595.c519 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);
Dibmaem.c816 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);
Dvt8231.c636 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);
Dvt1211.c898 static ssize_t show_name(struct device *dev, in show_name() function
1087 __ATTR(name, S_IRUGO, show_name, NULL),
Dabituguru.c1194 static ssize_t show_name(struct device *dev, in show_name() function
1267 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
Dpc87427.c946 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);
/drivers/video/fbdev/core/
Dfbsysfs.c392 static ssize_t show_name(struct device *device, in show_name() function
508 __ATTR(name, S_IRUGO, show_name, NULL),
/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c87 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()

12