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.c426 if (pdev->smart_pc_enabled) in amd_pmf_restore_handler()
436 if (!pdev->smart_pc_enabled) in amd_pmf_freeze_handler()
451 if (pdev->smart_pc_enabled) in amd_pmf_suspend_handler()
474 if (pdev->smart_pc_enabled) in amd_pmf_resume_handler()
502 if (dev->smart_pc_enabled) { in amd_pmf_init_features()
508 dev->smart_pc_enabled = false; in amd_pmf_init_features()
529 if (dev->smart_pc_enabled) { in amd_pmf_deinit_features()
H A Dacpi.c532 if (!pmf_dev->smart_pc_enabled) in apmf_install_handler()
605 if (!pmf_dev->smart_pc_enabled) in apmf_acpi_deinit()
H A Dtee-if.c344 dev->smart_pc_enabled = true; in amd_pmf_start_policy_engine()
352 dev->smart_pc_enabled = false; in amd_pmf_start_policy_engine()
H A Dspc.c169 if (!pdev->smart_pc_enabled) in amd_pmf_get_custom_bios_inputs()
H A Dpmf.h431 bool smart_pc_enabled; member