Searched refs:dw_hdmi_read (Results 1 – 2 of 2) sorted by relevance
76 static u8 dw_hdmi_read(struct dw_hdmi_cec *cec, int offset) in dw_hdmi_read() function128 unsigned int stat = dw_hdmi_read(cec, HDMI_IH_CEC_STAT0); in dw_hdmi_cec_hardirq()153 len = dw_hdmi_read(cec, HDMI_CEC_RX_CNT); in dw_hdmi_cec_hardirq()159 dw_hdmi_read(cec, HDMI_CEC_RX_DATA0 + i); in dw_hdmi_cec_hardirq()332 cec->regs_polarity = dw_hdmi_read(cec, HDMI_CEC_POLARITY); in dw_hdmi_cec_suspend()333 cec->regs_mask = dw_hdmi_read(cec, HDMI_CEC_MASK); in dw_hdmi_cec_suspend()334 cec->regs_mute_stat0 = dw_hdmi_read(cec, HDMI_IH_MUTE_CEC_STAT0); in dw_hdmi_cec_suspend()
89 static u8 dw_hdmi_read(struct dw_hdmi *hdmi, int offset) in dw_hdmi_read() function104 static u8 (*hdmi_read)(struct dw_hdmi *hdmi, int offset) = dw_hdmi_read;