Searched refs:vc4_dpi_encoder (Results 1 – 1 of 1) sorted by relevance
110 struct vc4_dpi_encoder { struct115 static inline struct vc4_dpi_encoder * argument118 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() local305 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()[all …]