Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/backlight/
Dadp8860_bl.c96 struct adp8860_led { struct
108 struct adp8860_led *led; argument
182 struct adp8860_led *led = container_of(work, struct adp8860_led, work); in adp8860_led_work()
191 struct adp8860_led *led; in adp8860_led_set()
193 led = container_of(led_cdev, struct adp8860_led, cdev); in adp8860_led_set()
198 static int adp8860_led_setup(struct adp8860_led *led) in adp8860_led_setup()
221 struct adp8860_led *led, *led_dat; in adp8860_led_probe()