Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dswitch.c90 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged) in tb_wait_for_port() function
486 if (tb_wait_for_port(port, true) <= 0 in tb_switch_resume()
Dtb.h232 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged);
Dtb.c46 if (tb_wait_for_port(port, false) <= 0) in tb_scan_port()