Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
DMakefile3 thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o
Dicm.c556 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()
577 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
1770 if (port->xdomain) { in icm_unplug_children()
1771 port->xdomain->is_unplugged = true; in icm_unplug_children()
1791 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
1792 tb_xdomain_remove(port->xdomain); in icm_free_unplugged_children()
1793 port->xdomain = NULL; in icm_free_unplugged_children()
Dswitch.c1508 if (sw->ports[i].xdomain) in tb_switch_remove()
1509 tb_xdomain_remove(sw->ports[i].xdomain); in tb_switch_remove()
1510 sw->ports[i].xdomain = NULL; in tb_switch_remove()
Dtb.h132 struct tb_xdomain *xdomain; member
Dxdomain.c1298 if (port->xdomain) { in switch_find_xdomain()
1299 xd = port->xdomain; in switch_find_xdomain()