Lines Matching defs:lm3692x_led
98 * struct lm3692x_led
108 struct lm3692x_led {
145 static int lm3692x_fault_check(struct lm3692x_led *led)
168 static int lm3692x_leds_enable(struct lm3692x_led *led)
296 static int lm3692x_leds_disable(struct lm3692x_led *led)
327 struct lm3692x_led *led =
328 container_of(led_cdev, struct lm3692x_led, led_dev);
364 static enum led_brightness lm3692x_max_brightness(struct lm3692x_led *led,
377 static int lm3692x_probe_dt(struct lm3692x_led *led)
462 struct lm3692x_led *led;
496 struct lm3692x_led *led = i2c_get_clientdata(client);