Lines Matching refs:xdomain
240 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
662 if (port->xdomain) { in tb_scan_port()
663 tb_xdomain_remove(port->xdomain); in tb_scan_port()
665 port->xdomain = NULL; in tb_scan_port()
1307 } else if (port->xdomain) { in tb_handle_hotplug()
1308 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()
1320 port->xdomain = NULL; in tb_handle_hotplug()
1541 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
1549 } else if (port->xdomain) { in tb_restore_children()
1550 tb_port_configure_xdomain(port, port->xdomain); in tb_restore_children()
1619 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
1621 tb_xdomain_remove(port->xdomain); in tb_free_unplugged_xdomains()
1623 port->xdomain = NULL; in tb_free_unplugged_xdomains()