Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/backlight/
Dadp8860_bl.c139 static int adp8860_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8860_set_bits() function
205 ret |= adp8860_set_bits(client, ADP8860_ISCC, 1 << (led->id - 1)); in adp8860_led_setup()
208 ret |= adp8860_set_bits(client, ADP8860_ISCT1, in adp8860_led_setup()
211 ret |= adp8860_set_bits(client, ADP8860_ISCT2, in adp8860_led_setup()
344 ret |= adp8860_set_bits(client, ADP8860_MDCR, in adp8860_bl_set()
351 ret |= adp8860_set_bits(client, in adp8860_bl_set()
424 ret |= adp8860_set_bits(client, ADP8860_MDCR, BLEN | DIM_EN | NSTBY | in adp8860_bl_setup()
619 adp8860_set_bits(data->client, ADP8860_MDCR, CMP_AUTOEN); in adp8860_bl_ambient_light_zone_store()
795 adp8860_set_bits(client, ADP8860_MDCR, NSTBY | BLEN); in adp8860_i2c_resume()