Searched refs:new_connection_type (Results 1 – 3 of 3) sorted by relevance
865 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local888 if (!link_detect_connection_type(link, &new_connection_type)) { in detect_link_and_local_sink()900 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()901 link->type = new_connection_type; in detect_link_and_local_sink()
1440 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local1458 if (!dc_link_detect_connection_type(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()1462 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()3143 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local3265 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in dm_resume()3268 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()3609 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper() local3633 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()3636 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()3700 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq() local[all …]
1415 enum dc_connection_type new_connection_type = dc_connection_none; in trigger_hotplug() local1461 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()1462 new_connection_type != dc_connection_none) in trigger_hotplug()