6 struct dw_hdmi_cec_ops
{
7 void (*write
)(struct dw_hdmi
*hdmi
, u8 val
, int offset
);
8 u8 (*read
)(struct dw_hdmi
*hdmi
, int offset
);
9 void (*enable
)(struct dw_hdmi
*hdmi
);
10 void (*disable
)(struct dw_hdmi
*hdmi
);
13 struct dw_hdmi_cec_data
{
15 const struct dw_hdmi_cec_ops
*ops
;