Lines Matching refs:SENSOR_DEVICE_ATTR_RW
579 static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
585 static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
591 static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
844 static SENSOR_DEVICE_ATTR_RW(pwm1, pwm, REG_PWM(0));
845 static SENSOR_DEVICE_ATTR_RW(pwm2, pwm, REG_PWM(1));
846 static SENSOR_DEVICE_ATTR_RW(pwm3, pwm, REG_PWM(2));
849 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
850 static SENSOR_DEVICE_ATTR_RW(pwm2_enable, pwm_enable, 1);
851 static SENSOR_DEVICE_ATTR_RW(pwm3_enable, pwm_enable, 2);
916 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_pwm, pwm, 0x85);
917 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_pwm, pwm, 0x86);
918 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point3_pwm, pwm, 0x87);
919 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point4_pwm, pwm, 0x88);
930 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point1_pwm, pwm, 0x95);
931 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point2_pwm, pwm, 0x96);
932 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point3_pwm, pwm, 0x97);
933 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point4_pwm, pwm, 0x98);
944 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point1_pwm, pwm, 0xA5);
945 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point2_pwm, pwm, 0xA6);
946 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point3_pwm, pwm, 0xA7);
947 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point4_pwm, pwm, 0xA8);