Lines Matching refs:show_temp_max
348 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function
576 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0),
580 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1),
584 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2),
588 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3),
592 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4),
596 SENSOR_ATTR(temp6_max, 0644, show_temp_max, store_temp_max, 5),
600 SENSOR_ATTR(temp7_max, 0644, show_temp_max, store_temp_max, 6),
604 SENSOR_ATTR(temp8_max, 0644, show_temp_max, store_temp_max, 7),
608 SENSOR_ATTR(temp9_max, 0644, show_temp_max, store_temp_max, 8),
612 SENSOR_ATTR(temp10_max, 0644, show_temp_max, store_temp_max, 9),
616 SENSOR_ATTR(temp11_max, 0644, show_temp_max, store_temp_max, 10),
1111 show_temp_max) in fschmd_probe()