Searched refs:xdomain (Results 1 – 6 of 6) sorted by relevance
147 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/key160 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/modalias167 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcid174 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcvers181 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcrevs188 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcstns
3 thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o
551 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()572 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()1761 if (port->xdomain) { in icm_unplug_children()1762 port->xdomain->is_unplugged = true; in icm_unplug_children()1782 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()1783 tb_xdomain_remove(port->xdomain); in icm_free_unplugged_children()1784 port->xdomain = NULL; in icm_free_unplugged_children()
1450 if (sw->ports[i].xdomain) in tb_switch_remove()1451 tb_xdomain_remove(sw->ports[i].xdomain); in tb_switch_remove()1452 sw->ports[i].xdomain = NULL; in tb_switch_remove()
133 struct tb_xdomain *xdomain; member
1291 if (port->xdomain) { in switch_find_xdomain()1292 xd = port->xdomain; in switch_find_xdomain()