summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle-dbx500_dbg.h
diff options
context:
space:
mode:
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)
{