Home
last modified time | relevance | path

Searched refs:REG_PWM (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/regulator/
H A Drpi-panel-v2-regulator.c18 #define REG_PWM 0x03 macro
34 .max_register = REG_PWM,
48 return regmap_write(regmap, REG_PWM, 0); in rpi_panel_v2_pwm_apply()
51 return regmap_write(regmap, REG_PWM, duty | PWM_BL_ENABLE); in rpi_panel_v2_pwm_apply()
101 regmap_write(regmap, REG_PWM, 0); in rpi_panel_v2_i2c_shutdown()
H A Drpi-panel-attiny-regulator.c29 #define REG_PWM 0x86 macro
128 regmap_write(rdev->regmap, REG_PWM, 0); in attiny_lcd_power_disable()
191 ret = regmap_write(regmap, REG_PWM, brightness); in attiny_update_status()
321 regmap_write(regmap, REG_PWM, 0); in attiny_i2c_probe()
/linux/drivers/gpu/drm/panel/
H A Dpanel-raspberrypi-touchscreen.c68 REG_PWM, enumerator
254 rpi_touchscreen_i2c_write(ts, REG_PWM, 0); in rpi_touchscreen_disable()
305 rpi_touchscreen_i2c_write(ts, REG_PWM, 255); in rpi_touchscreen_enable()
/linux/drivers/hwmon/
H A Dnct7802.c47 #define REG_PWM(x) (0x60 + (x)) macro
828 static SENSOR_DEVICE_ATTR_RW(pwm1, pwm, REG_PWM(0));
829 static SENSOR_DEVICE_ATTR_RW(pwm2, pwm, REG_PWM(1));
830 static SENSOR_DEVICE_ATTR_RW(pwm3, pwm, REG_PWM(2));
1032 (reg >= REG_PWM(0) && reg <= REG_PWM(2)); in nct7802_regmap_is_volatile()
H A Dnct6775.h63 const u16 *REG_PWM[7]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, member