Lines Matching refs:gma_encoder
257 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_save() local
259 (struct psb_intel_lvds_priv *)gma_encoder->dev_priv; in psb_intel_lvds_save()
296 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_restore() local
298 (struct psb_intel_lvds_priv *)gma_encoder->dev_priv; in psb_intel_lvds_restore()
337 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_mode_valid() local
341 if (gma_encoder->type == INTEL_OUTPUT_MIPI2) in psb_intel_lvds_mode_valid()
371 struct gma_encoder *gma_encoder = to_gma_encoder(encoder); in psb_intel_lvds_mode_fixup() local
373 if (gma_encoder->type == INTEL_OUTPUT_MIPI2) in psb_intel_lvds_mode_fixup()
496 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_get_modes() local
497 struct psb_intel_lvds_priv *lvds_priv = gma_encoder->dev_priv; in psb_intel_lvds_get_modes()
525 struct gma_encoder *gma_encoder = gma_attached_encoder(connector); in psb_intel_lvds_destroy() local
526 struct psb_intel_lvds_priv *lvds_priv = gma_encoder->dev_priv; in psb_intel_lvds_destroy()
646 struct gma_encoder *gma_encoder; in psb_intel_lvds_init() local
657 gma_encoder = kzalloc(sizeof(struct gma_encoder), GFP_KERNEL); in psb_intel_lvds_init()
658 if (!gma_encoder) { in psb_intel_lvds_init()
675 gma_encoder->dev_priv = lvds_priv; in psb_intel_lvds_init()
681 encoder = &gma_encoder->base; in psb_intel_lvds_init()
690 gma_connector_attach_encoder(gma_connector, gma_encoder); in psb_intel_lvds_init()
691 gma_encoder->type = INTEL_OUTPUT_LVDS; in psb_intel_lvds_init()
813 kfree(gma_encoder); in psb_intel_lvds_init()