Home
last modified time | relevance | path

Searched refs:show_sensor (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/misc/
Dphidgetkit.c512 #define show_sensor(value) \ macro
513 static ssize_t show_sensor##value(struct device *dev, \
523 __ATTR(sensor##value, S_IRUGO, show_sensor##value, NULL)
525 show_sensor(1);
526 show_sensor(2);
527 show_sensor(3);
528 show_sensor(4);
529 show_sensor(5);
530 show_sensor(6);
531 show_sensor(7);
[all …]
/drivers/hwmon/
Dw83781d.c747 show_sensor(struct device *dev, struct device_attribute *da, char *buf) in show_sensor() function
807 show_sensor, store_sensor, 0);
809 show_sensor, store_sensor, 1);
811 show_sensor, store_sensor, 2);
Dit87.c475 static ssize_t show_sensor(struct device *dev, struct device_attribute *attr, in show_sensor() function
523 show_sensor, set_sensor, offset - 1);
/drivers/media/video/
Dov511.c5595 static ssize_t show_sensor(struct device *cd, in show_sensor() function
5601 static DEVICE_ATTR(sensor, S_IRUGO, show_sensor, NULL);