Home
last modified time | relevance | path

Searched refs:tb_port_path_direction_downstream (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtb.c516 if (tb_port_path_direction_downstream(src_port, dst_port)) in tb_find_first_usb3_tunnel()
664 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_consumed_dp_bandwidth()
678 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_asym_supported()
711 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_maximum_bandwidth()
1051 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_asym()
1158 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_sym()
H A Dtb.h1120 tb_port_path_direction_downstream(const struct tb_port *src, in tb_port_path_direction_downstream() function