Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/tty/serial/8250/
Dserial_cs.c452 goto found_port; in simple_config()
460 goto found_port; in simple_config()
465 found_port: in simple_config()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c3140 struct drm_dp_mst_port *found_port; in drm_dp_get_last_connected_port_and_mstb() local
3147 found_port = drm_dp_get_last_connected_port_to_mstb(mstb); in drm_dp_get_last_connected_port_and_mstb()
3148 if (!found_port) in drm_dp_get_last_connected_port_and_mstb()
3151 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) { in drm_dp_get_last_connected_port_and_mstb()
3152 rmstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()
3153 *port_num = found_port->port_num; in drm_dp_get_last_connected_port_and_mstb()
3156 mstb = found_port->parent; in drm_dp_get_last_connected_port_and_mstb()