Searched refs:avp_irq (Results 1 – 1 of 1) sorted by relevance
236 int avp_irq; member3512 hdmi->avp_irq = irq; in __dw_hdmi_probe()3513 ret = devm_request_threaded_irq(dev, hdmi->avp_irq, in __dw_hdmi_probe()3597 if (hdmi->avp_irq) in __dw_hdmi_remove()3598 disable_irq(hdmi->avp_irq); in __dw_hdmi_remove()3696 if (hdmi->avp_irq) in dw_hdmi_qp_suspend()3697 disable_irq(hdmi->avp_irq); in dw_hdmi_qp_suspend()3728 if (hdmi->avp_irq) in dw_hdmi_qp_resume()3729 enable_irq(hdmi->avp_irq); in dw_hdmi_qp_resume()