Searched refs:dc_cf (Results 1 – 4 of 4) sorted by relevance
48 struct dc_cf { struct71 struct dc_cf *cf_safe[DC_DISPLAYS]; argument72 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);
54 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()
44 struct dc_cf *cf_cont;46 struct dc_cf *cf_safe;124 struct dc_cf *cf;
34 struct dc_cf *cf_safe[DC_DISPLAYS];36 struct dc_cf *cf_cont[DC_DISPLAYS];
Completed in 8 milliseconds