Searched refs:show_temp11 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | lm63.c | 524 static ssize_t show_temp11(struct device *dev, struct device_attribute *devattr, in show_temp11() function 823 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp11, NULL, 0); 824 static SENSOR_DEVICE_ATTR(temp2_min, S_IWUSR | S_IRUGO, show_temp11, 826 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp11, 828 static SENSOR_DEVICE_ATTR(temp2_offset, S_IWUSR | S_IRUGO, show_temp11,
|
D | f75375s.c | 576 static ssize_t show_temp11(struct device *dev, struct device_attribute *attr, in show_temp11() function 677 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp11, NULL, 0); 682 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp11, NULL, 1);
|