summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle-dbx500_dbg.h
diff options
context:
space:
mode:
authorBenn Pörscke <benn.porscke@stericsson.com>2011-12-16 15:04:55 +0100
committerBenn Pörscke <benn.porscke@stericsson.com>2011-12-16 15:04:55 +0100
commit93f379e6cfadfded0d262192ca69d1abc096d90e (patch)
tree43f180e31ee26ee94f7d2dd559132c30c6476b4d /drivers/cpuidle/cpuidle-dbx500_dbg.h
parent77955e37bd395f789900b8e180991ad67cabd899 (diff)
Change-Id: I2fcf46d1fc4b0cd4c61e5be3654c43b80db86015
Diffstat (limited to 'drivers/cpuidle/cpuidle-dbx500_dbg.h')
-rw-r--r--drivers/cpuidle/cpuidle-dbx500_dbg.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/drivers/cpuidle/cpuidle-dbx500_dbg.h b/drivers/cpuidle/cpuidle-dbx500_dbg.h
index b8089c478a1..99a23984769 100644
--- a/drivers/cpuidle/cpuidle-dbx500_dbg.h
+++ b/drivers/cpuidle/cpuidle-dbx500_dbg.h
@@ -18,8 +18,12 @@ void ux500_ci_dbg_wake_latency(int ctarget, int sleep_time);
void ux500_ci_dbg_exit_latency(int ctarget, ktime_t now, ktime_t exit,
ktime_t enter);
-void ux500_ci_dbg_register_reason(int idx, bool power_state_req,
- u32 sleep_time, u32 max_depth);
+void ux500_ci_dbg_register_reason(int idx,
+ bool ape,
+ bool modem,
+ bool uart,
+ u32 sleep_time,
+ u32 max_depth);
bool ux500_ci_dbg_force_ape_on(void);
int ux500_ci_dbg_deepest_state(void);
@@ -43,8 +47,12 @@ static inline void ux500_ci_dbg_exit_latency(int ctarget,
static inline void ux500_ci_dbg_wake_latency(int ctarget, int sleep_time) { }
-static inline void ux500_ci_dbg_register_reason(int idx, bool power_state_req,
- u32 sleep_time, u32 max_depth) { }
+static inline void ux500_ci_dbg_register_reason(int idx,
+ bool ape,
+ bool modem,
+ bool uart,
+ u32 sleep_time,
+ u32 max_depth) { }
static inline bool ux500_ci_dbg_force_ape_on(void)
{