Searched refs:tb_usb3_port_is_enabled (Results 1 – 3 of 3) sorted by relevance
1148 bool tb_usb3_port_is_enabled(struct tb_port *port);
1320 return tb_usb3_port_is_enabled(port); in tb_port_is_enabled()1331 bool tb_usb3_port_is_enabled(struct tb_port *port) in tb_usb3_port_is_enabled() function
477 if (down && !tb_usb3_port_is_enabled(down)) in tb_find_usb3_down()