Home
last modified time | relevance | path

Searched refs:dc_cf (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/imx/dc/
A Ddc-pe.h48 struct dc_cf { struct
71 struct dc_cf *cf_safe[DC_DISPLAYS]; argument
72 struct dc_cf *cf_cont[DC_DISPLAYS];
80 enum dc_link_id dc_cf_get_link_id(struct dc_cf *cf);
81 void dc_cf_framedimensions(struct dc_cf *cf, unsigned int w, unsigned int h);
82 void dc_cf_constantcolor_black(struct dc_cf *cf);
83 void dc_cf_constantcolor_blue(struct dc_cf *cf);
84 void dc_cf_init(struct dc_cf *cf);
A Ddc-cf.c54 static inline void dc_cf_enable_shden(struct dc_cf *cf) in dc_cf_enable_shden()
59 enum dc_link_id dc_cf_get_link_id(struct dc_cf *cf) in dc_cf_get_link_id()
64 void dc_cf_framedimensions(struct dc_cf *cf, unsigned int w, in dc_cf_framedimensions()
70 void dc_cf_constantcolor_black(struct dc_cf *cf) in dc_cf_constantcolor_black()
75 void dc_cf_constantcolor_blue(struct dc_cf *cf) in dc_cf_constantcolor_blue()
80 void dc_cf_init(struct dc_cf *cf) in dc_cf_init()
91 struct dc_cf *cf; in dc_cf_bind()
A Ddc-kms.h44 struct dc_cf *cf_cont;
46 struct dc_cf *cf_safe;
124 struct dc_cf *cf;
A Ddc-drv.h34 struct dc_cf *cf_safe[DC_DISPLAYS];
36 struct dc_cf *cf_cont[DC_DISPLAYS];

Completed in 8 milliseconds