Searched refs:dp_is_fec_supported (Results 1 – 6 of 6) sorted by relevance
58 bool dp_is_fec_supported(const struct dc_link *link);
338 bool dp_is_fec_supported(const struct dc_link *link) in dp_is_fec_supported() function373 return !force_disable && dp_is_fec_supported(link); in dp_should_enable_fec()
152 link_srv->dp_is_fec_supported = dp_is_fec_supported; in construct_link_service_dp_capability()
198 bool (*dp_is_fec_supported)(const struct dc_link *link); member
359 return link->dc->link_srv->dp_is_fec_supported(link); in dc_link_is_fec_supported()
1313 link->dc->link_srv->dp_is_fec_supported(link)) { in populate_audio_dp_link_info()
Completed in 20 milliseconds