Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dadp8860.h101 u8 bl_led_assign; /* 1 = Backlight 0 = Individual LED */ member
H A Dadp8870.h108 u8 bl_led_assign; /* 1 = Backlight 0 = Individual LED */ member
/linux/drivers/video/backlight/
H A Dadp8860_bl.c254 if (pdata->bl_led_assign & (1 << (led_dat->id - 1))) { in adp8860_led_probe()
386 ret |= adp8860_write(client, ADP8860_BLSEN, ~pdata->bl_led_assign); in adp8860_bl_setup()
H A Dadp8870_bl.c280 if (pdata->bl_led_assign & (1 << (led_dat->id - 1))) { in adp8870_led_probe()
424 ret = adp8870_write(client, ADP8870_BLSEL, ~pdata->bl_led_assign); in adp8870_bl_setup()