Lines Matching refs:show_temp_max
361 static ssize_t show_temp_max(struct device *dev, in show_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),
653 SENSOR_ATTR(temp10_max, 0644, show_temp_max, store_temp_max, 9),
657 SENSOR_ATTR(temp11_max, 0644, show_temp_max, store_temp_max, 10),
1171 show_temp_max) in fschmd_probe()