Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/backlight/
Dlp855x_bl.c78 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() function
98 return lp855x_write_byte(lp, reg, tmp); in lp855x_update_bit()
199 ret = lp855x_write_byte(lp, lp->cfg->reg_brightness, val); in lp855x_configure()
204 ret = lp855x_write_byte(lp, lp->cfg->reg_devicectrl, val); in lp855x_configure()
215 ret = lp855x_write_byte(lp, addr, val); in lp855x_configure()
273 lp855x_write_byte(lp, lp->cfg->reg_brightness, val); in lp855x_bl_update_status()