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_mod_sync_toggle(struct wled *wled) in wled5_mod_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
484 static int wled4_cabc_config(struct wled *wled, bool enable) in wled4_cabc_config()
503 static int wled5_cabc_config(struct wled *wled, bool enable) in wled5_cabc_config()
534 struct wled *wled = _wled; in wled_short_irq_handler() local
573 static void wled_auto_string_detection(struct wled *wled) in wled_auto_string_detection()
760 static bool wled4_auto_detection_required(struct wled *wled) in wled4_auto_detection_required()
793 static bool wled5_auto_detection_required(struct wled *wled) in wled5_auto_detection_required()
810 static int wled_auto_detection_at_init(struct wled *wled) in wled_auto_detection_at_init()
836 struct wled *wled = _wled; in wled_ovp_irq_handler() local
872 static int wled3_setup(struct wled *wled) in wled3_setup()
955 static int wled4_setup(struct wled *wled) in wled4_setup()
1085 static int wled5_setup(struct wled *wled) in wled5_setup()
1317 static int wled_configure(struct wled *wled) in wled_configure()
1540 static int wled_configure_short_irq(struct wled *wled, in wled_configure_short_irq()
1572 static int wled_configure_ovp_irq(struct wled *wled, in wled_configure_ovp_irq()
1614 struct wled *wled; in wled_probe() local
1708 struct wled *wled = platform_get_drvdata(pdev); in wled_remove() local