Home
last modified time | relevance | path

Searched defs:wled (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/backlight/
H A Dqcom-wled.c181 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()
[all …]