Searched refs:adp8860_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/backlight/ |
H A D | adp8860_bl.c | 119 static int adp8860_read(struct i2c_client *client, int reg, uint8_t *val) in adp8860_read() function 146 ret = adp8860_read(client, reg, ®_val); in adp8860_set_bits() 165 ret = adp8860_read(client, reg, ®_val); in adp8860_clr_bits() 428 error = adp8860_read(data->client, reg, ®_val); in adp8860_show() 559 error = adp8860_read(data->client, ADP8860_PH1LEVL, ®_val); in adp8860_bl_ambient_light_level_show() 562 error = adp8860_read(data->client, ADP8860_PH1LEVH, ®_val); in adp8860_bl_ambient_light_level_show() 585 error = adp8860_read(data->client, ADP8860_CFGR, ®_val); in adp8860_bl_ambient_light_zone_show() 617 ret = adp8860_read(data->client, ADP8860_CFGR, ®_val); in adp8860_bl_ambient_light_zone_store() 677 ret = adp8860_read(client, ADP8860_MFDVID, ®_val); in adp8860_probe()
|