Lines Matching refs:gma_encoder

256 	struct gma_encoder *gma_encoder = gma_attached_encoder(connector);  in psb_intel_lvds_save()  local
258 (struct psb_intel_lvds_priv *)gma_encoder->dev_priv; in psb_intel_lvds_save()
295 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_restore() local
297 (struct psb_intel_lvds_priv *)gma_encoder->dev_priv; in psb_intel_lvds_restore()
336 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_mode_valid() local
340 if (gma_encoder->type == INTEL_OUTPUT_MIPI2) in psb_intel_lvds_mode_valid()
370 struct gma_encoder *gma_encoder = to_gma_encoder(encoder); in psb_intel_lvds_mode_fixup() local
372 if (gma_encoder->type == INTEL_OUTPUT_MIPI2) in psb_intel_lvds_mode_fixup()
495 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_get_modes() local
496 struct psb_intel_lvds_priv *lvds_priv = gma_encoder->dev_priv; in psb_intel_lvds_get_modes()
524 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_destroy() local
525 struct psb_intel_lvds_priv *lvds_priv = gma_encoder->dev_priv; in psb_intel_lvds_destroy()
634 struct gma_encoder *gma_encoder; in psb_intel_lvds_init() local
645 gma_encoder = kzalloc(sizeof(struct gma_encoder), GFP_KERNEL); in psb_intel_lvds_init()
646 if (!gma_encoder) { in psb_intel_lvds_init()
663 gma_encoder->dev_priv = lvds_priv; in psb_intel_lvds_init()
669 encoder = &gma_encoder->base; in psb_intel_lvds_init()
676 gma_connector_attach_encoder(gma_connector, gma_encoder); in psb_intel_lvds_init()
677 gma_encoder->type = INTEL_OUTPUT_LVDS; in psb_intel_lvds_init()
799 kfree(gma_encoder); in psb_intel_lvds_init()