Searched refs:main_irq (Results 1 – 1 of 1) sorted by relevance
235 int main_irq; member3559 hdmi->main_irq = irq; in __dw_hdmi_probe()3560 ret = devm_request_threaded_irq(dev, hdmi->main_irq, in __dw_hdmi_probe()3600 if (hdmi->main_irq) in __dw_hdmi_remove()3601 disable_irq(hdmi->main_irq); in __dw_hdmi_remove()3699 if (hdmi->main_irq) in dw_hdmi_qp_suspend()3700 disable_irq(hdmi->main_irq); in dw_hdmi_qp_suspend()3731 if (hdmi->main_irq) in dw_hdmi_qp_resume()3732 enable_irq(hdmi->main_irq); in dw_hdmi_qp_resume()