Searched full:hs_phy_irq (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/usb/dwc3/ |
D | dwc3-qcom.c | 73 int hs_phy_irq; member 296 if (qcom->hs_phy_irq) { in dwc3_qcom_disable_interrupts() 297 disable_irq_wake(qcom->hs_phy_irq); in dwc3_qcom_disable_interrupts() 298 disable_irq_nosync(qcom->hs_phy_irq); in dwc3_qcom_disable_interrupts() 319 if (qcom->hs_phy_irq) { in dwc3_qcom_enable_interrupts() 320 enable_irq(qcom->hs_phy_irq); in dwc3_qcom_enable_interrupts() 321 enable_irq_wake(qcom->hs_phy_irq); in dwc3_qcom_enable_interrupts() 450 irq = dwc3_qcom_get_irq(pdev, "hs_phy_irq", in dwc3_qcom_setup_irq() 460 dev_err(qcom->dev, "hs_phy_irq failed: %d\n", ret); in dwc3_qcom_setup_irq() 463 qcom->hs_phy_irq = irq; in dwc3_qcom_setup_irq()
|
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.yaml | 91 - const: hs_phy_irq 158 interrupt-names = "hs_phy_irq", "ss_phy_irq",
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | msm8998.dtsi | 1675 interrupt-names = "hs_phy_irq", "ss_phy_irq";
|
D | sm8150.dtsi | 914 interrupt-names = "hs_phy_irq", "ss_phy_irq",
|
D | sdm845.dtsi | 3570 interrupt-names = "hs_phy_irq", "ss_phy_irq", 3618 interrupt-names = "hs_phy_irq", "ss_phy_irq",
|
D | sc7180.dtsi | 2694 interrupt-names = "hs_phy_irq", "ss_phy_irq",
|