Searched refs:xdomain (Results 1 – 6 of 6) sorted by relevance
121 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()193 if (port->xdomain) { in tb_scan_port()194 tb_xdomain_remove(port->xdomain); in tb_scan_port()195 port->xdomain = NULL; in tb_scan_port()540 } else if (port->xdomain) { in tb_handle_hotplug()541 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()553 port->xdomain = NULL; in tb_handle_hotplug()744 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()745 tb_xdomain_remove(port->xdomain); in tb_free_unplugged_xdomains()746 port->xdomain = NULL; in tb_free_unplugged_xdomains()
4 thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o
1887 } else if (sw->ports[i].xdomain) { in tb_switch_remove()1888 tb_xdomain_remove(sw->ports[i].xdomain); in tb_switch_remove()1889 sw->ports[i].xdomain = NULL; in tb_switch_remove()1922 else if (sw->ports[i].xdomain) in tb_sw_set_unplugged()1923 sw->ports[i].xdomain->is_unplugged = true; in tb_sw_set_unplugged()1980 if (!tb_port_has_remote(port) && !port->xdomain) in tb_switch_resume()1988 else if (port->xdomain) in tb_switch_resume()1989 port->xdomain->is_unplugged = true; in tb_switch_resume()
668 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()689 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()1904 if (port->xdomain) in icm_unplug_children()1905 port->xdomain->is_unplugged = true; in icm_unplug_children()1944 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()1945 tb_xdomain_remove(port->xdomain); in icm_free_unplugged_children()1946 port->xdomain = NULL; in icm_free_unplugged_children()
140 struct tb_xdomain *xdomain; member
1413 if (port->xdomain) { in switch_find_xdomain()1414 xd = port->xdomain; in switch_find_xdomain()