Searched refs:compo (Results 1 – 4 of 4) sorted by relevance
62 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_compositor_bind() local68 struct sti_compositor_subdev_descriptor *desc = compo->data.subdev_desc; in sti_compositor_bind()69 unsigned int array_size = compo->data.nb_subdev; in sti_compositor_bind()71 dev_priv->compo = compo; in sti_compositor_bind()77 compo->vid[vid_id++] = in sti_compositor_bind()78 sti_vid_create(compo->dev, desc[i].id, in sti_compositor_bind()79 compo->regs + desc[i].offset); in sti_compositor_bind()83 compo->mixer[mixer_id++] = in sti_compositor_bind()84 sti_mixer_create(compo->dev, desc[i].id, in sti_compositor_bind()85 compo->regs + desc[i].offset); in sti_compositor_bind()[all …]
27 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_enable() local35 if (clk_prepare_enable(compo->clk_compo_main)) in sti_crtc_enable()38 if (clk_prepare_enable(compo->clk_compo_aux)) in sti_crtc_enable()67 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_mode_set() local87 clk = compo->clk_pix_main; in sti_crtc_mode_set()89 clk = compo->clk_pix_aux; in sti_crtc_mode_set()102 compo->vtg_main : compo->vtg_aux, &crtc->mode); in sti_crtc_mode_set()117 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_disable() local128 clk_disable_unprepare(compo->clk_pix_main); in sti_crtc_disable()129 clk_disable_unprepare(compo->clk_compo_main); in sti_crtc_disable()[all …]
245 struct sti_compositor *compo = dev_get_drvdata(gdp->dev); in sti_gdp_disable() local257 compo->vtg_main : compo->vtg_aux, &gdp->vtg_field_nb)) in sti_gdp_disable()390 struct sti_compositor *compo = dev_get_drvdata(gdp->dev); in sti_gdp_atomic_update() local494 compo->vtg_main : compo->vtg_aux, in sti_gdp_atomic_update()
24 struct sti_compositor *compo; member