Home
last modified time | relevance | path

Searched refs:bl_led_assign (Results 1 – 3 of 3) 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.c253 if (pdata->bl_led_assign & (1 << (led_dat->id - 1))) { in adp8860_led_probe()
385 ret |= adp8860_write(client, ADP8860_BLSEN, ~pdata->bl_led_assign); in adp8860_bl_setup()