Searched refs:found_port (Results 1 – 3 of 3) sorted by relevance
455 goto found_port; in simple_config()468 found_port: in simple_config()
503 bool found_port = false, check_bind_conflict = true; in inet_csk_get_port() local524 found_port = true; in inet_csk_get_port()542 if (!found_port) { in inet_csk_get_port()569 if (!found_port && check_bind_conflict) { in inet_csk_get_port()
3097 struct drm_dp_mst_port *found_port; in drm_dp_get_last_connected_port_and_mstb() local3104 found_port = drm_dp_get_last_connected_port_to_mstb(mstb); in drm_dp_get_last_connected_port_and_mstb()3105 if (!found_port) in drm_dp_get_last_connected_port_and_mstb()3108 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) { in drm_dp_get_last_connected_port_and_mstb()3109 rmstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()3110 *port_num = found_port->port_num; in drm_dp_get_last_connected_port_and_mstb()3113 mstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()