Searched refs:compo (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 62 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_compositor_bind() local 68 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 …]
|
D | sti_crtc.c | 27 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_enable() local 35 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() local 87 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() local 128 clk_disable_unprepare(compo->clk_pix_main); in sti_crtc_disable() 129 clk_disable_unprepare(compo->clk_compo_main); in sti_crtc_disable() [all …]
|
D | sti_gdp.c | 245 struct sti_compositor *compo = dev_get_drvdata(gdp->dev); in sti_gdp_disable() local 257 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() local 494 compo->vtg_main : compo->vtg_aux, in sti_gdp_atomic_update()
|
D | sti_drv.h | 24 struct sti_compositor *compo; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih407.dtsi | 66 reset-names = "compo-main", "compo-aux";
|
D | stih410.dtsi | 153 reset-names = "compo-main", "compo-aux";
|
D | stih416-clock.dtsi | 455 "clk-m-compo-main", 456 "clk-m-compo-aux", 460 "clk-m-icn-compo"; 717 "clk-m-xfer-be-compo", 718 "clk-m-xfer-pip-compo", 719 "clk-m-xfer-aux-compo",
|
D | stih407-clock.dtsi | 196 "clk-compo-dvp"; 319 "clk-vsens-compo",
|
D | stih410-clock.dtsi | 199 "clk-compo-dvp", 331 "clk-vsens-compo",
|
D | stih418-clock.dtsi | 199 "clk-compo-dvp", 341 "clk-vsens-compo",
|
D | stih415-clock.dtsi | 453 "clk-m-compo-main", 454 "clk-m-compo-aux", 472 "clk-m-icn-compo",
|
D | stih416.dtsi | 87 syscfg_compo:compo-syscfg@fd320000{ 88 compatible = "st,stih416-compo-syscfg", "syscon";
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,flexgen.txt | 118 "clk-compo-dvp";
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 186 reset-names = "compo-main", "compo-aux";
|