Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtb.h176 bool is_unplugged; member
582 if (sw->is_unplugged) in tb_sw_read()
596 if (sw->is_unplugged) in tb_sw_write()
610 if (port->sw->is_unplugged) in tb_port_read()
624 if (port->sw->is_unplugged) in tb_port_write()
Dtb.c788 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
1198 if (!xd->is_unplugged) { in tb_disconnect_xdomain_paths()
1280 xd->is_unplugged = true; in tb_handle_hotplug()
1461 if (sw->is_unplugged) in tb_restore_children()
1546 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
Dswitch.c615 if (credits == 0 || port->sw->is_unplugged) in tb_port_add_nfc_credits()
2672 if (sw->is_unplugged) in tb_switch_unconfigure_link()
2881 if (!sw->is_unplugged) in tb_switch_remove()
2904 if (sw->is_unplugged) { in tb_sw_set_unplugged()
2908 sw->is_unplugged = true; in tb_sw_set_unplugged()
2913 port->xdomain->is_unplugged = true; in tb_sw_set_unplugged()
2995 port->xdomain->is_unplugged = true; in tb_switch_resume()
Dpath.c581 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()
583 if (path->hops[i].out_port->sw->is_unplugged) in tb_path_is_invalid()
Dicm.c666 sw->is_unplugged = false; in update_switch()
709 xd->is_unplugged = false; in update_xdomain()
2010 sw->is_unplugged = true; in icm_unplug_children()
2014 port->xdomain->is_unplugged = true; in icm_unplug_children()
2055 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
2059 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
Dxdomain.c1041 xd->is_unplugged = true; in tb_xdomain_get_uuid()