Searched refs:lp855x_update_bit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | lp855x_bl.c | 82 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data) in lp855x_update_bit() function 134 return lp855x_update_bit(lp, LP8557_BL_CMD, LP8557_BL_MASK, in lp8557_bl_off() 141 return lp855x_update_bit(lp, LP8557_BL_CMD, LP8557_BL_MASK, in lp8557_bl_on()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | lp855x_bl.c | 84 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data) in lp855x_update_bit() function 136 return lp855x_update_bit(lp, LP8557_BL_CMD, LP8557_BL_MASK, in lp8557_bl_off() 143 return lp855x_update_bit(lp, LP8557_BL_CMD, LP8557_BL_MASK, in lp8557_bl_on()
|
Completed in 2 milliseconds