Lines Matching defs:cec
23 void s5p_cec_set_divider(struct s5p_cec_dev *cec) in s5p_cec_set_divider()
50 void s5p_cec_enable_rx(struct s5p_cec_dev *cec) in s5p_cec_enable_rx()
59 void s5p_cec_mask_rx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_mask_rx_interrupts()
69 void s5p_cec_unmask_rx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_unmask_rx_interrupts()
79 void s5p_cec_mask_tx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_mask_tx_interrupts()
89 void s5p_cec_unmask_tx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_unmask_tx_interrupts()
99 void s5p_cec_reset(struct s5p_cec_dev *cec) in s5p_cec_reset()
111 void s5p_cec_tx_reset(struct s5p_cec_dev *cec) in s5p_cec_tx_reset()
116 void s5p_cec_rx_reset(struct s5p_cec_dev *cec) in s5p_cec_rx_reset()
127 void s5p_cec_threshold(struct s5p_cec_dev *cec) in s5p_cec_threshold()
133 void s5p_cec_copy_packet(struct s5p_cec_dev *cec, char *data, in s5p_cec_copy_packet()
163 void s5p_cec_set_addr(struct s5p_cec_dev *cec, u32 addr) in s5p_cec_set_addr()
168 u32 s5p_cec_get_status(struct s5p_cec_dev *cec) in s5p_cec_get_status()
183 void s5p_clr_pending_tx(struct s5p_cec_dev *cec) in s5p_clr_pending_tx()
189 void s5p_clr_pending_rx(struct s5p_cec_dev *cec) in s5p_clr_pending_rx()
195 void s5p_cec_get_rx_buf(struct s5p_cec_dev *cec, u32 size, u8 *buffer) in s5p_cec_get_rx_buf()