Searched refs:vc4_dpi_encoder (Results 1 – 1 of 1) sorted by relevance
101 struct vc4_dpi_encoder { struct106 static inline struct vc4_dpi_encoder * argument109 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() local270 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()[all …]