Home
last modified time | relevance | path

Searched refs:smart_pc_enabled (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/platform/x86/amd/pmf/
H A Dcore.c323 if (pdev->smart_pc_enabled) in amd_pmf_restore_handler()
333 if (!pdev->smart_pc_enabled) in amd_pmf_freeze_handler()
348 if (pdev->smart_pc_enabled) in amd_pmf_suspend_handler()
371 if (pdev->smart_pc_enabled) in amd_pmf_resume_handler()
399 if (dev->smart_pc_enabled) { in amd_pmf_init_features()
405 dev->smart_pc_enabled = false; in amd_pmf_init_features()
426 if (dev->smart_pc_enabled) { in amd_pmf_deinit_features()
H A Dutil.c46 if (pdev->smart_pc_enabled) in amd_pmf_populate_data()
H A Dtee-if.c353 dev->smart_pc_enabled = true; in amd_pmf_start_policy_engine()
361 dev->smart_pc_enabled = false; in amd_pmf_start_policy_engine()
H A Dspc.c119 if (!pdev->smart_pc_enabled) in amd_pmf_get_custom_bios_inputs()
H A Dpmf.h657 bool smart_pc_enabled; member