Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c237 int earc_irq; member
3545 hdmi->earc_irq = irq; in __dw_hdmi_probe()
3546 ret = devm_request_threaded_irq(dev, hdmi->earc_irq, in __dw_hdmi_probe()
3603 if (hdmi->earc_irq) in __dw_hdmi_remove()
3604 disable_irq(hdmi->earc_irq); in __dw_hdmi_remove()
3702 if (hdmi->earc_irq) in dw_hdmi_qp_suspend()
3703 disable_irq(hdmi->earc_irq); in dw_hdmi_qp_suspend()
3734 if (hdmi->earc_irq) in dw_hdmi_qp_resume()
3735 enable_irq(hdmi->earc_irq); in dw_hdmi_qp_resume()