Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/backlight/
Dlp855x_bl.c77 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() function
97 return lp855x_write_byte(lp, reg, tmp); in lp855x_update_bit()
198 ret = lp855x_write_byte(lp, lp->cfg->reg_brightness, val); in lp855x_configure()
203 ret = lp855x_write_byte(lp, lp->cfg->reg_devicectrl, val); in lp855x_configure()
214 ret = lp855x_write_byte(lp, addr, val); in lp855x_configure()
273 lp855x_write_byte(lp, lp->cfg->reg_brightness, (u8)brightness); in lp855x_bl_update_status()