Searched refs:store_temp_max (Results 1 – 7 of 7) sorted by relevance
/drivers/hwmon/ |
D | fschmd.c | 370 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max() function 617 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0), 621 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1), 625 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2), 629 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3), 633 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4), 637 SENSOR_ATTR(temp6_max, 0644, show_temp_max, store_temp_max, 5), 641 SENSOR_ATTR(temp7_max, 0644, show_temp_max, store_temp_max, 6), 645 SENSOR_ATTR(temp8_max, 0644, show_temp_max, store_temp_max, 7), 649 SENSOR_ATTR(temp9_max, 0644, show_temp_max, store_temp_max, 8), [all …]
|
D | f71882fg.c | 308 static ssize_t store_temp_max(struct device *dev, struct device_attribute 388 store_temp_max, 0, 0), 400 store_temp_max, 0, 1), 412 store_temp_max, 0, 2), 428 store_temp_max, 0, 1), 447 store_temp_max, 0, 2), 462 store_temp_max, 0, 3), 505 store_temp_max, 0, 0), 512 store_temp_max, 0, 1), 519 store_temp_max, 0, 2), [all …]
|
D | tmp401.c | 356 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max() function 469 store_temp_max, 0), 484 store_temp_max, 1),
|
D | w83627ehf.c | 1304 store_temp_max, 0), 1306 store_temp_max, 1), 1308 store_temp_max, 2), 1310 store_temp_max, 3), 1312 store_temp_max, 4), 1314 store_temp_max, 5), 1316 store_temp_max, 6), 1318 store_temp_max, 7), 1320 store_temp_max, 8),
|
D | lm93.c | 1352 static ssize_t store_temp_max(struct device *dev, struct device_attribute *attr, in store_temp_max() function 1373 show_temp_max, store_temp_max, 0); 1375 show_temp_max, store_temp_max, 1); 1377 show_temp_max, store_temp_max, 2);
|
D | w83627hf.c | 674 store_temp_max(struct device *dev, struct device_attribute *devattr, in store_temp_max() function 721 show_temp_max, store_temp_max, offset - 1); \
|
D | w83781d.c | 411 show_temp_max, store_temp_max, offset); \
|