Searched refs:adp8870_set_bits (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/backlight/ |
H A D | adp8870_bl.c | 154 static int adp8870_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) adp8870_set_bits() function 226 ret = adp8870_set_bits(client, ADP8870_ISCC, 1 << (led->id - 1)); adp8870_led_setup() 231 ret = adp8870_set_bits(client, ADP8870_ISCT1, adp8870_led_setup() 234 ret = adp8870_set_bits(client, ADP8870_ISCT2, adp8870_led_setup() 377 ret = adp8870_set_bits(client, ADP8870_MDCR, adp8870_bl_set() 389 ret = adp8870_set_bits(client, adp8870_bl_set() 545 ret = adp8870_set_bits(client, ADP8870_MDCR, BLEN | DIM_EN | NSTBY | adp8870_bl_setup() 803 adp8870_set_bits(data->client, ADP8870_MDCR, CMP_AUTOEN); adp8870_bl_ambient_light_zone_store() 965 adp8870_set_bits(client, ADP8870_MDCR, NSTBY | BLEN); adp8870_i2c_resume()
|
Completed in 82 milliseconds