Searched refs:s5p_cec_dev (Results 1 – 4 of 4) sorted by relevance
16 void s5p_cec_set_divider(struct s5p_cec_dev *cec);17 void s5p_cec_enable_rx(struct s5p_cec_dev *cec);18 void s5p_cec_mask_rx_interrupts(struct s5p_cec_dev *cec);19 void s5p_cec_unmask_rx_interrupts(struct s5p_cec_dev *cec);20 void s5p_cec_mask_tx_interrupts(struct s5p_cec_dev *cec);21 void s5p_cec_unmask_tx_interrupts(struct s5p_cec_dev *cec);22 void s5p_cec_reset(struct s5p_cec_dev *cec);23 void s5p_cec_tx_reset(struct s5p_cec_dev *cec);24 void s5p_cec_rx_reset(struct s5p_cec_dev *cec);25 void s5p_cec_threshold(struct s5p_cec_dev *cec);[all …]
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()[all …]
39 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_enable()65 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_log_addr()74 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_transmit()86 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler()134 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler_thread()183 struct s5p_cec_dev *cec; in s5p_cec_probe()254 struct s5p_cec_dev *cec = platform_get_drvdata(pdev); in s5p_cec_remove()263 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_suspend()271 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_resume()
61 struct s5p_cec_dev { struct