Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/leds/ !
Dleds-da903x.c35 struct da903x_led { struct
49 struct da903x_led *led = container_of(work, struct da903x_led, work); in da903x_led_work() argument
87 struct da903x_led *led; in da903x_led_set()
89 led = container_of(led_cdev, struct da903x_led, cdev); in da903x_led_set()
97 struct da903x_led *led; in da903x_led_probe()
111 led = kzalloc(sizeof(struct da903x_led), GFP_KERNEL); in da903x_led_probe()
145 struct da903x_led *led = platform_get_drvdata(pdev); in da903x_led_remove()