Searched refs:adp8860_read (Results 1 – 1 of 1) sorted by relevance
/drivers/video/backlight/ |
D | adp8860_bl.c | 120 static int adp8860_read(struct i2c_client *client, int reg, uint8_t *val) in adp8860_read() function 147 ret = adp8860_read(client, reg, ®_val); in adp8860_set_bits() 166 ret = adp8860_read(client, reg, ®_val); in adp8860_clr_bits() 437 error = adp8860_read(data->client, reg, ®_val); in adp8860_show() 568 error = adp8860_read(data->client, ADP8860_PH1LEVL, ®_val); in adp8860_bl_ambient_light_level_show() 571 error = adp8860_read(data->client, ADP8860_PH1LEVH, ®_val); in adp8860_bl_ambient_light_level_show() 594 error = adp8860_read(data->client, ADP8860_CFGR, ®_val); in adp8860_bl_ambient_light_zone_show() 626 ret = adp8860_read(data->client, ADP8860_CFGR, ®_val); in adp8860_bl_ambient_light_zone_store() 686 ret = adp8860_read(client, ADP8860_MFDVID, ®_val); in adp8860_probe()
|