Home
last modified time | relevance | path

Searched refs:tb_wait_for_port (Results 1 – 3 of 3) sorted by relevance

/drivers/thunderbolt/
Dswitch.c538 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged) in tb_wait_for_port() function
2310 if (tb_wait_for_port(down->dual_link_port, false) <= 0) in tb_switch_lane_bonding_enable()
2691 if (tb_wait_for_port(port, true) <= 0) { in tb_switch_resume()
Dtb.h840 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged);
Dtb.c578 if (tb_wait_for_port(port, false) <= 0) in tb_scan_port()