Lines Matching refs:gma_encoder
270 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_save() local
272 (struct psb_intel_lvds_priv *)gma_encoder->dev_priv; in psb_intel_lvds_save()
309 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_restore() local
311 (struct psb_intel_lvds_priv *)gma_encoder->dev_priv; in psb_intel_lvds_restore()
350 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_mode_valid() local
354 if (gma_encoder->type == INTEL_OUTPUT_MIPI2) in psb_intel_lvds_mode_valid()
384 struct gma_encoder *gma_encoder = to_gma_encoder(encoder); in psb_intel_lvds_mode_fixup() local
386 if (gma_encoder->type == INTEL_OUTPUT_MIPI2) in psb_intel_lvds_mode_fixup()
509 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_get_modes() local
510 struct psb_intel_lvds_priv *lvds_priv = gma_encoder->dev_priv; in psb_intel_lvds_get_modes()
538 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_destroy() local
539 struct psb_intel_lvds_priv *lvds_priv = gma_encoder->dev_priv; in psb_intel_lvds_destroy()
659 struct gma_encoder *gma_encoder; in psb_intel_lvds_init() local
670 gma_encoder = kzalloc(sizeof(struct gma_encoder), GFP_KERNEL); in psb_intel_lvds_init()
671 if (!gma_encoder) { in psb_intel_lvds_init()
688 gma_encoder->dev_priv = lvds_priv; in psb_intel_lvds_init()
694 encoder = &gma_encoder->base; in psb_intel_lvds_init()
703 gma_connector_attach_encoder(gma_connector, gma_encoder); in psb_intel_lvds_init()
704 gma_encoder->type = INTEL_OUTPUT_LVDS; in psb_intel_lvds_init()
826 kfree(gma_encoder); in psb_intel_lvds_init()