Lines Matching refs:xdomain
202 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
623 if (port->xdomain) { in tb_scan_port()
624 tb_xdomain_remove(port->xdomain); in tb_scan_port()
626 port->xdomain = NULL; in tb_scan_port()
1217 } else if (port->xdomain) { in tb_handle_hotplug()
1218 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()
1230 port->xdomain = NULL; in tb_handle_hotplug()
1414 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
1422 } else if (port->xdomain) { in tb_restore_children()
1467 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
1469 tb_xdomain_remove(port->xdomain); in tb_free_unplugged_xdomains()
1471 port->xdomain = NULL; in tb_free_unplugged_xdomains()