Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtb.h161 bool is_unplugged; member
511 if (sw->is_unplugged) in tb_sw_read()
525 if (sw->is_unplugged) in tb_sw_write()
539 if (port->sw->is_unplugged) in tb_port_read()
553 if (port->sw->is_unplugged) in tb_port_write()
Dtb.c733 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
1094 if (!xd->is_unplugged) { in tb_disconnect_xdomain_paths()
1174 xd->is_unplugged = true; in tb_handle_hotplug()
1353 if (sw->is_unplugged) in tb_restore_children()
1413 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
Dswitch.c601 if (credits == 0 || port->sw->is_unplugged) in tb_port_add_nfc_credits()
2399 if (sw->is_unplugged) in tb_switch_unconfigure_link()
2558 if (!sw->is_unplugged) in tb_switch_remove()
2579 if (sw->is_unplugged) { in tb_sw_set_unplugged()
2583 sw->is_unplugged = true; in tb_sw_set_unplugged()
2588 port->xdomain->is_unplugged = true; in tb_sw_set_unplugged()
2667 port->xdomain->is_unplugged = true; in tb_switch_resume()
Dpath.c564 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()
566 if (path->hops[i].out_port->sw->is_unplugged) in tb_path_is_invalid()
Dicm.c646 sw->is_unplugged = false; in update_switch()
689 xd->is_unplugged = false; in update_xdomain()
1958 sw->is_unplugged = true; in icm_unplug_children()
1962 port->xdomain->is_unplugged = true; in icm_unplug_children()
2003 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
2007 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
Dxdomain.c977 xd->is_unplugged = true; in tb_xdomain_get_uuid()
/Linux-v5.10/include/linux/
Dthunderbolt.h226 bool is_unplugged; member