Searched refs:clockdomain (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dclockdomain.h2 * arch/arm/plat-omap/include/mach/clockdomain.h
4 * OMAP2/3 clockdomain framework functions
45 * @clkdm: clockdomain to add wkdep+sleepdep on - set name member only
48 * A clockdomain that should have wkdeps and sleepdeps added when a
49 * clockdomain should stay active in hwsup mode; and conversely,
50 * removed when the clockdomain should be allowed to go inactive in
59 struct clockdomain *ptr;
66 struct clockdomain *clkdm;
73 * struct clockdomain - OMAP clockdomain
86 struct clockdomain { struct
[all...]
H A Dpowerdomain.h74 struct clockdomain;
105 struct clockdomain *pwrdm_clkdms[PWRDM_MAX_CLKDMS];
128 int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm);
129 int pwrdm_del_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm);
132 struct clockdomain *clkdm));
160 int pwrdm_clkdm_state_switch(struct clockdomain *clkdm);
H A Dclock.h20 struct clockdomain;
140 struct clockdomain *clkdm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclockdomains44xx.h29 #include <plat/clockdomain.h>
33 static struct clockdomain l4_cefuse_44xx_clkdm = {
42 static struct clockdomain l4_cfg_44xx_clkdm = {
51 static struct clockdomain tesla_44xx_clkdm = {
60 static struct clockdomain l3_gfx_44xx_clkdm = {
69 static struct clockdomain ivahd_44xx_clkdm = {
78 static struct clockdomain l4_secure_44xx_clkdm = {
87 static struct clockdomain l4_per_44xx_clkdm = {
96 static struct clockdomain abe_44xx_clkdm = {
105 static struct clockdomain l3_instr_44xx_clkd
[all...]
H A Dclockdomain.c2 * OMAP2/3/4 clockdomain framework functions
36 #include <plat/clockdomain.h>
42 /* array of clockdomain deps to be added/removed when clkdm in hwsup mode */
48 static struct clockdomain *_clkdm_lookup(const char *name)
50 struct clockdomain *clkdm, *temp_clkdm;
68 * _clkdm_register - register a clockdomain
69 * @clkdm: struct clockdomain * to register
71 * Adds a clockdomain to the internal clockdomain list.
72 * Returns -EINVAL if given a null pointer, -EEXIST if a clockdomain i
[all...]
H A Dclockdomains.h12 #include <plat/clockdomain.h>
398 /* This is an implicit clockdomain - it is never defined as such in TRM */
399 static struct clockdomain wkup_clkdm = {
406 static struct clockdomain prm_clkdm = {
412 static struct clockdomain cm_clkdm = {
426 static struct clockdomain mpu_2420_clkdm = {
436 static struct clockdomain iva1_2420_clkdm = {
448 static struct clockdomain dsp_2420_clkdm = {
458 static struct clockdomain gfx_2420_clkdm = {
468 static struct clockdomain core_l3_2420_clkd
[all...]
H A Dpowerdomain.c38 #include <plat/clockdomain.h>
253 * pwrdm_for_each - call function on each registered clockdomain
281 * pwrdm_add_clkdm - add a clockdomain to a powerdomain
282 * @pwrdm: struct powerdomain * to add the clockdomain to
283 * @clkdm: struct clockdomain * to associate with a powerdomain
285 * Associate the clockdomain @clkdm with a powerdomain @pwrdm. This
290 int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm)
298 pr_debug("powerdomain: associating clockdomain %s with powerdomain "
329 * pwrdm_del_clkdm - remove a clockdomain from a powerdomain
330 * @pwrdm: struct powerdomain * to add the clockdomain t
[all...]
H A Dcpuidle34xx.c31 #include <plat/clockdomain.h>
97 struct clockdomain *clkdm)
104 struct clockdomain *clkdm)
H A Dpm24xx.c53 #include <plat/clockdomain.h>
60 static struct clockdomain *dsp_clkdm, *mpu_clkdm, *wkup_clkdm, *gfx_clkdm;
333 static int __init clkdms_setup(struct clockdomain *clkdm, void *unused)
384 * Clear clockdomain wakeup dependencies and enable
H A Dclock.c27 #include <plat/clockdomain.h>
77 * omap2_init_clk_clkdm - look up a clockdomain name, store pointer in clk
80 * Convert a clockdomain name stored in a struct clk 'clk' into a
81 * clockdomain pointer, and save it into the struct clk. Intended to be
86 struct clockdomain *clkdm;
240 * in hardware. If the clock is part of a clockdomain (which they all
241 * should be), request that the clockdomain be disabled. (It too has
282 * enabling @clk's clockdomain, and @clk itself. Intended to be
311 WARN(1, "clock: %s: could not enable clockdomain %s: "
H A Dpm34xx.c33 #include <plat/clockdomain.h>
1021 static int __init clkdms_setup(struct clockdomain *clkdm, void *unused)
1046 struct clockdomain *neon_clkdm, *per_clkdm, *mpu_clkdm, *core_clkdm;
H A Dpm-debug.c33 #include <plat/clockdomain.h>
304 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user)
H A Dio.c44 #include <plat/clockdomain.h>
H A DMakefile13 clockdomain.o clkt_dpll.o \
H A Domap_hwmod.c15 #include <plat/clockdomain.h>
381 pr_warning("omap_hwmod: %s: missing clockdomain for %s.\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_tiomap.h23 #include <plat/clockdomain.h>

Completed in 199 milliseconds