Home
last modified time | relevance | path

Searched refs:show_adc (Results 1 – 2 of 2) sorted by relevance

/drivers/hwmon/
Dad7418.c115 static ssize_t show_adc(struct device *dev, struct device_attribute *devattr, in show_adc() function
152 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_adc, NULL, 0);
153 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_adc, NULL, 1);
154 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_adc, NULL, 2);
155 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_adc, NULL, 3);
Dmax1111.c107 static ssize_t show_adc(struct device *dev, in show_adc() function
126 SENSOR_DEVICE_ATTR(in##_id##_input, S_IRUGO, show_adc, NULL, _id)