Searched refs:root_handle (Results 1 – 3 of 3) sorted by relevance
| /src/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()
|
| /src/sys/contrib/dev/iwlwifi/fw/ |
| H A D | acpi.c | 36 acpi_handle root_handle; in iwl_acpi_get_handle() local 39 root_handle = ACPI_HANDLE(dev); in iwl_acpi_get_handle() 40 if (!root_handle) { in iwl_acpi_get_handle() 46 status = acpi_get_handle(root_handle, method, ret_handle); in iwl_acpi_get_handle()
|
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 9946 acpi_handle root_handle; in ath10k_mac_get_wrdd_regulatory() local 9953 root_handle = ACPI_HANDLE(ar->dev); in ath10k_mac_get_wrdd_regulatory() 9954 if (!root_handle) in ath10k_mac_get_wrdd_regulatory() 9957 status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle); in ath10k_mac_get_wrdd_regulatory()
|