Home
last modified time | relevance | path

Searched refs:xdomain (Results 1 – 6 of 6) sorted by relevance

/drivers/thunderbolt/
Dtb.c239 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
660 if (port->xdomain) { in tb_scan_port()
661 tb_xdomain_remove(port->xdomain); in tb_scan_port()
663 port->xdomain = NULL; in tb_scan_port()
1269 } else if (port->xdomain) { in tb_handle_hotplug()
1270 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()
1282 port->xdomain = NULL; in tb_handle_hotplug()
1468 if (!tb_port_has_remote(port) && !port->xdomain) in tb_restore_children()
1476 } else if (port->xdomain) { in tb_restore_children()
1546 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
[all …]
DMakefile4 thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o tmu.o usb4.o
Dswitch.c1184 if (!tb_is_upstream_port(port) || port->xdomain) in tb_port_resume()
1188 return has_remote || port->xdomain; in tb_port_resume()
2872 } else if (port->xdomain) { in tb_switch_remove()
2873 tb_xdomain_remove(port->xdomain); in tb_switch_remove()
2874 port->xdomain = NULL; in tb_switch_remove()
2912 else if (port->xdomain) in tb_sw_set_unplugged()
2913 port->xdomain->is_unplugged = true; in tb_sw_set_unplugged()
2994 else if (port->xdomain) in tb_switch_resume()
2995 port->xdomain->is_unplugged = true; in tb_switch_resume()
Dicm.c696 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()
717 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
2013 if (port->xdomain) in icm_unplug_children()
2014 port->xdomain->is_unplugged = true; in icm_unplug_children()
2055 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
2056 tb_xdomain_remove(port->xdomain); in icm_free_unplugged_children()
2057 port->xdomain = NULL; in icm_free_unplugged_children()
Dxdomain.c36 module_param_named(xdomain, tb_xdomain_enabled, bool, 0444);
37 MODULE_PARM_DESC(xdomain, "allow XDomain protocol (default: true)");
1700 if (port->xdomain) { in switch_find_xdomain()
1701 xd = port->xdomain; in switch_find_xdomain()
Dtb.h233 struct tb_xdomain *xdomain; member