Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dacpi.c21 struct acpi_object_list apmf_if_arg_list; in apmf_if_call() local
25 apmf_if_arg_list.count = 2; in apmf_if_call()
26 apmf_if_arg_list.pointer = &apmf_if_args[0]; in apmf_if_call()
40 status = acpi_evaluate_object(ahandle, "APMF", &apmf_if_arg_list, &buffer); in apmf_if_call()