Home
last modified time | relevance | path

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

/openbmc/linux/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.c228 if (tb_port_has_remote(port)) in tb_remove_dp_resources()
494 if (tb_port_has_remote(port)) { in tb_switch_discover_tunnels()
1087 if (!tb_port_has_remote(port)) in tb_create_usb3_tunnels()
1540 if (!tb_port_has_remote(port)) in tb_free_unplugged_children()
2246 if (tb_port_has_remote(port)) { in tb_handle_hotplug()
2765 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
H A Dswitch.c1297 bool has_remote = tb_port_has_remote(port); in tb_port_resume()
3393 if (tb_port_has_remote(port)) { in tb_switch_remove()
3435 if (tb_port_has_remote(port)) in tb_sw_set_unplugged()
3543 if (tb_port_has_remote(port)) in tb_switch_resume()
3594 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.h579 static inline bool tb_port_has_remote(const struct tb_port *port) in tb_port_has_remote() function
H A Dxdomain.c2262 } else if (tb_port_has_remote(port)) { in switch_find_xdomain()