Searched refs:vc4_hdmi (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_hdmi.c | 315 struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_connector_init() argument 1558 struct vc4_hdmi *vc4_hdmi = priv; in vc4_hdmi_hpd_irq_thread() local 1613 struct vc4_hdmi *vc4_hdmi = priv; in vc4_cec_irq_handler_rx_thread() local 1624 struct vc4_hdmi *vc4_hdmi = priv; in vc4_cec_irq_handler_tx_thread() local 1642 struct vc4_hdmi *vc4_hdmi = priv; in vc4_cec_irq_handler_thread() local 1679 struct vc4_hdmi *vc4_hdmi = priv; in vc4_cec_irq_handler_tx_bare() local 1692 struct vc4_hdmi *vc4_hdmi = priv; in vc4_cec_irq_handler_rx_bare() local 1709 struct vc4_hdmi *vc4_hdmi = priv; in vc4_cec_irq_handler() local 2107 struct vc4_hdmi *vc4_hdmi; in vc4_hdmi_bind() local 2166 vc4_hdmi->variant->reset(vc4_hdmi); in vc4_hdmi_bind() [all …]
|
A D | vc4_hdmi.h | 24 struct vc4_hdmi; 74 int (*init_resources)(struct vc4_hdmi *vc4_hdmi); 77 void (*reset)(struct vc4_hdmi *vc4_hdmi); 83 void (*set_timings)(struct vc4_hdmi *vc4_hdmi, 88 void (*phy_init)(struct vc4_hdmi *vc4_hdmi, 92 void (*phy_disable)(struct vc4_hdmi *vc4_hdmi); 95 void (*phy_rng_enable)(struct vc4_hdmi *vc4_hdmi); 98 void (*phy_rng_disable)(struct vc4_hdmi *vc4_hdmi); 208 void vc4_hdmi_phy_init(struct vc4_hdmi *vc4_hdmi, 210 void vc4_hdmi_phy_disable(struct vc4_hdmi *vc4_hdmi); [all …]
|
A D | vc4_hdmi_phy.c | 130 void vc4_hdmi_phy_init(struct vc4_hdmi *vc4_hdmi, in vc4_hdmi_phy_init() argument 141 void vc4_hdmi_phy_disable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_disable() argument 146 void vc4_hdmi_phy_rng_enable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_rng_enable() argument 153 void vc4_hdmi_phy_rng_disable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_rng_disable() argument 337 static void vc5_hdmi_reset_phy(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_reset_phy() argument 343 void vc5_hdmi_phy_init(struct vc4_hdmi *vc4_hdmi, in vc5_hdmi_phy_init() argument 355 vc5_hdmi_reset_phy(vc4_hdmi); in vc5_hdmi_phy_init() 506 void vc5_hdmi_phy_disable(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_phy_disable() argument 508 vc5_hdmi_reset_phy(vc4_hdmi); in vc5_hdmi_phy_disable() 511 void vc5_hdmi_phy_rng_enable(struct vc4_hdmi *vc4_hdmi) in vc5_hdmi_phy_rng_enable() argument [all …]
|
A D | vc4_hdmi_regs.h | 373 void __iomem *__vc4_hdmi_get_field_base(struct vc4_hdmi *hdmi, in __vc4_hdmi_get_field_base() 408 static inline u32 vc4_hdmi_read(struct vc4_hdmi *hdmi, in vc4_hdmi_read() 431 #define HDMI_READ(reg) vc4_hdmi_read(vc4_hdmi, reg) 433 static inline void vc4_hdmi_write(struct vc4_hdmi *hdmi, in vc4_hdmi_write() 454 #define HDMI_WRITE(reg, val) vc4_hdmi_write(vc4_hdmi, reg, val)
|
A D | Makefile | 14 vc4_hdmi.o \
|
/linux/Documentation/gpu/ |
A D | vc4.rst | 36 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_hdmi.c
|
Completed in 19 milliseconds