| /linux/drivers/hwmon/ |
| H A D | w83l785ts.c | 112 static ssize_t show_temp(struct device *dev, struct device_attribute *devattr, in show_temp() function 120 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0); 121 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp, NULL, 1);
|
| H A D | it87.c | 1085 static ssize_t show_temp(struct device *dev, struct device_attribute *attr, in show_temp() function 1142 static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0); 1143 static SENSOR_DEVICE_ATTR_2(temp1_min, S_IRUGO | S_IWUSR, show_temp, set_temp, 1145 static SENSOR_DEVICE_ATTR_2(temp1_max, S_IRUGO | S_IWUSR, show_temp, set_temp, 1147 static SENSOR_DEVICE_ATTR_2(temp1_offset, S_IRUGO | S_IWUSR, show_temp, 1149 static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 1, 0); 1150 static SENSOR_DEVICE_ATTR_2(temp2_min, S_IRUGO | S_IWUSR, show_temp, set_temp, 1152 static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp, set_temp, 1154 static SENSOR_DEVICE_ATTR_2(temp2_offset, S_IRUGO | S_IWUSR, show_temp, 1156 static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 2, 0); [all …]
|
| H A D | w83793.c | 562 show_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_temp() function 1050 SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_temp, \ 1052 SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_temp, \ 1055 show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \ 1056 SENSOR_ATTR_2(temp##index##_warn, S_IRUGO | S_IWUSR, show_temp, \ 1059 show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
|
| H A D | w83795.c | 1317 show_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_temp() function 1683 SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_temp, \ 1685 SENSOR_ATTR_2(temp##index##_crit, S_IRUGO | S_IWUSR, show_temp, \ 1688 show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \ 1689 SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_temp, \ 1692 show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
|
| H A D | nct6775-core.c | 2204 show_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_temp() function 2385 SENSOR_TEMPLATE_2(temp_input, "temp%d_input", 0444, show_temp, NULL, 0, 0); 2387 SENSOR_TEMPLATE_2(temp_max, "temp%d_max", 0644, show_temp, store_temp, 0, 1); 2388 SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", 0644, show_temp, store_temp, 0, 2); 2389 SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", 0644, show_temp, store_temp, 0, 3); 2390 SENSOR_TEMPLATE_2(temp_lcrit, "temp%d_lcrit", 0644, show_temp, store_temp, 0, 4);
|
| H A D | asb100.c | 460 show_temp, NULL, num - 1); \
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.c | 783 ssize_t (*show_temp)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() local 798 show_temp = occ_show_temp_2; in occ_setup_sensor_attrs() 802 show_temp = occ_show_temp_10; in occ_setup_sensor_attrs() 875 occ_init_attribute(attr, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 881 occ_init_attribute(attr, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 884 occ_init_attribute(attr, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 891 occ_init_attribute(attr, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 895 occ_init_attribute(attr, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 900 occ_init_attribute(attr, 0444, show_temp, NULL, in occ_setup_sensor_attrs()
|
| /linux/drivers/input/touchscreen/ |
| H A D | sun4i-ts.c | 204 static ssize_t show_temp(struct device *dev, struct device_attribute *devattr, in show_temp() function 224 static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL);
|