Searched refs:show_input (Results 1 – 3 of 3) sorted by relevance
/drivers/hwmon/ |
D | abx500.c | 140 static ssize_t show_input(struct device *dev, in show_input() function 280 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_input, NULL, 0); 290 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_input, NULL, 1); 300 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_input, NULL, 2); 310 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_input, NULL, 3);
|
D | lm95241.c | 140 static ssize_t show_input(struct device *dev, struct device_attribute *attr, in show_input() function 301 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_input, NULL, 0); 302 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_input, NULL, 2); 303 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_input, NULL, 4);
|
D | lm95245.c | 217 static ssize_t show_input(struct device *dev, struct device_attribute *attr, in show_input() function 378 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_input, NULL, 0); 386 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_input, NULL, 2);
|