Home
last modified time | relevance | path

Searched refs:store_temp_max (Results 1 – 6 of 6) sorted by relevance

/drivers/hwmon/
Dfschmd.c370 static ssize_t store_temp_max(struct device *dev, struct device_attribute in store_temp_max() function
618 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0),
622 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1),
626 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2),
630 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3),
634 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4),
638 SENSOR_ATTR(temp6_max, 0644, show_temp_max, store_temp_max, 5),
642 SENSOR_ATTR(temp7_max, 0644, show_temp_max, store_temp_max, 6),
646 SENSOR_ATTR(temp8_max, 0644, show_temp_max, store_temp_max, 7),
650 SENSOR_ATTR(temp9_max, 0644, show_temp_max, store_temp_max, 8),
[all …]
Df71882fg.c308 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 …]
Dw83627ehf.c1313 store_temp_max, 0),
1315 store_temp_max, 1),
1317 store_temp_max, 2),
1319 store_temp_max, 3),
1321 store_temp_max, 4),
1323 store_temp_max, 5),
1325 store_temp_max, 6),
1327 store_temp_max, 7),
1329 store_temp_max, 8),
Dlm93.c1357 static ssize_t store_temp_max(struct device *dev, struct device_attribute *attr, in store_temp_max() function
1378 show_temp_max, store_temp_max, 0);
1380 show_temp_max, store_temp_max, 1);
1382 show_temp_max, store_temp_max, 2);
Dw83627hf.c744 store_temp_max(struct device *dev, struct device_attribute *devattr, in store_temp_max() function
791 show_temp_max, store_temp_max, offset - 1); \
Dw83781d.c410 show_temp_max, store_temp_max, offset); \