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
119
static inline void dc_ed_pec_enable_shden(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
124
static inline void dc_ed_pec_poweron(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
129
static inline void dc_ed_pec_sync_mode_single(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
134
static inline void dc_ed_pec_div_reset(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
140
void dc_ed_pec_src_sel(struct dc_ed *ed, enum dc_link_id src)
drivers/gpu/drm/imx/dc/dc-ed.c
152
void dc_ed_pec_sync_trigger(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
157
static inline void dc_ed_enable_shden(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
162
static inline void dc_ed_kick_mode_external(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
167
static inline void dc_ed_disable_perfcountmode(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
172
static inline void dc_ed_disable_gamma_apply(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
177
void dc_ed_init(struct dc_ed *ed)
drivers/gpu/drm/imx/dc/dc-ed.c
197
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);