Searched refs:vc4_dsi_encoder (Results 1 – 1 of 1) sorted by relevance
606 struct vc4_dsi_encoder { struct611 static inline struct vc4_dsi_encoder * argument614 return container_of(encoder, struct vc4_dsi_encoder, base.base); in to_vc4_dsi_encoder()756 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_disable()797 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_mode_fixup()835 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_enable()1499 struct vc4_dsi_encoder *vc4_dsi_encoder; in vc4_dsi_bind() local1511 vc4_dsi_encoder = devm_kzalloc(dev, sizeof(*vc4_dsi_encoder), in vc4_dsi_bind()1513 if (!vc4_dsi_encoder) in vc4_dsi_bind()1517 vc4_dsi_encoder->base.type = VC4_ENCODER_TYPE_DSI1; in vc4_dsi_bind()[all …]