Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-is31fl319x.c29 #define IS31FL3190_PWM(channel) (0x04 + channel) macro
138 { IS31FL3190_PWM(0), 0x00 },
139 { IS31FL3190_PWM(1), 0x00 },
140 { IS31FL3190_PWM(2), 0x00 },
207 ret = regmap_write(is31->regmap, IS31FL3190_PWM(chan), brightness); in is31fl3190_brightness_set()
221 ret = regmap_read(is31->regmap, IS31FL3190_PWM(i), &pwm_value); in is31fl3190_brightness_set()