Searched refs:HDMI_HPD_INT_STATUS_CABLE_DETECTED (Results 1 – 2 of 2) sorted by relevance
186 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq()216 return (hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED) ? in detect_reg()
446 #define HDMI_HPD_INT_STATUS_CABLE_DETECTED 0x00000002 macro