Lines Matching refs:xdomain
196 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
609 if (port->xdomain) { in tb_scan_port()
610 tb_xdomain_remove(port->xdomain); in tb_scan_port()
612 port->xdomain = NULL; in tb_scan_port()
1167 } else if (port->xdomain) { in tb_handle_hotplug()
1168 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()
1180 port->xdomain = NULL; in tb_handle_hotplug()
1364 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
1372 } else if (port->xdomain) { in tb_restore_children()
1417 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
1419 tb_xdomain_remove(port->xdomain); in tb_free_unplugged_xdomains()
1421 port->xdomain = NULL; in tb_free_unplugged_xdomains()