#include <linux/io.h>
#include <linux/device.h>
#include "exynos_hdmi_cec.h"
#include "regs-cec.h"
#define S5P_HDMI_FIN …
#define CEC_DIV_RATIO …
#define CEC_MESSAGE_BROADCAST_MASK …
#define CEC_MESSAGE_BROADCAST …
#define CEC_FILTER_THRESHOLD …
void s5p_cec_set_divider(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_enable_rx(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_mask_rx_interrupts(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_unmask_rx_interrupts(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_mask_tx_interrupts(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_unmask_tx_interrupts(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_reset(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_tx_reset(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_rx_reset(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_threshold(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_copy_packet(struct s5p_cec_dev *cec, char *data,
size_t count, u8 retries)
{ … }
void s5p_cec_set_addr(struct s5p_cec_dev *cec, u32 addr)
{ … }
u32 s5p_cec_get_status(struct s5p_cec_dev *cec)
{ … }
void s5p_clr_pending_tx(struct s5p_cec_dev *cec)
{ … }
void s5p_clr_pending_rx(struct s5p_cec_dev *cec)
{ … }
void s5p_cec_get_rx_buf(struct s5p_cec_dev *cec, u32 size, u8 *buffer)
{ … }