Searched refs:lp855x_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/backlight/ |
H A D | lp855x_bl.c | 79 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() function 99 return lp855x_write_byte(lp, reg, tmp); in lp855x_update_bit() 184 ret = lp855x_write_byte(lp, lp->cfg->reg_brightness, val); in lp855x_configure() 189 ret = lp855x_write_byte(lp, lp->cfg->reg_devicectrl, val); in lp855x_configure() 200 ret = lp855x_write_byte(lp, addr, val); in lp855x_configure() 252 return lp855x_write_byte(lp, lp->cfg->reg_brightness, in lp855x_bl_update_status()
|