Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtb.h840 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged);
Dswitch.c538 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged) in tb_wait_for_port() function
2661 if (tb_wait_for_port(port, true) <= 0) { in tb_switch_resume()
Dtb.c574 if (tb_wait_for_port(port, false) <= 0) in tb_scan_port()