Searched refs:new_connection_type (Results 1 – 3 of 3) sorted by relevance
861 enum dc_connection_type new_connection_type = dc_connection_none; in detect_link_and_local_sink() local885 if (!link_detect_connection_type(link, &new_connection_type)) { in detect_link_and_local_sink()897 if (new_connection_type != dc_connection_none) { in detect_link_and_local_sink()898 link->type = new_connection_type; in detect_link_and_local_sink()
1339 enum dc_connection_type new_connection_type = dc_connection_none; in dm_handle_hpd_rx_offload_work() local1357 if (!dc_link_detect_connection_type(dc_link, &new_connection_type)) in dm_handle_hpd_rx_offload_work()1361 if (new_connection_type == dc_connection_none) in dm_handle_hpd_rx_offload_work()2822 enum dc_connection_type new_connection_type = dc_connection_none; in dm_resume() local2930 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in dm_resume()2933 if (aconnector->base.force && new_connection_type == dc_connection_none) { in dm_resume()3267 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_irq_helper() local3290 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type)) in handle_hpd_irq_helper()3293 if (aconnector->base.force && new_connection_type == dc_connection_none) { in handle_hpd_irq_helper()3356 enum dc_connection_type new_connection_type = dc_connection_none; in handle_hpd_rx_irq() local[all …]
1332 enum dc_connection_type new_connection_type = dc_connection_none; in trigger_hotplug() local1378 if (!dc_link_detect_connection_type(aconnector->dc_link, &new_connection_type) && in trigger_hotplug()1379 new_connection_type != dc_connection_none) in trigger_hotplug()