Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb.h103 bool is_unplugged; member
391 if (sw->is_unplugged) in tb_sw_read()
405 if (sw->is_unplugged) in tb_sw_write()
419 if (port->sw->is_unplugged) in tb_port_read()
433 if (port->sw->is_unplugged) in tb_port_write()
Dtb.c273 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
486 if (!xd->is_unplugged) { in tb_disconnect_xdomain_paths()
551 xd->is_unplugged = true; in tb_handle_hotplug()
744 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
Dlc.c127 if (sw->is_unplugged || !sw->config.enabled || !tb_route(sw)) in tb_lc_unconfigure_link()
Dswitch.c553 if (credits == 0 || port->sw->is_unplugged) in tb_port_add_nfc_credits()
1863 if (!sw->is_unplugged) in tb_switch_remove()
1884 if (sw->is_unplugged) { in tb_sw_set_unplugged()
1888 sw->is_unplugged = true; in tb_sw_set_unplugged()
1893 sw->ports[i].xdomain->is_unplugged = true; in tb_sw_set_unplugged()
1959 port->xdomain->is_unplugged = true; in tb_switch_resume()
Dpath.c531 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()
533 if (path->hops[i].out_port->sw->is_unplugged) in tb_path_is_invalid()
Dicm.c638 sw->is_unplugged = false; in update_switch()
681 xd->is_unplugged = false; in update_xdomain()
1899 sw->is_unplugged = true; in icm_unplug_children()
1905 port->xdomain->is_unplugged = true; in icm_unplug_children()
1944 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
1948 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
Dxdomain.c925 xd->is_unplugged = true; in tb_xdomain_get_uuid()
/Linux-v5.4/include/linux/
Dthunderbolt.h226 bool is_unplugged; member