Searched refs:s5p_cec_dev (Results 1 – 4 of 4) sorted by relevance
19 void s5p_cec_set_divider(struct s5p_cec_dev *cec);20 void s5p_cec_enable_rx(struct s5p_cec_dev *cec);21 void s5p_cec_mask_rx_interrupts(struct s5p_cec_dev *cec);22 void s5p_cec_unmask_rx_interrupts(struct s5p_cec_dev *cec);23 void s5p_cec_mask_tx_interrupts(struct s5p_cec_dev *cec);24 void s5p_cec_unmask_tx_interrupts(struct s5p_cec_dev *cec);25 void s5p_cec_reset(struct s5p_cec_dev *cec);26 void s5p_cec_tx_reset(struct s5p_cec_dev *cec);27 void s5p_cec_rx_reset(struct s5p_cec_dev *cec);28 void s5p_cec_threshold(struct s5p_cec_dev *cec);[all …]
26 void s5p_cec_set_divider(struct s5p_cec_dev *cec) in s5p_cec_set_divider()53 void s5p_cec_enable_rx(struct s5p_cec_dev *cec) in s5p_cec_enable_rx()62 void s5p_cec_mask_rx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_mask_rx_interrupts()72 void s5p_cec_unmask_rx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_unmask_rx_interrupts()82 void s5p_cec_mask_tx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_mask_tx_interrupts()92 void s5p_cec_unmask_tx_interrupts(struct s5p_cec_dev *cec) in s5p_cec_unmask_tx_interrupts()102 void s5p_cec_reset(struct s5p_cec_dev *cec) in s5p_cec_reset()114 void s5p_cec_tx_reset(struct s5p_cec_dev *cec) in s5p_cec_tx_reset()119 void s5p_cec_rx_reset(struct s5p_cec_dev *cec) in s5p_cec_rx_reset()130 void s5p_cec_threshold(struct s5p_cec_dev *cec) in s5p_cec_threshold()[all …]
42 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_enable()66 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_log_addr()75 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_transmit()87 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler()133 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler_thread()184 struct s5p_cec_dev *cec; in s5p_cec_probe()256 struct s5p_cec_dev *cec = platform_get_drvdata(pdev); in s5p_cec_remove()266 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_suspend()274 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_resume()
65 struct s5p_cec_dev { struct