Searched defs:adp8870_set_bits (Results 1 - 1 of 1) sorted by path

/drivers/video/backlight/
H A Dadp8870_bl.c154 static int adp8870_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) function
226 ret = adp8870_set_bits(client, ADP8870_ISCC, 1 << (led->id - 1));
231 ret = adp8870_set_bits(client, ADP8870_ISCT1,
234 ret = adp8870_set_bits(client, ADP8870_ISCT2,
377 ret = adp8870_set_bits(client, ADP8870_MDCR,
389 ret = adp8870_set_bits(client,
545 ret = adp8870_set_bits(client, ADP8870_MDCR, BLEN | DIM_EN | NSTBY |
803 adp8870_set_bits(data->client, ADP8870_MDCR, CMP_AUTOEN);
965 adp8870_set_bits(client, ADP8870_MDCR, NSTBY | BLEN);

Completed in 19 milliseconds