Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.h840 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged);
H A Dswitch.c538 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged) in tb_wait_for_port() function
2684 if (tb_wait_for_port(port, true) <= 0) { in tb_switch_resume()
H A Dtb.c578 if (tb_wait_for_port(port, false) <= 0) in tb_scan_port()