Searched refs:show_input (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | lm95241.c | 140 static ssize_t show_input(struct device *dev, struct device_attribute *attr, in show_input() function 297 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_input, NULL, 0); 298 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_input, NULL, 2); 299 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_input, NULL, 4);
|
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 | lm95245.c | 213 static ssize_t show_input(struct device *dev, struct device_attribute *attr, in show_input() function 384 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_input, NULL, 0); 392 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_input, NULL, 2);
|