Searched refs:ACPI_INIT_DSM_ARGV4 (Results 1 – 3 of 3) sorted by relevance
132 union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(2, tmp); in tpm_store_ppi_request()300 union acpi_object argv = ACPI_INIT_DSM_ARGV4(1, &tmp); in cache_ppi_operations()
469 union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(1, &tmp); in dwc3_pci_dsm()
82 #define ACPI_INIT_DSM_ARGV4(cnt, eles) \ macro