xdomain           668 drivers/thunderbolt/icm.c 	tb_port_at(route, sw)->xdomain = xd;
xdomain           689 drivers/thunderbolt/icm.c 	tb_port_at(xd->route, sw)->xdomain = NULL;
xdomain          1904 drivers/thunderbolt/icm.c 		if (port->xdomain)
xdomain          1905 drivers/thunderbolt/icm.c 			port->xdomain->is_unplugged = true;
xdomain          1944 drivers/thunderbolt/icm.c 		if (port->xdomain && port->xdomain->is_unplugged) {
xdomain          1945 drivers/thunderbolt/icm.c 			tb_xdomain_remove(port->xdomain);
xdomain          1946 drivers/thunderbolt/icm.c 			port->xdomain = NULL;
xdomain          1894 drivers/thunderbolt/switch.c 		} else if (sw->ports[i].xdomain) {
xdomain          1895 drivers/thunderbolt/switch.c 			tb_xdomain_remove(sw->ports[i].xdomain);
xdomain          1896 drivers/thunderbolt/switch.c 			sw->ports[i].xdomain = NULL;
xdomain          1929 drivers/thunderbolt/switch.c 		else if (sw->ports[i].xdomain)
xdomain          1930 drivers/thunderbolt/switch.c 			sw->ports[i].xdomain->is_unplugged = true;
xdomain          1987 drivers/thunderbolt/switch.c 		if (!tb_port_has_remote(port) && !port->xdomain)
xdomain          1995 drivers/thunderbolt/switch.c 			else if (port->xdomain)
xdomain          1996 drivers/thunderbolt/switch.c 				port->xdomain->is_unplugged = true;
xdomain           121 drivers/thunderbolt/tb.c 		tb_port_at(route, sw)->xdomain = xd;
xdomain           193 drivers/thunderbolt/tb.c 	if (port->xdomain) {
xdomain           194 drivers/thunderbolt/tb.c 		tb_xdomain_remove(port->xdomain);
xdomain           195 drivers/thunderbolt/tb.c 		port->xdomain = NULL;
xdomain           540 drivers/thunderbolt/tb.c 		} else if (port->xdomain) {
xdomain           541 drivers/thunderbolt/tb.c 			struct tb_xdomain *xd = tb_xdomain_get(port->xdomain);
xdomain           553 drivers/thunderbolt/tb.c 			port->xdomain = NULL;
xdomain           744 drivers/thunderbolt/tb.c 		if (port->xdomain && port->xdomain->is_unplugged) {
xdomain           745 drivers/thunderbolt/tb.c 			tb_xdomain_remove(port->xdomain);
xdomain           746 drivers/thunderbolt/tb.c 			port->xdomain = NULL;
xdomain           140 drivers/thunderbolt/tb.h 	struct tb_xdomain *xdomain;
xdomain          1413 drivers/thunderbolt/xdomain.c 		if (port->xdomain) {
xdomain          1414 drivers/thunderbolt/xdomain.c 			xd = port->xdomain;