Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.h189 bool is_unplugged; member
634 if (sw->is_unplugged) in tb_sw_read()
648 if (sw->is_unplugged) in tb_sw_write()
662 if (port->sw->is_unplugged) in tb_port_read()
676 if (port->sw->is_unplugged) in tb_port_write()
H A Dswitch.c570 if (credits == 0 || port->sw->is_unplugged) in tb_port_add_nfc_credits()
3200 if (sw->is_unplugged) in tb_switch_unconfigure_link()
3397 port->xdomain->is_unplugged = true; in tb_switch_remove()
3406 if (!sw->is_unplugged) in tb_switch_remove()
3429 if (sw->is_unplugged) { in tb_sw_set_unplugged()
3433 sw->is_unplugged = true; in tb_sw_set_unplugged()
3438 port->xdomain->is_unplugged = true; in tb_sw_set_unplugged()
3546 port->xdomain->is_unplugged = true; in tb_switch_resume()
H A Dpath.c600 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()
602 if (path->hops[i].out_port->sw->is_unplugged) in tb_path_is_invalid()
H A Dtb.c1237 if (up->sw->is_unplugged) in tb_configure_sym()
1543 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
2189 if (!xd->is_unplugged) { in tb_disconnect_xdomain_paths()
2273 xd->is_unplugged = true; in tb_handle_hotplug()
2753 if (sw->is_unplugged) in tb_restore_children()
2849 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
H A Dicm.c667 sw->is_unplugged = false; in update_switch()
707 xd->is_unplugged = false; in update_xdomain()
2013 sw->is_unplugged = true; in icm_unplug_children()
2017 port->xdomain->is_unplugged = true; in icm_unplug_children()
2058 if (port->xdomain && port->xdomain->is_unplugged) { in icm_free_unplugged_children()
2062 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children()
H A Dxdomain.c1234 xd->is_unplugged = true; in tb_xdomain_get_uuid()
/openbmc/linux/include/linux/
H A Dthunderbolt.h253 bool is_unplugged; member