Lines Matching refs:SENSOR_DEVICE_ATTR_RW
562 static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
568 static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
574 static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
827 static SENSOR_DEVICE_ATTR_RW(pwm1, pwm, REG_PWM(0));
828 static SENSOR_DEVICE_ATTR_RW(pwm2, pwm, REG_PWM(1));
829 static SENSOR_DEVICE_ATTR_RW(pwm3, pwm, REG_PWM(2));
832 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
833 static SENSOR_DEVICE_ATTR_RW(pwm2_enable, pwm_enable, 1);
834 static SENSOR_DEVICE_ATTR_RW(pwm3_enable, pwm_enable, 2);
899 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_pwm, pwm, 0x85);
900 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_pwm, pwm, 0x86);
901 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point3_pwm, pwm, 0x87);
902 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point4_pwm, pwm, 0x88);
913 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point1_pwm, pwm, 0x95);
914 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point2_pwm, pwm, 0x96);
915 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point3_pwm, pwm, 0x97);
916 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point4_pwm, pwm, 0x98);
927 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point1_pwm, pwm, 0xA5);
928 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point2_pwm, pwm, 0xA6);
929 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point3_pwm, pwm, 0xA7);
930 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point4_pwm, pwm, 0xA8);