Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-cec/
Dexynos_hdmi_cecctrl.c26 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 …]
Ds5p_cec.c42 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_enable() local
66 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_log_addr() local
75 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_transmit() local
87 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler() local
133 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler_thread() local
184 struct s5p_cec_dev *cec; in s5p_cec_probe() local
256 struct s5p_cec_dev *cec = platform_get_drvdata(pdev); in s5p_cec_remove() local
266 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_suspend() local
274 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_resume() local
/Linux-v4.19/drivers/media/platform/cec-gpio/
Dcec-gpio.c35 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_read() local
44 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_high() local
54 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_low() local
67 struct cec_gpio *cec = priv; in cec_hpd_gpio_irq_handler_thread() local
75 struct cec_gpio *cec = priv; in cec_5v_gpio_irq_handler() local
87 struct cec_gpio *cec = priv; in cec_5v_gpio_irq_handler_thread() local
95 struct cec_gpio *cec = priv; in cec_hpd_gpio_irq_handler() local
107 struct cec_gpio *cec = priv; in cec_gpio_irq_handler() local
115 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_enable_irq() local
130 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_disable_irq() local
[all …]
/Linux-v4.19/drivers/media/platform/tegra-cec/
Dtegra_cec.c63 static inline u32 cec_read(struct tegra_cec *cec, u32 reg) in cec_read()
68 static inline void cec_write(struct tegra_cec *cec, u32 reg, u32 val) in cec_write()
73 static void tegra_cec_error_recovery(struct tegra_cec *cec) in tegra_cec_error_recovery()
86 struct tegra_cec *cec = dev_get_drvdata(dev); in tegra_cec_irq_thread_handler() local
107 struct tegra_cec *cec = dev_get_drvdata(dev); in tegra_cec_irq_handler() local
200 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_enable() local
263 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_log_addr() local
278 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_monitor_all_enable() local
293 struct tegra_cec *cec = adap->priv; in tegra_cec_adap_transmit() local
332 struct tegra_cec *cec; in tegra_cec_probe() local
[all …]
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_cec.c67 static void mtk_cec_clear_bits(struct mtk_cec *cec, unsigned int offset, in mtk_cec_clear_bits()
78 static void mtk_cec_set_bits(struct mtk_cec *cec, unsigned int offset, in mtk_cec_set_bits()
89 static void mtk_cec_mask(struct mtk_cec *cec, unsigned int offset, in mtk_cec_mask()
102 struct mtk_cec *cec = dev_get_drvdata(dev); in mtk_cec_set_hpd_event() local
113 struct mtk_cec *cec = dev_get_drvdata(dev); in mtk_cec_hpd_high() local
121 static void mtk_cec_htplg_irq_init(struct mtk_cec *cec) in mtk_cec_htplg_irq_init()
131 static void mtk_cec_htplg_irq_enable(struct mtk_cec *cec) in mtk_cec_htplg_irq_enable()
136 static void mtk_cec_htplg_irq_disable(struct mtk_cec *cec) in mtk_cec_htplg_irq_disable()
141 static void mtk_cec_clear_htplg_irq(struct mtk_cec *cec) in mtk_cec_clear_htplg_irq()
156 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event()
[all …]
/Linux-v4.19/drivers/media/platform/stm32/
Dstm32-cec.c73 static void cec_hw_init(struct stm32_cec *cec) in cec_hw_init()
83 static void stm32_tx_done(struct stm32_cec *cec, u32 status) in stm32_tx_done()
118 static void stm32_rx_done(struct stm32_cec *cec, u32 status) in stm32_rx_done()
140 struct stm32_cec *cec = arg; in stm32_cec_irq_thread() local
155 struct stm32_cec *cec = arg; in stm32_cec_irq_handler() local
168 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_enable() local
189 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_log_addr() local
207 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_transmit() local
248 struct stm32_cec *cec; in stm32_cec_probe() local
327 struct stm32_cec *cec = platform_get_drvdata(pdev); in stm32_cec_remove() local
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-cec.c70 static void dw_hdmi_write(struct dw_hdmi_cec *cec, u8 val, int offset) in dw_hdmi_write()
75 static u8 dw_hdmi_read(struct dw_hdmi_cec *cec, int offset) in dw_hdmi_read()
82 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_log_addr() local
98 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_transmit() local
126 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_hardirq() local
175 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_thread() local
191 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_enable() local
227 struct dw_hdmi_cec *cec = data; in dw_hdmi_cec_del() local
235 struct dw_hdmi_cec *cec; in dw_hdmi_cec_probe() local
307 struct dw_hdmi_cec *cec = platform_get_drvdata(pdev); in dw_hdmi_cec_remove() local
Ddw-hdmi.c137 struct platform_device *cec; member
2291 struct dw_hdmi_cec_data cec; in __dw_hdmi_probe() local
/Linux-v4.19/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
370 struct stih_cec *cec = platform_get_drvdata(pdev); in stih_cec_remove() local
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-api.rst5 .. _cec: target
/Linux-v4.19/drivers/media/rc/keymaps/
Drc-cec.c20 static struct rc_map_table cec[] = { variable
/Linux-v4.19/arch/arm/boot/dts/
Dstm32f746.dtsi384 cec: cec@40006c00 { label
Dstm32mp157c.dtsi412 cec: cec@40016000 { label
/Linux-v4.19/drivers/base/power/
Dwakeup.c524 unsigned int cec; in wakeup_source_activate() local
629 unsigned int cnt, inpr, cec; in wakeup_source_deactivate() local
/Linux-v4.19/arch/arm64/boot/dts/mediatek/
Dmt8173.dtsi456 cec: cec@10013000 { label
/Linux-v4.19/drivers/gpu/drm/i2c/
Dtda998x_drv.c44 struct i2c_client *cec; member
779 u8 sta, cec, lvl, flag0, flag1, flag2; in tda998x_irq_thread() local
/Linux-v4.19/drivers/atm/
Dhe.c2715 static long mcc = 0, oec = 0, dcc = 0, cec = 0; in he_proc_read() local
/Linux-v4.19/include/drm/
Ddrm_dp_helper.h1161 struct drm_dp_aux_cec cec; member