Searched refs:powerdomain (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dpowerdomain.h2 * OMAP2/3 powerdomain control
57 * powerdomain
67 * Maximum number of clockdomains that can be associated with a powerdomain.
68 * CORE powerdomain on OMAP4 is the worst case
75 struct powerdomain;
78 * struct powerdomain - OMAP powerdomain
82 * @pwrsts: Possible powerdomain power states
85 * @banks: Number of software-controllable memory banks in this powerdomain
88 * @pwrdm_clkdms: Clockdomains in this powerdomain
95 struct powerdomain { struct
[all...]
H A Dclockdomain.h19 #include <plat/powerdomain.h>
75 * @pwrdm: powerdomain containing this clockdomain
80 * @wkdep_srcs: Clockdomains that can be told to wake this powerdomain up
90 struct powerdomain *ptr;
108 struct powerdomain *clkdm_get_pwrdm(struct clockdomain *clkdm);
H A Domap_device.h109 struct powerdomain *omap_device_get_pwrdm(struct omap_device *od);
H A Domap_hwmod.h509 struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpowerdomains24xx.h2 * OMAP24XX powerdomain definitions
23 #include <plat/powerdomain.h>
37 static struct powerdomain dsp_pwrdm = {
52 static struct powerdomain mpu_24xx_pwrdm = {
67 static struct powerdomain core_24xx_pwrdm = {
96 static struct powerdomain mdm_pwrdm = {
H A Dpowerdomains34xx.h2 * OMAP3 powerdomain definitions
23 #include <plat/powerdomain.h>
41 static struct powerdomain iva2_pwrdm = {
62 static struct powerdomain mpu_3xxx_pwrdm = {
84 static struct powerdomain core_3xxx_pre_es3_1_pwrdm = {
104 static struct powerdomain core_3xxx_es3_1_pwrdm = {
123 static struct powerdomain dss_pwrdm = {
143 static struct powerdomain sgx_pwrdm = {
158 static struct powerdomain cam_pwrdm = {
173 static struct powerdomain per_pwrd
[all...]
H A Dpowerdomains44xx.h25 #include <plat/powerdomain.h>
36 static struct powerdomain core_44xx_pwrdm = {
61 static struct powerdomain gfx_44xx_pwrdm = {
77 static struct powerdomain abe_44xx_pwrdm = {
96 static struct powerdomain dss_44xx_pwrdm = {
113 static struct powerdomain tesla_44xx_pwrdm = {
134 static struct powerdomain wkup_44xx_pwrdm = {
149 static struct powerdomain cpu0_44xx_pwrdm = {
165 static struct powerdomain cpu1_44xx_pwrdm = {
181 static struct powerdomain emu_44xx_pwrd
[all...]
H A Dpowerdomain.c2 * OMAP powerdomain control
37 #include <plat/powerdomain.h>
85 static struct powerdomain *_pwrdm_lookup(const char *name)
87 struct powerdomain *pwrdm, *temp_pwrdm;
102 * _pwrdm_register - register a powerdomain
103 * @pwrdm: struct powerdomain * to register
105 * Adds a powerdomain to the internal powerdomain list. Returns
106 * -EINVAL if given a null pointer, -EEXIST if a powerdomain is
109 static int _pwrdm_register(struct powerdomain *pwrd
[all...]
H A Dpm.h14 #include <plat/powerdomain.h>
23 extern int set_pwrdm_state(struct powerdomain *pwrdm, u32 state);
42 extern int omap3_pm_get_suspend_state(struct powerdomain *pwrdm);
43 extern int omap3_pm_set_suspend_state(struct powerdomain *pwrdm, int state);
62 extern void pm_dbg_update_time(struct powerdomain *pwrdm, int prev);
H A Dpowerdomains.h2 * OMAP2/3 common powerdomain definitions
38 * powerdomain is called the "DSP power domain." On the 2430, the
40 * accelerators) the IVA2 or IVA2.1. Its powerdomain is still called
42 * 2430, also known as the IVA2; but its powerdomain is now called the
48 * Ideally the DSP/IVA2 could just be the same powerdomain, but the PRCM
52 #include <plat/powerdomain.h>
66 * The GFX powerdomain is not present on 3430ES2, but currently we do not
69 static struct powerdomain gfx_omap2_pwrdm = {
85 static struct powerdomain wkup_omap2_pwrdm = {
95 static struct powerdomain *powerdomains_oma
[all...]
H A Dpm44xx.c19 #include <plat/powerdomain.h>
23 struct powerdomain *pwrdm;
88 static int __init pwrdms_setup(struct powerdomain *pwrdm, void *unused)
108 * Initializes all powerdomain and clockdomain target states
H A Dpm-debug.c32 #include <plat/powerdomain.h>
289 void pm_dbg_update_time(struct powerdomain *pwrdm, int prev)
321 static int pwrdm_dbg_show_counter(struct powerdomain *pwrdm, void *user)
351 static int pwrdm_dbg_show_timer(struct powerdomain *pwrdm, void *user)
450 ret = omap3_pm_get_suspend_state((struct powerdomain *)data);
460 return omap3_pm_set_suspend_state((struct powerdomain *)data, (int)val);
466 static int __init pwrdms_setup(struct powerdomain *pwrdm, void *dir)
H A Dpm34xx.c34 #include <plat/powerdomain.h>
64 struct powerdomain *pwrdm;
78 static struct powerdomain *mpu_pwrdm, *neon_pwrdm;
79 static struct powerdomain *core_pwrdm, *per_pwrdm;
80 static struct powerdomain *cam_pwrdm;
500 int set_pwrdm_state(struct powerdomain *pwrdm, u32 state)
527 printk(KERN_ERR "Unable to set state of powerdomain: %s\n",
972 int omap3_pm_get_suspend_state(struct powerdomain *pwrdm)
983 int omap3_pm_set_suspend_state(struct powerdomain *pwrdm, int state)
996 static int __init pwrdms_setup(struct powerdomain *pwrd
[all...]
H A Dcpuidle34xx.c30 #include <plat/powerdomain.h>
63 struct powerdomain *mpu_pd, *core_pd;
96 static int _cpuidle_allow_idle(struct powerdomain *pwrdm,
103 static int _cpuidle_deny_idle(struct powerdomain *pwrdm,
H A Dpm24xx.c52 #include <plat/powerdomain.h>
59 static struct powerdomain *mpu_pwrdm, *core_pwrdm;
99 * Set MPU powerdomain's next power state to RETENTION;
349 struct powerdomain *pwrdm;
356 * Set CORE powerdomain memory banks to retain their contents
363 /* Set CORE powerdomain's next power state to RETENTION */
367 * Set MPU powerdomain's next power state to RETENTION;
H A Dclockdomain.c35 #include <plat/powerdomain.h>
77 struct powerdomain *pwrdm;
87 pr_err("clockdomain: %s: powerdomain %s does not exist\n",
454 * Return a pointer to the struct powerdomain that the specified clockdomain
457 struct powerdomain *clkdm_get_pwrdm(struct clockdomain *clkdm)
H A Dio.c41 #include <plat/powerdomain.h>
H A DMakefile11 prcm-common = prcm.o powerdomain.o
H A Domap_hwmod.c16 #include <plat/powerdomain.h>
1394 struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dwm831x-gpio.c152 const char *label, *pull, *powerdomain; local
192 powerdomain = "VPMIC";
194 powerdomain = "DBVDD";
200 powerdomain = "SYSVDD";
202 powerdomain = "DBVDD";
206 powerdomain = "TPVDD";
223 powerdomain,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Drtas.h181 extern int rtas_get_power_level(int powerdomain, int *level);
182 extern int rtas_set_power_level(int powerdomain, int level, int *setlevel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap-pm-noop.c27 #include <plat/powerdomain.h>
53 * powerdomain, then go through the list of current max lat
56 * recompute the state to enter for the next powerdomain
109 * powerdomain, then go through the list of current max lat
110 * constraints on that powerdomain and find the smallest. If
112 * recompute the state to enter for the next powerdomain
302 * Map the device to the powerdomain. Return the powerdomain
H A Domap_device.c640 * omap_device_get_pwrdm - return the powerdomain * associated with @od
643 * Return the powerdomain associated with the first underlying
645 * code. Returns NULL on error or a struct powerdomain * upon
648 struct powerdomain *omap_device_get_pwrdm(struct omap_device *od)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_tiomap.h22 #include <plat/powerdomain.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas.c532 int rtas_get_power_level(int powerdomain, int *level) argument
540 while ((rc = rtas_call(token, 1, 2, level, powerdomain)) == RTAS_BUSY)
549 int rtas_set_power_level(int powerdomain, int level, int *setlevel) argument
558 rc = rtas_call(token, 2, 2, setlevel, powerdomain, level);

Completed in 102 milliseconds

12