Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/leds/
Dleds-is31fl319x.c30 #define IS31FL319X_PWM(channel) (0x07 + channel) macro
126 ret = regmap_write(is31->regmap, IS31FL319X_PWM(chan), brightness); in is31fl319x_brightness_set()
140 ret = regmap_read(is31->regmap, IS31FL319X_PWM(i), &pwm_value); in is31fl319x_brightness_set()
299 { IS31FL319X_PWM(0), 0x00},
300 { IS31FL319X_PWM(1), 0x00},
301 { IS31FL319X_PWM(2), 0x00},
302 { IS31FL319X_PWM(3), 0x00},
303 { IS31FL319X_PWM(4), 0x00},
304 { IS31FL319X_PWM(5), 0x00},
305 { IS31FL319X_PWM(6), 0x00},
[all …]