Searched refs:store_temp_max (Results 1 – 6 of 6) sorted by relevance
/drivers/hwmon/ |
D | fschmd.c | 320 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max() function 534 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0), 538 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1), 542 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2), 546 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3), 550 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4),
|
D | f71882fg.c | 186 static ssize_t store_temp_max(struct device *dev, struct device_attribute 268 store_temp_max, 0, 1), 288 store_temp_max, 0, 2), 306 store_temp_max, 0, 3), 345 store_temp_max, 0, 0), 351 store_temp_max, 0, 1), 358 store_temp_max, 0, 2), 1184 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max() function
|
D | lm93.c | 1294 static ssize_t store_temp_max(struct device *dev, struct device_attribute *attr, in store_temp_max() function 1310 show_temp_max, store_temp_max, 0); 1312 show_temp_max, store_temp_max, 1); 1314 show_temp_max, store_temp_max, 2);
|
D | w83627ehf.c | 876 store_temp_max, 0), 878 store_temp_max, 1),
|
D | w83627hf.c | 646 store_temp_max(struct device *dev, struct device_attribute *devattr, in store_temp_max() function 681 show_temp_max, store_temp_max, offset - 1); \
|
D | w83781d.c | 400 show_temp_max, store_temp_max, offset); \
|