Searched refs:show_name (Results 1 - 25 of 35) sorted by relevance

12

/drivers/hwmon/
H A Dabx500.h19 * @show_name: hwmon device name
26 ssize_t (*show_name)(struct device *, member in struct:abx500_temp_ops
H A Dvia-cputemp.c63 static ssize_t show_name(struct device *dev, struct device_attribute 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);
H A Dhwmon.c37 show_name(struct device *dev, struct device_attribute *attr, char *buf) function
41 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dmax1111.c98 static ssize_t show_name(struct device *dev, function
125 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dabx500.c124 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, function
129 return data->ops.show_name(dev, devattr, buf);
276 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
401 if (err < 0 || !data->ops.read_sensor || !data->ops.show_name ||
H A Dk8temp.c103 static ssize_t show_name(struct device *dev, struct device_attribute function
136 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dultra45_env.c211 static ssize_t show_name(struct device *dev, struct device_attribute *attr, function
217 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
H A Dab8500.c197 data->ops.show_name = ab8500_show_name;
H A Dabituguru3.c917 static ssize_t show_name(struct device *dev, function
968 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
H A Di5k_amb.c117 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, function
124 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dibmpex.c277 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, function
282 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
H A Dsch5627.c208 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, function
329 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dsch5636.c173 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, function
292 SENSOR_ATTR(name, 0444, show_name, NULL, 0),
H A Dacpi_power_meter.c459 static ssize_t show_name(struct device *dev, function
518 RO_SENSOR_TEMPLATE("name", show_name, 0),
H A Dibmaem.c816 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, function
823 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
H A Dsht15.c784 static ssize_t show_name(struct device *dev, function
802 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dsis5595.c520 static ssize_t show_name(struct device *dev, struct device_attribute *attr, function
526 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dsmsc47m1.c445 static ssize_t show_name(struct device *dev, struct device_attribute function
452 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dvia686a.c610 static ssize_t show_name(struct device *dev, struct device_attribute function
616 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dvt8231.c636 static ssize_t show_name(struct device *dev, struct device_attribute function
642 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dabituguru.c1194 static ssize_t show_name(struct device *dev, function
1267 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
H A Dpc87427.c946 static ssize_t show_name(struct device *dev, struct device_attribute function
953 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
H A Dvt1211.c898 static ssize_t show_name(struct device *dev, function
1087 __ATTR(name, S_IRUGO, show_name, NULL),
/drivers/video/fbdev/core/
H A Dfbsysfs.c392 static ssize_t show_name(struct device *device, function
508 __ATTR(name, S_IRUGO, show_name, NULL),
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c87 static ssize_t show_name(struct device *class_dev, function
95 pvr2_sysfs_trace("pvr2_sysfs(%p) show_name(cid=%d) is %s",
330 cip->attr_name.show = show_name;

Completed in 420 milliseconds

12