Searched refs:root_handle (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_acpi.c | 83 get_dimm_acpi_handle(ACPI_HANDLE root_handle, nfit_handle_t adr) in get_dimm_acpi_handle() argument 89 status = AcpiWalkNamespace(ACPI_TYPE_DEVICE, root_handle, 1, find_dimm, in get_dimm_acpi_handle() 99 ACPI_HANDLE root_handle, dimm_handle; in nvdimm_root_create_devs() local 105 root_handle = acpi_get_handle(dev); in nvdimm_root_create_devs() 108 dimm_handle = get_dimm_acpi_handle(root_handle, *dimm); in nvdimm_root_create_devs()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | acpi.c | 36 acpi_handle root_handle; 39 root_handle = ACPI_HANDLE(dev); 40 if (!root_handle) { 46 status = acpi_get_handle(root_handle, method, ret_handle); 78 acpi_handle root_handle; iwl_acpi_get_handle() local
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 9922 acpi_handle root_handle; local 9929 root_handle = ACPI_HANDLE(ar->dev); 9930 if (!root_handle) 9933 status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle);
|