Home
last modified time | relevance | path

Searched refs:found_port (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/bridge/imx/
Dimx8qxp-pixel-link.c267 bool found_port = false; in imx8qxp_pixel_link_find_next_bridge() local
278 found_port = true; in imx8qxp_pixel_link_find_next_bridge()
286 if (!found_port) { in imx8qxp_pixel_link_find_next_bridge()
/linux-6.12.1/drivers/bluetooth/
Dbt3c_cs.c694 goto found_port; in bt3c_config()
701 goto found_port; in bt3c_config()
706 found_port: in bt3c_config()
/linux-6.12.1/drivers/tty/serial/8250/
Dserial_cs.c455 goto found_port; in simple_config()
468 found_port: in simple_config()
/linux-6.12.1/net/ipv4/
Dinet_connection_sock.c519 bool found_port = false, check_bind_conflict = true; in inet_csk_get_port() local
539 found_port = true; in inet_csk_get_port()
557 if (!found_port) { in inet_csk_get_port()
584 if (!found_port && check_bind_conflict) { in inet_csk_get_port()
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c3089 struct drm_dp_mst_port *found_port; in drm_dp_get_last_connected_port_and_mstb() local
3096 found_port = drm_dp_get_last_connected_port_to_mstb(mstb); in drm_dp_get_last_connected_port_and_mstb()
3097 if (!found_port) in drm_dp_get_last_connected_port_and_mstb()
3100 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) { in drm_dp_get_last_connected_port_and_mstb()
3101 rmstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()
3102 *port_num = found_port->port_num; in drm_dp_get_last_connected_port_and_mstb()
3105 mstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()