Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-lm3692x.c108 struct lm3692x_led { struct
145 static int lm3692x_fault_check(struct lm3692x_led *led) in lm3692x_fault_check()
168 static int lm3692x_leds_enable(struct lm3692x_led *led) in lm3692x_leds_enable()
296 static int lm3692x_leds_disable(struct lm3692x_led *led) in lm3692x_leds_disable()
327 struct lm3692x_led *led = in lm3692x_brightness_set()
328 container_of(led_cdev, struct lm3692x_led, led_dev); in lm3692x_brightness_set()
364 static enum led_brightness lm3692x_max_brightness(struct lm3692x_led *led, in lm3692x_max_brightness()
377 static int lm3692x_probe_dt(struct lm3692x_led *led) in lm3692x_probe_dt()
462 struct lm3692x_led *led; in lm3692x_probe()
496 struct lm3692x_led *led = i2c_get_clientdata(client); in lm3692x_remove()