Searched refs:vc4_dsi_encoder (Results 1 – 1 of 1) sorted by relevance
597 struct vc4_dsi_encoder { struct602 static inline struct vc4_dsi_encoder * argument605 return container_of(encoder, struct vc4_dsi_encoder, base.base); in to_vc4_dsi_encoder()813 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_disable()845 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_mode_fixup()883 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_enable()1506 struct vc4_dsi_encoder *vc4_dsi_encoder; in vc4_dsi_bind() local1518 vc4_dsi_encoder = devm_kzalloc(dev, sizeof(*vc4_dsi_encoder), in vc4_dsi_bind()1520 if (!vc4_dsi_encoder) in vc4_dsi_bind()1522 vc4_dsi_encoder->base.type = VC4_ENCODER_TYPE_DSI1; in vc4_dsi_bind()[all …]