Lines Matching refs:vc4_dpi_encoder
101 struct vc4_dpi_encoder { struct
106 static inline struct vc4_dpi_encoder * argument
109 return container_of(encoder, struct vc4_dpi_encoder, base.base); in to_vc4_dpi_encoder()
123 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_disable()
133 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_enable()
263 struct vc4_dpi_encoder *vc4_dpi_encoder; in vc4_dpi_bind() local
270 vc4_dpi_encoder = devm_kzalloc(dev, sizeof(*vc4_dpi_encoder), in vc4_dpi_bind()
272 if (!vc4_dpi_encoder) in vc4_dpi_bind()
274 vc4_dpi_encoder->base.type = VC4_ENCODER_TYPE_DPI; in vc4_dpi_bind()
275 vc4_dpi_encoder->dpi = dpi; in vc4_dpi_bind()
276 dpi->encoder = &vc4_dpi_encoder->base.base; in vc4_dpi_bind()