Lines Matching refs:SENSOR_DEVICE_ATTR_RO

780 static SENSOR_DEVICE_ATTR_RO(temp1_input, i8k_hwmon_temp, 0);
781 static SENSOR_DEVICE_ATTR_RO(temp1_label, i8k_hwmon_temp_label, 0);
782 static SENSOR_DEVICE_ATTR_RO(temp2_input, i8k_hwmon_temp, 1);
783 static SENSOR_DEVICE_ATTR_RO(temp2_label, i8k_hwmon_temp_label, 1);
784 static SENSOR_DEVICE_ATTR_RO(temp3_input, i8k_hwmon_temp, 2);
785 static SENSOR_DEVICE_ATTR_RO(temp3_label, i8k_hwmon_temp_label, 2);
786 static SENSOR_DEVICE_ATTR_RO(temp4_input, i8k_hwmon_temp, 3);
787 static SENSOR_DEVICE_ATTR_RO(temp4_label, i8k_hwmon_temp_label, 3);
788 static SENSOR_DEVICE_ATTR_RO(temp5_input, i8k_hwmon_temp, 4);
789 static SENSOR_DEVICE_ATTR_RO(temp5_label, i8k_hwmon_temp_label, 4);
790 static SENSOR_DEVICE_ATTR_RO(temp6_input, i8k_hwmon_temp, 5);
791 static SENSOR_DEVICE_ATTR_RO(temp6_label, i8k_hwmon_temp_label, 5);
792 static SENSOR_DEVICE_ATTR_RO(temp7_input, i8k_hwmon_temp, 6);
793 static SENSOR_DEVICE_ATTR_RO(temp7_label, i8k_hwmon_temp_label, 6);
794 static SENSOR_DEVICE_ATTR_RO(temp8_input, i8k_hwmon_temp, 7);
795 static SENSOR_DEVICE_ATTR_RO(temp8_label, i8k_hwmon_temp_label, 7);
796 static SENSOR_DEVICE_ATTR_RO(temp9_input, i8k_hwmon_temp, 8);
797 static SENSOR_DEVICE_ATTR_RO(temp9_label, i8k_hwmon_temp_label, 8);
798 static SENSOR_DEVICE_ATTR_RO(temp10_input, i8k_hwmon_temp, 9);
799 static SENSOR_DEVICE_ATTR_RO(temp10_label, i8k_hwmon_temp_label, 9);
800 static SENSOR_DEVICE_ATTR_RO(fan1_input, i8k_hwmon_fan, 0);
801 static SENSOR_DEVICE_ATTR_RO(fan1_label, i8k_hwmon_fan_label, 0);
804 static SENSOR_DEVICE_ATTR_RO(fan2_input, i8k_hwmon_fan, 1);
805 static SENSOR_DEVICE_ATTR_RO(fan2_label, i8k_hwmon_fan_label, 1);
807 static SENSOR_DEVICE_ATTR_RO(fan3_input, i8k_hwmon_fan, 2);
808 static SENSOR_DEVICE_ATTR_RO(fan3_label, i8k_hwmon_fan_label, 2);