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()
295 struct wled *wled = container_of(work, in wled_ovp_work() local
300 static int wled_module_enable(struct wled *wled, int val) in wled_module_enable()
332 static int wled3_sync_toggle(struct wled *wled) in wled3_sync_toggle()
350 static int wled5_mod_sync_toggle(struct wled *wled) in wled5_mod_sync_toggle()
368 static int wled_ovp_fault_status(struct wled *wled, bool *fault_set) in wled_ovp_fault_status()
407 static int wled4_ovp_delay(struct wled *wled) in wled4_ovp_delay()
412 static int wled5_ovp_delay(struct wled *wled) in wled5_ovp_delay()
434 struct wled *wled = bl_get_data(bl); in wled_update_status() local
483 static int wled4_cabc_config(struct wled *wled, bool enable) in wled4_cabc_config()
502 static int wled5_cabc_config(struct wled *wled, bool enable) in wled5_cabc_config()
533 struct wled *wled = _wled; in wled_short_irq_handler() local
572 static void wled_auto_string_detection(struct wled *wled) in wled_auto_string_detection()
761 static bool wled4_auto_detection_required(struct wled *wled) in wled4_auto_detection_required()
794 static bool wled5_auto_detection_required(struct wled *wled) in wled5_auto_detection_required()
811 static int wled_auto_detection_at_init(struct wled *wled) in wled_auto_detection_at_init()
837 struct wled *wled = _wled; in wled_ovp_irq_handler() local
873 static int wled3_setup(struct wled *wled) in wled3_setup()
956 static int wled4_setup(struct wled *wled) in wled4_setup()
1087 static int wled5_setup(struct wled *wled) in wled5_setup()
1305 static int wled_configure(struct wled *wled) in wled_configure()
1554 static int wled_configure_short_irq(struct wled *wled, in wled_configure_short_irq()
1586 static int wled_configure_ovp_irq(struct wled *wled, in wled_configure_ovp_irq()
1628 struct wled *wled; in wled_probe() local
1722 struct wled *wled = platform_get_drvdata(pdev); in wled_remove() local