Home
last modified time | relevance | path

Searched defs:power_state (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mach-omap2/
Dpm44xx.c29 struct power_state { struct
30 struct powerdomain *pwrdm;
31 u32 next_state;
32 u32 next_logic_state;
57 struct power_state *pwrst; in omap4_pm_suspend() argument
Dpm34xx.c59 struct power_state { struct
60 struct powerdomain *pwrdm;
61 u32 next_state;
63 u32 saved_state;
65 struct list_head node;
Dcommon.h287 unsigned int power_state) in omap4_enter_lowpower()
293 static inline int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) in omap4_hotplug_cpu()
Domap-mpuss-lowpower.c227 int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state) in omap4_enter_lowpower()
309 int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) in omap4_hotplug_cpu()
/arch/arm/mach-s3c24xx/
Dsimtec-usb.c45 static unsigned int power_state[2]; variable
/arch/mips/ar7/
Dsetup.c43 u32 power_state = readl(power_reg) | (3 << 30); in ar7_machine_power_off() local