Searched defs:wled (Results 1 – 2 of 2) sorted by relevance
181 struct wled { struct203 struct wled_config cfg; argument207 int (*wled_set_brightness)(struct wled *wled, u16 brightness); argument210 int (*wled_cabc_config)(struct wled *wled, bool enable); argument216 int (*wled_sync_toggle)(struct wled *wled); argument222 int (*wled_ovp_delay)(struct wled *wled); argument228 bool (*wled_auto_detection_required)(struct wled *wled); argument231 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()[all …]
248 struct asus_led wled; member