Searched refs:vc4_dpi_encoder (Results 1 – 1 of 1) sorted by relevance
102 struct vc4_dpi_encoder { struct107 static inline struct vc4_dpi_encoder * argument110 return container_of(encoder, struct vc4_dpi_encoder, base.base); in to_vc4_dpi_encoder()120 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_disable()130 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_enable()261 struct vc4_dpi_encoder *vc4_dpi_encoder; in vc4_dpi_bind() local268 vc4_dpi_encoder = devm_kzalloc(dev, sizeof(*vc4_dpi_encoder), in vc4_dpi_bind()270 if (!vc4_dpi_encoder) in vc4_dpi_bind()272 vc4_dpi_encoder->base.type = VC4_ENCODER_TYPE_DPI; in vc4_dpi_bind()273 vc4_dpi_encoder->dpi = dpi; in vc4_dpi_bind()[all …]