Home
last modified time | relevance | path

Searched defs:cec (Results 1 – 15 of 15) sorted by relevance

/drivers/media/platform/s5p-cec/
Dexynos_hdmi_cecctrl.c23 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 …]
Ds5p_cec.c38 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_enable() local
62 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_log_addr() local
71 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_transmit() local
83 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler() local
129 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler_thread() local
179 struct s5p_cec_dev *cec; in s5p_cec_probe() local
251 struct s5p_cec_dev *cec = platform_get_drvdata(pdev); in s5p_cec_remove() local
261 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_suspend() local
269 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_resume() local
/drivers/media/platform/cec-gpio/
Dcec-gpio.c34 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_read() local
43 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_high() local
53 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_low() local
63 struct cec_gpio *cec = priv; in cec_hpd_gpio_irq_handler_thread() local
71 struct cec_gpio *cec = priv; in cec_5v_gpio_irq_handler() local
83 struct cec_gpio *cec = priv; in cec_5v_gpio_irq_handler_thread() local
91 struct cec_gpio *cec = priv; in cec_hpd_gpio_irq_handler() local
103 struct cec_gpio *cec = priv; in cec_gpio_irq_handler() local
111 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_enable_irq() local
119 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_disable_irq() local
[all …]
/drivers/media/platform/tegra-cec/
Dtegra_cec.c52 static inline u32 cec_read(struct tegra_cec *cec, u32 reg) in cec_read()
57 static inline void cec_write(struct tegra_cec *cec, u32 reg, u32 val) in cec_write()
62 static void tegra_cec_error_recovery(struct tegra_cec *cec) in tegra_cec_error_recovery()
75 struct tegra_cec *cec = dev_get_drvdata(dev); in tegra_cec_irq_thread_handler() local
96 struct tegra_cec *cec = dev_get_drvdata(dev); in tegra_cec_irq_handler() local
189 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_enable() local
252 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_log_addr() local
267 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_monitor_all_enable() local
282 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_transmit() local
320 struct tegra_cec *cec; in tegra_cec_probe() local
[all …]
/drivers/gpu/drm/mediatek/
Dmtk_cec.c59 static void mtk_cec_clear_bits(struct mtk_cec *cec, unsigned int offset, in mtk_cec_clear_bits()
70 static void mtk_cec_set_bits(struct mtk_cec *cec, unsigned int offset, in mtk_cec_set_bits()
81 static void mtk_cec_mask(struct mtk_cec *cec, unsigned int offset, in mtk_cec_mask()
94 struct mtk_cec *cec = dev_get_drvdata(dev); in mtk_cec_set_hpd_event() local
105 struct mtk_cec *cec = dev_get_drvdata(dev); in mtk_cec_hpd_high() local
113 static void mtk_cec_htplg_irq_init(struct mtk_cec *cec) in mtk_cec_htplg_irq_init()
123 static void mtk_cec_htplg_irq_enable(struct mtk_cec *cec) in mtk_cec_htplg_irq_enable()
128 static void mtk_cec_htplg_irq_disable(struct mtk_cec *cec) in mtk_cec_htplg_irq_disable()
133 static void mtk_cec_clear_htplg_irq(struct mtk_cec *cec) in mtk_cec_clear_htplg_irq()
148 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event()
[all …]
/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-cec.c67 static void dw_hdmi_write(struct dw_hdmi_cec *cec, u8 val, int offset) in dw_hdmi_write()
72 static u8 dw_hdmi_read(struct dw_hdmi_cec *cec, int offset) in dw_hdmi_read()
79 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_log_addr() local
95 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_transmit() local
123 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_hardirq() local
172 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_thread() local
188 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_enable() local
224 struct dw_hdmi_cec *cec = data; in dw_hdmi_cec_del() local
232 struct dw_hdmi_cec *cec; in dw_hdmi_cec_probe() local
303 struct dw_hdmi_cec *cec = platform_get_drvdata(pdev); in dw_hdmi_cec_remove() local
Ddw-hdmi.c141 struct platform_device *cec; member
2610 struct dw_hdmi_cec_data cec; in __dw_hdmi_probe() local
/drivers/media/platform/stm32/
Dstm32-cec.c80 static void cec_hw_init(struct stm32_cec *cec) in cec_hw_init()
90 static void stm32_tx_done(struct stm32_cec *cec, u32 status) in stm32_tx_done()
125 static void stm32_rx_done(struct stm32_cec *cec, u32 status) in stm32_rx_done()
147 struct stm32_cec *cec = arg; in stm32_cec_irq_thread() local
162 struct stm32_cec *cec = arg; in stm32_cec_irq_handler() local
175 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_enable() local
196 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_log_addr() local
218 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_transmit() local
259 struct stm32_cec *cec; in stm32_cec_probe() local
338 struct stm32_cec *cec = platform_get_drvdata(pdev); in stm32_cec_remove() local
/drivers/media/platform/sti/cec/
Dstih-cec.c134 struct stih_cec *cec = cec_get_drvdata(adap); in stih_cec_adap_enable() local
190 struct stih_cec *cec = cec_get_drvdata(adap); in stih_cec_adap_log_addr() local
206 struct stih_cec *cec = cec_get_drvdata(adap); in stih_cec_adap_transmit() local
223 static void stih_tx_done(struct stih_cec *cec, u32 status) in stih_tx_done()
243 static void stih_rx_done(struct stih_cec *cec, u32 status) in stih_rx_done()
270 struct stih_cec *cec = priv; in stih_cec_irq_handler_thread() local
285 struct stih_cec *cec = priv; in stih_cec_irq_handler() local
303 struct stih_cec *cec; in stih_cec_probe() local
371 struct stih_cec *cec = platform_get_drvdata(pdev); in stih_cec_remove() local
/drivers/media/platform/seco-cec/
Dseco-cec.c107 struct secocec_data *cec = cec_get_drvdata(adap); in secocec_adap_enable() local
256 struct secocec_data *cec = cec_get_drvdata(adap); in secocec_rx_done() local
349 struct secocec_data *cec = priv; in secocec_ir_probe() local
417 struct secocec_data *cec = priv; in secocec_ir_rx() local
456 struct secocec_data *cec = priv; in secocec_irq_handler() local
/drivers/media/rc/keymaps/
Drc-cec.c16 static struct rc_map_table cec[] = { variable
/drivers/base/power/
Dwakeup.c535 unsigned int cec; in wakeup_source_activate() local
640 unsigned int cnt, inpr, cec; in wakeup_source_deactivate() local
/drivers/gpu/drm/tegra/
Ddrm.h124 struct cec_notifier *cec; member
/drivers/gpu/drm/i2c/
Dtda998x_drv.c50 struct i2c_client *cec; member
789 u8 sta, cec, lvl, flag0, flag1, flag2; in tda998x_irq_thread() local
/drivers/atm/
Dhe.c2713 static long mcc = 0, oec = 0, dcc = 0, cec = 0; in he_proc_read() local