Home
last modified time | relevance | path

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

/drivers/hwmon/
Dad7418.c154 static ssize_t show_adc(struct device *dev, struct device_attribute *devattr, in show_adc() function
191 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_adc, NULL, 0);
192 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_adc, NULL, 1);
193 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_adc, NULL, 2);
194 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_adc, NULL, 3);
Dmax1111.c99 static ssize_t show_adc(struct device *dev, in show_adc() function
117 SENSOR_DEVICE_ATTR(in##_id##_input, S_IRUGO, show_adc, NULL, _id)