Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/backlight/
Dadp8860_bl.c97 struct adp8860_led { struct
109 struct adp8860_led *led; argument
183 struct adp8860_led *led = container_of(work, struct adp8860_led, work); in adp8860_led_work()
192 struct adp8860_led *led; in adp8860_led_set()
194 led = container_of(led_cdev, struct adp8860_led, cdev); in adp8860_led_set()
199 static int adp8860_led_setup(struct adp8860_led *led) in adp8860_led_setup()
222 struct adp8860_led *led, *led_dat; in adp8860_led_probe()