Home
last modified time | relevance | path

Searched refs:pm_report_hw_sleep_time (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsuspend.h442 extern void pm_report_hw_sleep_time(u64 t);
485 static inline void pm_report_hw_sleep_time(u64 t) {}; in pm_report_hw_sleep_time() function
/linux/kernel/power/
H A Dmain.c364 void pm_report_hw_sleep_time(u64 t) in pm_report_hw_sleep_time() function
369 EXPORT_SYMBOL_GPL(pm_report_hw_sleep_time);
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c426 pm_report_hw_sleep_time(table.s0i3_last_entry_status ? in amd_pmc_validate_deepest()
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c1525 pm_report_hw_sleep_time((u32)(s0ix_counter - pmcdev->s0ix_counter)); in pmc_core_is_s0ix_failed()