Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvdimm/
H A Dnvdimm_acpi.c83 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 Dacpi.c78 acpi_handle root_handle; in iwl_acpi_get_handle() local
81 root_handle = ACPI_HANDLE(dev); in iwl_acpi_get_handle()
82 if (!root_handle) { in iwl_acpi_get_handle()
88 status = acpi_get_handle(root_handle, method, ret_handle); in iwl_acpi_get_handle()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9922 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);