Searched refs:adp8860_set_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/video/backlight/ |
D | adp8860_bl.c | 138 static int adp8860_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8860_set_bits() function 204 ret |= adp8860_set_bits(client, ADP8860_ISCC, 1 << (led->id - 1)); in adp8860_led_setup() 207 ret |= adp8860_set_bits(client, ADP8860_ISCT1, in adp8860_led_setup() 210 ret |= adp8860_set_bits(client, ADP8860_ISCT2, in adp8860_led_setup() 343 ret |= adp8860_set_bits(client, ADP8860_MDCR, in adp8860_bl_set() 350 ret |= adp8860_set_bits(client, in adp8860_bl_set() 415 ret |= adp8860_set_bits(client, ADP8860_MDCR, BLEN | DIM_EN | NSTBY | in adp8860_bl_setup() 610 adp8860_set_bits(data->client, ADP8860_MDCR, CMP_AUTOEN); in adp8860_bl_ambient_light_zone_store() 784 adp8860_set_bits(client, ADP8860_MDCR, NSTBY | BLEN); in adp8860_i2c_resume()
|