Lines Matching refs:p
942 struct tb_port *p; in usb4_port_idx() local
946 tb_switch_for_each_port(sw, p) { in usb4_port_idx()
947 if (!tb_port_is_null(p)) in usb4_port_idx()
949 if (tb_is_upstream_port(p)) in usb4_port_idx()
951 if (!p->link_nr) { in usb4_port_idx()
952 if (p == port) in usb4_port_idx()
975 struct tb_port *p; in usb4_switch_map_pcie_down() local
979 tb_switch_for_each_port(sw, p) { in usb4_switch_map_pcie_down()
980 if (!tb_port_is_pcie_down(p)) in usb4_switch_map_pcie_down()
984 return p; in usb4_switch_map_pcie_down()
1006 struct tb_port *p; in usb4_switch_map_usb3_down() local
1010 tb_switch_for_each_port(sw, p) { in usb4_switch_map_usb3_down()
1011 if (!tb_port_is_usb3_down(p)) in usb4_switch_map_usb3_down()
1015 return p; in usb4_switch_map_usb3_down()