Searched refs:dp_hs_phy_irq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 76 int dp_hs_phy_irq; member 330 if (qcom->dp_hs_phy_irq) { in dwc3_qcom_disable_interrupts() 331 disable_irq_wake(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 332 disable_irq_nosync(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 353 if (qcom->dp_hs_phy_irq) { in dwc3_qcom_enable_interrupts() 354 enable_irq(qcom->dp_hs_phy_irq); in dwc3_qcom_enable_interrupts() 355 enable_irq_wake(qcom->dp_hs_phy_irq); in dwc3_qcom_enable_interrupts() 504 irq = dwc3_qcom_get_irq(pdev, "dp_hs_phy_irq", in dwc3_qcom_setup_irq() 513 dev_err(qcom->dev, "dp_hs_phy_irq failed: %d\n", ret); in dwc3_qcom_setup_irq() 516 qcom->dp_hs_phy_irq in dwc3_qcom_setup_irq() [all...] |
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 77 int dp_hs_phy_irq; member 381 dwc3_qcom_disable_wakeup_irq(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 383 dwc3_qcom_disable_wakeup_irq(qcom->dp_hs_phy_irq); in dwc3_qcom_disable_interrupts() 408 dwc3_qcom_enable_wakeup_irq(qcom->dp_hs_phy_irq, in dwc3_qcom_enable_interrupts() 411 dwc3_qcom_enable_wakeup_irq(qcom->dp_hs_phy_irq, in dwc3_qcom_enable_interrupts() 561 irq = dwc3_qcom_get_irq(pdev, "dp_hs_phy_irq", in dwc3_qcom_setup_irq() 570 dev_err(qcom->dev, "dp_hs_phy_irq failed: %d\n", ret); in dwc3_qcom_setup_irq() 573 qcom->dp_hs_phy_irq = irq; in dwc3_qcom_setup_irq()
|
Completed in 3 milliseconds