Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsuspend.h501 extern void pm_report_hw_sleep_time(u64 t);
544 static inline void pm_report_hw_sleep_time(u64 t) {}; in pm_report_hw_sleep_time() function
/linux-6.6.21/kernel/power/
Dmain.c114 void pm_report_hw_sleep_time(u64 t) in pm_report_hw_sleep_time() function
119 EXPORT_SYMBOL_GPL(pm_report_hw_sleep_time);
/linux-6.6.21/drivers/platform/x86/amd/pmc/
Dpmc.c366 pm_report_hw_sleep_time(table.s0i3_last_entry_status ? in amd_pmc_validate_deepest()
/linux-6.6.21/drivers/platform/x86/intel/pmc/
Dcore.c1323 pm_report_hw_sleep_time((u32)(s0ix_counter - pmcdev->s0ix_counter)); in pmc_core_is_s0ix_failed()