Lines Matching refs:SENSOR_DEVICE_ATTR_2_RW

581 static SENSOR_DEVICE_ATTR_2_RW(temp1_min, temp, 0x31, 0);
582 static SENSOR_DEVICE_ATTR_2_RW(temp1_max, temp, 0x30, 0);
583 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit, temp, 0x3a, 0);
587 static SENSOR_DEVICE_ATTR_2_RW(temp2_min, temp, 0x33, 0);
588 static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp, 0x32, 0);
589 static SENSOR_DEVICE_ATTR_2_RW(temp2_crit, temp, 0x3b, 0);
593 static SENSOR_DEVICE_ATTR_2_RW(temp3_min, temp, 0x35, 0);
594 static SENSOR_DEVICE_ATTR_2_RW(temp3_max, temp, 0x34, 0);
595 static SENSOR_DEVICE_ATTR_2_RW(temp3_crit, temp, 0x3c, 0);
598 static SENSOR_DEVICE_ATTR_2_RW(temp4_min, temp, 0x37, 0);
599 static SENSOR_DEVICE_ATTR_2_RW(temp4_max, temp, 0x36, 0);
600 static SENSOR_DEVICE_ATTR_2_RW(temp4_crit, temp, 0x3d, 0);
603 static SENSOR_DEVICE_ATTR_2_RW(temp5_min, temp, 0x39, 0);
604 static SENSOR_DEVICE_ATTR_2_RW(temp5_max, temp, 0x38, 0);
605 static SENSOR_DEVICE_ATTR_2_RW(temp5_crit, temp, 0x3e, 0);
631 static SENSOR_DEVICE_ATTR_2_RW(temp1_beep, beep, 0x5c, 0);
632 static SENSOR_DEVICE_ATTR_2_RW(temp2_beep, beep, 0x5c, 1);
633 static SENSOR_DEVICE_ATTR_2_RW(temp3_beep, beep, 0x5c, 2);
634 static SENSOR_DEVICE_ATTR_2_RW(temp4_beep, beep, 0x5c, 3);
635 static SENSOR_DEVICE_ATTR_2_RW(temp5_beep, beep, 0x5c, 4);
636 static SENSOR_DEVICE_ATTR_2_RW(temp6_beep, beep, 0x5c, 5);
740 static SENSOR_DEVICE_ATTR_2_RW(in0_min, in, 0, 1);
741 static SENSOR_DEVICE_ATTR_2_RW(in0_max, in, 0, 2);
743 static SENSOR_DEVICE_ATTR_2_RW(in0_beep, beep, 0x5a, 3);
748 static SENSOR_DEVICE_ATTR_2_RW(in2_min, in, 2, 1);
749 static SENSOR_DEVICE_ATTR_2_RW(in2_max, in, 2, 2);
751 static SENSOR_DEVICE_ATTR_2_RW(in2_beep, beep, 0x5a, 0);
754 static SENSOR_DEVICE_ATTR_2_RW(in3_min, in, 3, 1);
755 static SENSOR_DEVICE_ATTR_2_RW(in3_max, in, 3, 2);
757 static SENSOR_DEVICE_ATTR_2_RW(in3_beep, beep, 0x5a, 1);
760 static SENSOR_DEVICE_ATTR_2_RW(in4_min, in, 4, 1);
761 static SENSOR_DEVICE_ATTR_2_RW(in4_max, in, 4, 2);
763 static SENSOR_DEVICE_ATTR_2_RW(in4_beep, beep, 0x5a, 2);
826 static SENSOR_DEVICE_ATTR_2_RW(fan1_min, fan_min, 0x49, 0x4c);
828 static SENSOR_DEVICE_ATTR_2_RW(fan1_beep, beep, 0x5b, 0);
830 static SENSOR_DEVICE_ATTR_2_RW(fan2_min, fan_min, 0x4a, 0x4d);
832 static SENSOR_DEVICE_ATTR_2_RW(fan2_beep, beep, 0x5b, 1);
834 static SENSOR_DEVICE_ATTR_2_RW(fan3_min, fan_min, 0x4b, 0x4e);
836 static SENSOR_DEVICE_ATTR_2_RW(fan3_beep, beep, 0x5b, 2);
909 static SENSOR_DEVICE_ATTR_2_RW(pwm1_auto_point1_temp, temp, 0x80, 0);
910 static SENSOR_DEVICE_ATTR_2_RW(pwm1_auto_point2_temp, temp, 0x81, 0);
911 static SENSOR_DEVICE_ATTR_2_RW(pwm1_auto_point3_temp, temp, 0x82, 0);
912 static SENSOR_DEVICE_ATTR_2_RW(pwm1_auto_point4_temp, temp, 0x83, 0);
913 static SENSOR_DEVICE_ATTR_2_RW(pwm1_auto_point5_temp, temp, 0x84, 0);
923 static SENSOR_DEVICE_ATTR_2_RW(pwm2_auto_point1_temp, temp, 0x90, 0);
924 static SENSOR_DEVICE_ATTR_2_RW(pwm2_auto_point2_temp, temp, 0x91, 0);
925 static SENSOR_DEVICE_ATTR_2_RW(pwm2_auto_point3_temp, temp, 0x92, 0);
926 static SENSOR_DEVICE_ATTR_2_RW(pwm2_auto_point4_temp, temp, 0x93, 0);
927 static SENSOR_DEVICE_ATTR_2_RW(pwm2_auto_point5_temp, temp, 0x94, 0);
937 static SENSOR_DEVICE_ATTR_2_RW(pwm3_auto_point1_temp, temp, 0xA0, 0);
938 static SENSOR_DEVICE_ATTR_2_RW(pwm3_auto_point2_temp, temp, 0xA1, 0);
939 static SENSOR_DEVICE_ATTR_2_RW(pwm3_auto_point3_temp, temp, 0xA2, 0);
940 static SENSOR_DEVICE_ATTR_2_RW(pwm3_auto_point4_temp, temp, 0xA3, 0);
941 static SENSOR_DEVICE_ATTR_2_RW(pwm3_auto_point5_temp, temp, 0xA4, 0);