Lines Matching refs:xdomain
489 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
940 if (port->xdomain) { in tb_scan_port()
941 tb_xdomain_remove(port->xdomain); in tb_scan_port()
943 port->xdomain = NULL; in tb_scan_port()
1712 } else if (port->xdomain) { in tb_handle_hotplug()
1713 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()
1725 port->xdomain = NULL; in tb_handle_hotplug()
2180 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
2188 } else if (port->xdomain) { in tb_restore_children()
2189 tb_port_configure_xdomain(port, port->xdomain); in tb_restore_children()
2258 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
2260 tb_xdomain_remove(port->xdomain); in tb_free_unplugged_xdomains()
2262 port->xdomain = NULL; in tb_free_unplugged_xdomains()