Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/kernel/power/
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-6.12.1/drivers/platform/x86/amd/pmc/
Dpmc.c427 pm_report_hw_sleep_time(table.s0i3_last_entry_status ? in amd_pmc_validate_deepest()
/linux-6.12.1/drivers/platform/x86/intel/pmc/
Dcore.c1584 pm_report_hw_sleep_time((u32)(s0ix_counter - pmcdev->s0ix_counter)); in pmc_core_is_s0ix_failed()