Symbol: dc_ed
drivers/gpu/drm/imx/dc/dc-drv.h
40
struct dc_ed *ed_safe[DC_DISPLAYS];
drivers/gpu/drm/imx/dc/dc-drv.h
42
struct dc_ed *ed_cont[DC_DISPLAYS];
drivers/gpu/drm/imx/dc/dc-ed.c
120
static inline void dc_ed_pec_enable_shden(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
125
static inline void dc_ed_pec_poweron(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
130
static inline void dc_ed_pec_sync_mode_single(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
135
static inline void dc_ed_pec_div_reset(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
141
void dc_ed_pec_src_sel(struct dc_ed *ed, enum dc_link_id src)
drivers/gpu/drm/imx/dc/dc-ed.c
153
void dc_ed_pec_sync_trigger(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
158
static inline void dc_ed_enable_shden(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
163
static inline void dc_ed_kick_mode_external(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
168
static inline void dc_ed_disable_perfcountmode(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
173
static inline void dc_ed_disable_gamma_apply(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
178
void dc_ed_init(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
198
struct dc_ed *ed;
drivers/gpu/drm/imx/dc/dc-kms.h
128
struct dc_ed *ed;
drivers/gpu/drm/imx/dc/dc-kms.h
48
struct dc_ed *ed_cont;
drivers/gpu/drm/imx/dc/dc-kms.h
50
struct dc_ed *ed_safe;
drivers/gpu/drm/imx/dc/dc-pe.h
73
struct dc_ed *ed_safe[DC_DISPLAYS];
drivers/gpu/drm/imx/dc/dc-pe.h
74
struct dc_ed *ed_cont[DC_DISPLAYS];
drivers/gpu/drm/imx/dc/dc-pe.h
87
void dc_ed_pec_src_sel(struct dc_ed *ed, enum dc_link_id src);
drivers/gpu/drm/imx/dc/dc-pe.h
88
void dc_ed_pec_sync_trigger(struct dc_ed *ed);
drivers/gpu/drm/imx/dc/dc-pe.h
89
void dc_ed_init(struct dc_ed *ed);