Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-thunderbolt147 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/key
160 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/modalias
167 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcid
174 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcvers
181 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcrevs
188 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcstns
/Linux-v4.19/drivers/thunderbolt/
DMakefile3 thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o
Dicm.c551 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()
Dswitch.c1450 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()
Dtb.h133 struct tb_xdomain *xdomain; member
Dxdomain.c1291 if (port->xdomain) { in switch_find_xdomain()
1292 xd = port->xdomain; in switch_find_xdomain()