Searched refs:new_connection_type (Results 1 – 2 of 2) sorted by relevance
971 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local992 if (!link_detect_connection_type(link, &new_connection_type)) { in detect_link_and_local_sink()1004 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()1005 link->type = new_connection_type; in detect_link_and_local_sink()
1564 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local1582 if (!dc_link_detect_connection_type(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()1586 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()3572 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local3723 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in dm_resume()3726 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()4218 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper() local4243 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()4251 new_connection_type == dc_connection_none && in handle_hpd_irq_helper()4254 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()[all …]