Lines Matching refs:vc4_dpi_encoder
110 struct vc4_dpi_encoder { struct
115 static inline struct vc4_dpi_encoder * argument
118 return container_of(encoder, struct vc4_dpi_encoder, base.base); in to_vc4_dpi_encoder()
158 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_disable()
168 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_enable()
298 struct vc4_dpi_encoder *vc4_dpi_encoder; in vc4_dpi_bind() local
305 vc4_dpi_encoder = devm_kzalloc(dev, sizeof(*vc4_dpi_encoder), in vc4_dpi_bind()
307 if (!vc4_dpi_encoder) in vc4_dpi_bind()
309 vc4_dpi_encoder->base.type = VC4_ENCODER_TYPE_DPI; in vc4_dpi_bind()
310 vc4_dpi_encoder->dpi = dpi; in vc4_dpi_bind()
311 dpi->encoder = &vc4_dpi_encoder->base.base; in vc4_dpi_bind()