Searched refs:tb_is_upstream_port (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dusb4_port.c52 if (tb_is_upstream_port(port))
287 if (!tb_is_upstream_port(port))
H A Dswitch.c506 if (tb_is_upstream_port(port)) {
875 if (tb_is_upstream_port(prev)) {
1137 if (width == TB_LINK_WIDTH_SINGLE && !tb_is_upstream_port(port)) {
1296 if (!tb_is_upstream_port(port) || port->xdomain)
1560 if (tb_port_is_null(port) && !tb_is_upstream_port(port)) {
2288 if (!port->disabled && !tb_is_upstream_port(port) &&
H A Dtb.c422 if (tb_is_upstream_port(port))
632 if (tb_is_upstream_port(port))
670 if (tb_is_upstream_port(port)) {
1232 if (tb_is_upstream_port(port))
2296 if (tb_is_upstream_port(port)) {
2995 if (tb_is_upstream_port(port))
H A Dtb.h560 * tb_is_upstream_port() - Is the port upstream facing
566 static inline bool tb_is_upstream_port(const struct tb_port *port) function
611 if (tb_is_upstream_port(port))
1122 if (!tb_port_is_null((p)) || !tb_is_upstream_port((p))) {\
H A Dlc.c95 bool upstream = tb_is_upstream_port(port);
H A Dusb4.c427 if (!route && tb_is_upstream_port(port))
439 if (tb_is_upstream_port(port)) {
949 if (tb_is_upstream_port(p))
H A Ddebugfs.c573 if (tb_is_upstream_port(port))
H A Dtunnel.c436 if (tb_is_upstream_port(port)) {

Completed in 239 milliseconds