Lines Matching defs:port_index
320 static enum usb_device_speed dwc3_qcom_read_usb2_speed(struct dwc3_qcom *qcom, int port_index)
332 udev = usb_hub_find_child(hcd->self.root_hub, port_index + 1);
550 static int dwc3_qcom_setup_port_irq(struct platform_device *pdev, int port_index, bool is_multiport)
558 irq_name = devm_kasprintf(&pdev->dev, GFP_KERNEL, "dp_hs_phy_%d", port_index + 1);
569 qcom->ports[port_index].dp_hs_phy_irq = irq;
573 irq_name = devm_kasprintf(&pdev->dev, GFP_KERNEL, "dm_hs_phy_%d", port_index + 1);
584 qcom->ports[port_index].dm_hs_phy_irq = irq;
588 irq_name = devm_kasprintf(&pdev->dev, GFP_KERNEL, "ss_phy_%d", port_index + 1);
599 qcom->ports[port_index].ss_phy_irq = irq;
610 qcom->ports[port_index].qusb2_phy_irq = irq;