Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dicm.c697 sw->is_unplugged = false; in update_switch()
737 xd->is_unplugged = false; in update_xdomain()
746 xd->is_unplugged = true; in remove_xdomain()
2061 sw->is_unplugged = true; in icm_unplug_children()
2065 port->xdomain->is_unplugged = true; in icm_unplug_children()
2106 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
2110 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
/linux/include/linux/
H A Dthunderbolt.h266 bool is_unplugged; member