Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A 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()
H A Dtb.c737 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()
1098 if (!xd->is_unplugged) { in tb_disconnect_xdomain_paths()
1178 xd->is_unplugged = true; in tb_handle_hotplug()
1357 if (sw->is_unplugged) in tb_restore_children()
1417 if (port->xdomain && port->xdomain->is_unplugged) { in tb_free_unplugged_xdomains()
H A Dswitch.c601 if (credits == 0 || port->sw->is_unplugged) in tb_port_add_nfc_credits()
2398 if (sw->is_unplugged) in tb_switch_unconfigure_link()
2581 if (!sw->is_unplugged) in tb_switch_remove()
2602 if (sw->is_unplugged) { in tb_sw_set_unplugged()
2606 sw->is_unplugged = true; in tb_sw_set_unplugged()
2611 port->xdomain->is_unplugged = true; in tb_sw_set_unplugged()
2690 port->xdomain->is_unplugged = true; in tb_switch_resume()
H A 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()
H A 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()
H A Dxdomain.c977 xd->is_unplugged = true; in tb_xdomain_get_uuid()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h226 bool is_unplugged; member