Home
last modified time | relevance | path

Searched refs:root_handle (Results 1 – 4 of 4) 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/athk/ath12k/
H A Dacpi.c14 acpi_handle root_handle; in ath12k_acpi_dsm_get_data() local
17 root_handle = ACPI_HANDLE(ab->dev); in ath12k_acpi_dsm_get_data()
18 if (!root_handle) { in ath12k_acpi_dsm_get_data()
23 obj = acpi_evaluate_dsm(root_handle, ab->hw_params->acpi_guid, 0, func, in ath12k_acpi_dsm_get_data()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c38 acpi_handle root_handle; in iwl_acpi_get_handle() local
41 root_handle = ACPI_HANDLE(dev); in iwl_acpi_get_handle()
42 if (!root_handle) { in iwl_acpi_get_handle()
48 status = acpi_get_handle(root_handle, method, ret_handle); in iwl_acpi_get_handle()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9944 acpi_handle root_handle; in ath10k_mac_get_wrdd_regulatory() local
9951 root_handle = ACPI_HANDLE(ar->dev); in ath10k_mac_get_wrdd_regulatory()
9952 if (!root_handle) in ath10k_mac_get_wrdd_regulatory()
9955 status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle); in ath10k_mac_get_wrdd_regulatory()