Lines Matching defs:wled

181 struct wled {  struct
203 struct wled_config cfg; argument
207 int (*wled_set_brightness)(struct wled *wled, u16 brightness); argument
210 int (*wled_cabc_config)(struct wled *wled, bool enable); argument
216 int (*wled_sync_toggle)(struct wled *wled); argument
222 int (*wled_ovp_delay)(struct wled *wled); argument
228 bool (*wled_auto_detection_required)(struct wled *wled); argument
231 static int wled3_set_brightness(struct wled *wled, u16 brightness) in wled3_set_brightness()
249 static int wled4_set_brightness(struct wled *wled, u16 brightness) in wled4_set_brightness()
272 static int wled5_set_brightness(struct wled *wled, u16 brightness) in wled5_set_brightness()
296 struct wled *wled = container_of(work, in wled_ovp_work() local
301 static int wled_module_enable(struct wled *wled, int val) in wled_module_enable()
333 static int wled3_sync_toggle(struct wled *wled) in wled3_sync_toggle()
351 static int wled5_sync_toggle(struct wled *wled) in wled5_sync_toggle()
369 static int wled_ovp_fault_status(struct wled *wled, bool *fault_set) in wled_ovp_fault_status()
408 static int wled4_ovp_delay(struct wled *wled) in wled4_ovp_delay()
413 static int wled5_ovp_delay(struct wled *wled) in wled5_ovp_delay()
435 struct wled *wled = bl_get_data(bl); in wled_update_status() local
471 static int wled4_cabc_config(struct wled *wled, bool enable) in wled4_cabc_config()
490 static int wled5_cabc_config(struct wled *wled, bool enable) in wled5_cabc_config()
521 struct wled *wled = _wled; in wled_short_irq_handler() local
560 static void wled_auto_string_detection(struct wled *wled) in wled_auto_string_detection()
747 static bool wled4_auto_detection_required(struct wled *wled) in wled4_auto_detection_required()
780 static bool wled5_auto_detection_required(struct wled *wled) in wled5_auto_detection_required()
797 static int wled_auto_detection_at_init(struct wled *wled) in wled_auto_detection_at_init()
823 struct wled *wled = _wled; in wled_ovp_irq_handler() local
859 static int wled3_setup(struct wled *wled) in wled3_setup()
942 static int wled4_setup(struct wled *wled) in wled4_setup()
1072 static int wled5_setup(struct wled *wled) in wled5_setup()
1304 static int wled_configure(struct wled *wled) in wled_configure()
1527 static int wled_configure_short_irq(struct wled *wled, in wled_configure_short_irq()
1559 static int wled_configure_ovp_irq(struct wled *wled, in wled_configure_ovp_irq()
1601 struct wled *wled; in wled_probe() local
1695 struct wled *wled = dev_get_drvdata(&pdev->dev); in wled_remove() local