Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dpath.c229 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()
231 if (path->hops[i].out_port->sw->is_unplugged) in tb_path_is_invalid()
Dicm.c524 sw->is_unplugged = false; in update_switch()
564 xd->is_unplugged = false; in update_xdomain()
1754 sw->is_unplugged = true; 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()
1791 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
Dswitch.c1455 if (!sw->is_unplugged) in tb_switch_remove()
1472 if (sw->is_unplugged) { in tb_sw_set_unplugged()
1476 sw->is_unplugged = true; in tb_sw_set_unplugged()
Dtb.c118 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
Dtb.h99 bool is_unplugged; member
/Linux-v4.19/include/linux/
Dthunderbolt.h224 bool is_unplugged; member