Searched refs:APMF_FUNC_AUTO_MODE (Results 1 – 3 of 3) sorted by relevance
152 return apmf_if_call_store_buffer(pdev, APMF_FUNC_AUTO_MODE, data, sizeof(*data)); in apmf_get_auto_mode_def()252 if (is_apmf_func_supported(pmf_dev, APMF_FUNC_AUTO_MODE) && in apmf_install_handler()275 if (is_apmf_func_supported(pmf_dev, APMF_FUNC_AUTO_MODE) && in apmf_acpi_deinit()
269 if (is_apmf_func_supported(dev, APMF_FUNC_AUTO_MODE)) { in amd_pmf_init_features()286 if (is_apmf_func_supported(dev, APMF_FUNC_AUTO_MODE)) { in amd_pmf_deinit_features()
22 #define APMF_FUNC_AUTO_MODE 5 macro