Searched refs:ACPI_INIT_DSM_ARGV4 (Results 1 – 3 of 3) sorted by relevance
118 union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(2, tmp); in tpm_store_ppi_request() 287 union acpi_object argv = ACPI_INIT_DSM_ARGV4(1, &tmp); in show_ppi_operations()
464 union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(1, &tmp); in dwc3_pci_dsm()
80 #define ACPI_INIT_DSM_ARGV4(cnt, eles) \ macro