Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/backlight/
Dlm3630a_bl.c51 static int lm3630a_read(struct lm3630a_chip *pchip, unsigned int reg) in lm3630a_read() function
113 rval = lm3630a_read(pchip, REG_INT_STATUS); in lm3630a_delayed_func()
217 rval = lm3630a_read(pchip, REG_PWM_OUTHIGH); in lm3630a_bank_a_get_brightness()
221 rval = lm3630a_read(pchip, REG_PWM_OUTLOW); in lm3630a_bank_a_get_brightness()
233 rval = lm3630a_read(pchip, REG_BRT_A); in lm3630a_bank_a_get_brightness()
294 rval = lm3630a_read(pchip, REG_PWM_OUTHIGH); in lm3630a_bank_b_get_brightness()
298 rval = lm3630a_read(pchip, REG_PWM_OUTLOW); in lm3630a_bank_b_get_brightness()
310 rval = lm3630a_read(pchip, REG_BRT_B); in lm3630a_bank_b_get_brightness()