Searched full:dp_hs_phy_irq (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-4.19/drivers/usb/dwc3/ |
| D | dwc3-qcom.c | 50 int dp_hs_phy_irq; member 183 if (qcom->dp_hs_phy_irq) { in dwc3_qcom_disable_interrupts() 184 disable_irq_wake(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 185 disable_irq_nosync(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 206 if (qcom->dp_hs_phy_irq) { in dwc3_qcom_enable_interrupts() 207 enable_irq(qcom->dp_hs_phy_irq); in dwc3_qcom_enable_interrupts() 208 enable_irq_wake(qcom->dp_hs_phy_irq); in dwc3_qcom_enable_interrupts() 323 irq = platform_get_irq_byname(pdev, "dp_hs_phy_irq"); in dwc3_qcom_setup_irq() 331 dev_err(qcom->dev, "dp_hs_phy_irq failed: %d\n", ret); in dwc3_qcom_setup_irq() 334 qcom->dp_hs_phy_irq = irq; in dwc3_qcom_setup_irq()
|
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | dwc3-qcom.c | 76 int dp_hs_phy_irq; member 306 if (qcom->dp_hs_phy_irq) { in dwc3_qcom_disable_interrupts() 307 disable_irq_wake(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 308 disable_irq_nosync(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 329 if (qcom->dp_hs_phy_irq) { in dwc3_qcom_enable_interrupts() 330 enable_irq(qcom->dp_hs_phy_irq); in dwc3_qcom_enable_interrupts() 331 enable_irq_wake(qcom->dp_hs_phy_irq); in dwc3_qcom_enable_interrupts() 476 irq = dwc3_qcom_get_irq(pdev, "dp_hs_phy_irq", in dwc3_qcom_setup_irq() 485 dev_err(qcom->dev, "dp_hs_phy_irq failed: %d\n", ret); in dwc3_qcom_setup_irq() 488 qcom->dp_hs_phy_irq = irq; in dwc3_qcom_setup_irq()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | qcom,dwc3.txt | 43 - "dm_hs_phy_irq" and "dp_hs_phy_irq": Separate 78 "dm_hs_phy_irq", "dp_hs_phy_irq";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | qcom,dwc3.yaml | 94 - const: dp_hs_phy_irq 159 "dm_hs_phy_irq", "dp_hs_phy_irq";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | sm8150.dtsi | 915 "dm_hs_phy_irq", "dp_hs_phy_irq";
|
| D | sdm845.dtsi | 3572 "dm_hs_phy_irq", "dp_hs_phy_irq"; 3620 "dm_hs_phy_irq", "dp_hs_phy_irq";
|
| D | sc7180.dtsi | 2696 "dm_hs_phy_irq", "dp_hs_phy_irq";
|