Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/backlight/
Dadp8870_bl.c111 struct adp8870_led *led;
120 struct adp8870_led { struct
198 struct adp8870_led *led = container_of(work, struct adp8870_led, work); in adp8870_led_work()
207 struct adp8870_led *led; in adp8870_led_set()
209 led = container_of(led_cdev, struct adp8870_led, cdev); in adp8870_led_set()
217 static int adp8870_led_setup(struct adp8870_led *led) in adp8870_led_setup()
245 struct adp8870_led *led, *led_dat; in adp8870_led_probe()