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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetkit.c511 #define show_sensor(value) \ macro
512 static ssize_t show_sensor##value(struct device *dev, \
522 __ATTR(sensor##value, S_IRUGO, show_sensor##value, NULL)
524 show_sensor(1);
525 show_sensor(2);
526 show_sensor(3);
527 show_sensor(4);
528 show_sensor(5);
529 show_sensor(6);
530 show_sensor(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83781d.c685 show_sensor(struct device *dev, struct device_attribute *da, char *buf) function
741 show_sensor, store_sensor, 0);
743 show_sensor, store_sensor, 0);
745 show_sensor, store_sensor, 0);
H A Dit87.c433 static ssize_t show_sensor(struct device *dev, struct device_attribute *attr, function
477 show_sensor, set_sensor, offset - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c5422 static ssize_t show_sensor(struct class_device *cd, char *buf) function
5427 static CLASS_DEVICE_ATTR(sensor, S_IRUGO, show_sensor, NULL);

Completed in 53 milliseconds