/linux-6.6.21/drivers/media/cec/platform/s5p/ |
D | exynos_hdmi_cecctrl.c | 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 …]
|
D | s5p_cec.c | 39 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_enable() local 65 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_log_addr() local 74 struct s5p_cec_dev *cec = cec_get_drvdata(adap); in s5p_cec_adap_transmit() local 86 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler() local 134 struct s5p_cec_dev *cec = priv; in s5p_cec_irq_handler_thread() local 183 struct s5p_cec_dev *cec; in s5p_cec_probe() local 254 struct s5p_cec_dev *cec = platform_get_drvdata(pdev); in s5p_cec_remove() local 263 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_suspend() local 271 struct s5p_cec_dev *cec = dev_get_drvdata(dev); in s5p_cec_runtime_resume() local
|
/linux-6.6.21/drivers/media/cec/platform/cec-gpio/ |
D | cec-gpio.c | 36 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_read() local 45 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_high() local 55 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_low() local 65 struct cec_gpio *cec = priv; in cec_hpd_gpio_irq_handler_thread() local 73 struct cec_gpio *cec = priv; in cec_5v_gpio_irq_handler() local 86 struct cec_gpio *cec = priv; in cec_5v_gpio_irq_handler_thread() local 94 struct cec_gpio *cec = priv; in cec_hpd_gpio_irq_handler() local 107 struct cec_gpio *cec = priv; in cec_gpio_irq_handler() local 117 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_enable_irq() local 125 struct cec_gpio *cec = cec_get_drvdata(adap); in cec_gpio_disable_irq() local [all …]
|
/linux-6.6.21/drivers/media/cec/platform/tegra/ |
D | tegra_cec.c | 52 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 …]
|
/linux-6.6.21/drivers/gpu/drm/mediatek/ |
D | mtk_cec.c | 62 static void mtk_cec_clear_bits(struct mtk_cec *cec, unsigned int offset, in mtk_cec_clear_bits() 73 static void mtk_cec_set_bits(struct mtk_cec *cec, unsigned int offset, in mtk_cec_set_bits() 84 static void mtk_cec_mask(struct mtk_cec *cec, unsigned int offset, in mtk_cec_mask() 97 struct mtk_cec *cec = dev_get_drvdata(dev); in mtk_cec_set_hpd_event() local 108 struct mtk_cec *cec = dev_get_drvdata(dev); in mtk_cec_hpd_high() local 116 static void mtk_cec_htplg_irq_init(struct mtk_cec *cec) in mtk_cec_htplg_irq_init() 126 static void mtk_cec_htplg_irq_enable(struct mtk_cec *cec) in mtk_cec_htplg_irq_enable() 131 static void mtk_cec_htplg_irq_disable(struct mtk_cec *cec) in mtk_cec_htplg_irq_disable() 136 static void mtk_cec_clear_htplg_irq(struct mtk_cec *cec) in mtk_cec_clear_htplg_irq() 151 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event() [all …]
|
/linux-6.6.21/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-cec.c | 71 static void dw_hdmi_write(struct dw_hdmi_cec *cec, u8 val, int offset) in dw_hdmi_write() 76 static u8 dw_hdmi_read(struct dw_hdmi_cec *cec, int offset) in dw_hdmi_read() 83 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_log_addr() local 99 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_transmit() local 127 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_hardirq() local 176 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_thread() local 192 struct dw_hdmi_cec *cec = cec_get_drvdata(adap); in dw_hdmi_cec_enable() local 228 struct dw_hdmi_cec *cec = data; in dw_hdmi_cec_del() local 236 struct dw_hdmi_cec *cec; in dw_hdmi_cec_probe() local 305 struct dw_hdmi_cec *cec = platform_get_drvdata(pdev); in dw_hdmi_cec_remove() local [all …]
|
D | dw-hdmi.c | 138 struct platform_device *cec; member 3343 struct dw_hdmi_cec_data cec; in dw_hdmi_probe() local
|
/linux-6.6.21/drivers/media/cec/platform/stm32/ |
D | stm32-cec.c | 79 static void cec_hw_init(struct stm32_cec *cec) in cec_hw_init() 89 static void stm32_tx_done(struct stm32_cec *cec, u32 status) in stm32_tx_done() 124 static void stm32_rx_done(struct stm32_cec *cec, u32 status) in stm32_rx_done() 146 struct stm32_cec *cec = arg; in stm32_cec_irq_thread() local 161 struct stm32_cec *cec = arg; in stm32_cec_irq_handler() local 174 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_enable() local 195 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_log_addr() local 217 struct stm32_cec *cec = adap->priv; in stm32_cec_adap_transmit() local 257 struct stm32_cec *cec; in stm32_cec_probe() local 348 struct stm32_cec *cec = platform_get_drvdata(pdev); in stm32_cec_remove() local
|
/linux-6.6.21/drivers/media/cec/platform/sti/ |
D | stih-cec.c | 134 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 302 struct stih_cec *cec; in stih_cec_probe() local 369 struct stih_cec *cec = platform_get_drvdata(pdev); in stih_cec_remove() local
|
/linux-6.6.21/drivers/media/cec/platform/seco/ |
D | seco-cec.c | 94 struct secocec_data *cec = cec_get_drvdata(adap); in secocec_adap_enable() local 243 struct secocec_data *cec = cec_get_drvdata(adap); in secocec_rx_done() local 336 struct secocec_data *cec = priv; in secocec_ir_probe() local 404 struct secocec_data *cec = priv; in secocec_ir_rx() local 443 struct secocec_data *cec = priv; in secocec_irq_handler() local
|
/linux-6.6.21/drivers/media/rc/keymaps/ |
D | rc-cec.c | 26 static struct rc_map_table cec[] = { variable
|
/linux-6.6.21/Documentation/userspace-api/media/cec/ |
D | cec-api.rst | 4 .. _cec: target
|
/linux-6.6.21/arch/arm/boot/dts/mediatek/ |
D | mt7623n.dtsi | 254 cec: cec@10012000 { label
|
/linux-6.6.21/arch/arm/boot/dts/st/ |
D | stm32f746.dtsi | 387 cec: cec@40006c00 { label
|
D | stm32mp151.dtsi | 582 cec: cec@40016000 { label
|
/linux-6.6.21/drivers/base/power/ |
D | wakeup.c | 560 unsigned int cec; in wakeup_source_activate() local 665 unsigned int cnt, inpr, cec; in wakeup_source_deactivate() local
|
/linux-6.6.21/arch/arm64/boot/dts/mediatek/ |
D | mt8173.dtsi | 548 cec: cec@10013000 { label
|
/linux-6.6.21/drivers/gpu/drm/tegra/ |
D | drm.h | 140 struct cec_notifier *cec; member
|
/linux-6.6.21/include/drm/display/ |
D | drm_dp_helper.h | 447 struct drm_dp_aux_cec cec; member
|
/linux-6.6.21/drivers/media/cec/i2c/ |
D | ch7322.c | 153 struct cec_adapter *cec; member
|
/linux-6.6.21/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 53 struct i2c_client *cec; member 792 u8 sta, cec, lvl, flag0, flag1, flag2; in tda998x_irq_thread() local
|
/linux-6.6.21/drivers/atm/ |
D | he.c | 2710 static long mcc = 0, oec = 0, dcc = 0, cec = 0; in he_proc_read() local
|