Home
last modified time | relevance | path

Searched refs:tb_port_has_remote (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/thunderbolt/
H A Dusb4_port.c54 else if (tb_port_has_remote(port)) in link_show()
140 if (tb_port_has_remote(port)) { in offline_store()
H A Dtb.c145 if (tb_port_has_remote(port)) in tb_remove_dp_resources()
411 if (tb_port_has_remote(port)) { in tb_switch_discover_tunnels()
999 if (!tb_port_has_remote(port)) in tb_create_usb3_tunnels()
1778 if (!tb_port_has_remote(port)) in tb_free_unplugged_children()
2442 if (tb_port_has_remote(port)) { in tb_handle_hotplug()
3074 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
H A Dswitch.c1282 bool has_remote = tb_port_has_remote(port); in tb_port_resume()
3391 if (tb_port_has_remote(port)) { in tb_switch_remove()
3433 if (tb_port_has_remote(port)) in tb_sw_set_unplugged()
3541 if (tb_port_has_remote(port)) in tb_switch_resume()
3592 if (tb_port_has_remote(port)) in tb_switch_suspend()
H A Dicm.c2018 else if (tb_port_has_remote(port)) in icm_unplug_children()
2061 } else if (tb_port_has_remote(port)) { in icm_free_unplugged_children()
H A Dtb.h618 static inline bool tb_port_has_remote(const struct tb_port *port) in tb_port_has_remote() function
H A Dxdomain.c2314 } else if (tb_port_has_remote(port)) { in switch_find_xdomain()