Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi4_cec.c176 hdmi_wp_clear_irqenable(core->wp, HDMI_IRQ_CORE); in hdmi_cec_adap_enable()
177 hdmi_wp_set_irqstatus(core->wp, HDMI_IRQ_CORE); in hdmi_cec_adap_enable()
204 hdmi_wp_set_irqenable(core->wp, HDMI_IRQ_CORE); in hdmi_cec_adap_enable()
Dhdmi4.c100 if (irqstatus & HDMI_IRQ_CORE) { in hdmi_irq_handler()
187 hdmi_wp_clear_irqenable(wp, ~HDMI_IRQ_CORE); in hdmi_power_on_full()
188 hdmi_wp_set_irqstatus(wp, ~HDMI_IRQ_CORE); in hdmi_power_on_full()
261 hdmi_wp_clear_irqenable(&hdmi->wp, ~HDMI_IRQ_CORE); in hdmi_power_off_full()
Dhdmi.h56 #define HDMI_IRQ_CORE (1 << 0) macro
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi.h53 #define HDMI_IRQ_CORE (1 << 0) macro