Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.h193 bool is_unplugged; member
674 if (sw->is_unplugged) in tb_sw_read()
688 if (sw->is_unplugged) in tb_sw_write()
702 if (port->sw->is_unplugged) in tb_port_read()
716 if (port->sw->is_unplugged) in tb_port_write()
H A Dswitch.c574 if (credits == 0 || port->sw->is_unplugged) in tb_port_add_nfc_credits()
3245 if (sw->is_unplugged) in tb_switch_unconfigure_link()
3442 port->xdomain->is_unplugged = true; in tb_switch_remove()
3451 if (!sw->is_unplugged) in tb_switch_remove()
3474 if (sw->is_unplugged) { in tb_sw_set_unplugged()
3478 sw->is_unplugged = true; in tb_sw_set_unplugged()
3483 port->xdomain->is_unplugged = true; in tb_sw_set_unplugged()
3593 port->xdomain->is_unplugged = true; in tb_switch_resume()
H A Dtb.c1172 if (up->sw->is_unplugged) in tb_configure_sym()
1798 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
2404 if (!xd->is_unplugged) { in tb_disconnect_xdomain_paths()
2488 xd->is_unplugged = true; in tb_handle_hotplug()
3086 if (sw->is_unplugged) in tb_restore_children()
3182 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
H A Dicm.c692 sw->is_unplugged = false; in update_switch()
732 xd->is_unplugged = false; in update_xdomain()
2047 sw->is_unplugged = true; in icm_unplug_children()
2051 port->xdomain->is_unplugged = true; in icm_unplug_children()
2092 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
2096 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
H A Dxdomain.c1238 xd->is_unplugged = true; in tb_xdomain_get_uuid()