Searched refs:found_port (Results 1 – 5 of 5) sorted by relevance
625 goto found_port; in btuart_config()631 goto found_port; in btuart_config()636 found_port: in btuart_config()
692 goto found_port; in bt3c_config()698 goto found_port; in bt3c_config()703 found_port: in bt3c_config()
449 goto found_port; in simple_config()455 goto found_port; in simple_config()460 found_port: in simple_config()
359 u8 port, found_port; in cma_acquire_dev() local381 &found_port, NULL); in cma_acquire_dev()384 &found_port, NULL); in cma_acquire_dev()386 if (!ret && (port == found_port)) { in cma_acquire_dev()387 id_priv->id.port_num = found_port; in cma_acquire_dev()400 ret = ib_find_cached_gid(cma_dev->device, &iboe_gid, &found_port, NULL); in cma_acquire_dev()402 ret = ib_find_cached_gid(cma_dev->device, &gid, &found_port, NULL); in cma_acquire_dev()404 if (!ret && (port == found_port)) { in cma_acquire_dev()405 id_priv->id.port_num = found_port; in cma_acquire_dev()
1642 struct drm_dp_mst_port *found_port; in drm_dp_get_last_connected_port_and_mstb() local1645 found_port = drm_dp_get_last_connected_port_to_mstb(mstb); in drm_dp_get_last_connected_port_and_mstb()1647 if (found_port) { in drm_dp_get_last_connected_port_and_mstb()1648 rmstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()1650 *port_num = found_port->port_num; in drm_dp_get_last_connected_port_and_mstb()