Searched refs:lp855x_write_byte (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/video/backlight/ |
D | lp855x_bl.c | 81 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() function 101 return lp855x_write_byte(lp, reg, tmp); in lp855x_update_bit() 202 ret = lp855x_write_byte(lp, lp->cfg->reg_brightness, val); in lp855x_configure() 207 ret = lp855x_write_byte(lp, lp->cfg->reg_devicectrl, val); in lp855x_configure() 218 ret = lp855x_write_byte(lp, addr, val); in lp855x_configure() 277 lp855x_write_byte(lp, lp->cfg->reg_brightness, (u8)brightness); in lp855x_bl_update_status()
|