Home
last modified time | relevance | path

Searched full:dp_hs_phy_irq (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-4.19/drivers/usb/dwc3/
Ddwc3-qcom.c50 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/
Ddwc3-qcom.c76 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/
Dqcom,dwc3.txt43 - "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/
Dqcom,dwc3.yaml94 - const: dp_hs_phy_irq
159 "dm_hs_phy_irq", "dp_hs_phy_irq";
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsm8150.dtsi915 "dm_hs_phy_irq", "dp_hs_phy_irq";
Dsdm845.dtsi3572 "dm_hs_phy_irq", "dp_hs_phy_irq";
3620 "dm_hs_phy_irq", "dp_hs_phy_irq";
Dsc7180.dtsi2696 "dm_hs_phy_irq", "dp_hs_phy_irq";