Home
last modified time | relevance | path

Searched refs:hs_phy_irq (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-qcom.c49 int hs_phy_irq; member
178 if (qcom->hs_phy_irq) { in dwc3_qcom_disable_interrupts()
179 disable_irq_wake(qcom->hs_phy_irq); in dwc3_qcom_disable_interrupts()
180 disable_irq_nosync(qcom->hs_phy_irq); in dwc3_qcom_disable_interrupts()
201 if (qcom->hs_phy_irq) { in dwc3_qcom_enable_interrupts()
202 enable_irq(qcom->hs_phy_irq); in dwc3_qcom_enable_interrupts()
203 enable_irq_wake(qcom->hs_phy_irq); in dwc3_qcom_enable_interrupts()
320 qcom->hs_phy_irq = irq; in dwc3_qcom_setup_irq()
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.txt39 - "hs_phy_irq": The interrupt that is asserted when a
77 interrupt-names = "hs_phy_irq", "ss_phy_irq",