Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lm3692x.c109 struct lm3692x_led { struct
146 static int lm3692x_fault_check(struct lm3692x_led *led) in lm3692x_fault_check()
169 static int lm3692x_leds_enable(struct lm3692x_led *led) in lm3692x_leds_enable()
297 static int lm3692x_leds_disable(struct lm3692x_led *led) in lm3692x_leds_disable()
328 struct lm3692x_led *led = in lm3692x_brightness_set()
329 container_of(led_cdev, struct lm3692x_led, led_dev); in lm3692x_brightness_set()
365 static enum led_brightness lm3692x_max_brightness(struct lm3692x_led *led, in lm3692x_max_brightness()
378 static int lm3692x_probe_dt(struct lm3692x_led *led) in lm3692x_probe_dt()
463 struct lm3692x_led *led; in lm3692x_probe()
497 struct lm3692x_led *led = i2c_get_clientdata(client); in lm3692x_remove()