Lines Matching defs:ACPI_HANDLE

85 static void		acpi_clean_node(ACPI_HANDLE, void *);
86 static ACPI_STATUS acpi_dsd_property(ACPI_HANDLE, const char *,
124 devhandle_from_acpi(devhandle_t super_handle, ACPI_HANDLE const hdl)
140 ACPI_HANDLE
152 ACPI_HANDLE hdl = devhandle_to_acpi(call_handle);
179 acpi_eval_integer(ACPI_HANDLE handle, const char *path, ACPI_INTEGER *valp)
214 acpi_eval_set_integer(ACPI_HANDLE handle, const char *path, ACPI_INTEGER val)
235 acpi_eval_string(ACPI_HANDLE handle, const char *path, char **stringp)
279 acpi_eval_struct(ACPI_HANDLE handle, const char *path, ACPI_BUFFER *buf)
295 acpi_eval_reference_handle(ACPI_OBJECT *elm, ACPI_HANDLE *handle)
355 acpi_get(ACPI_HANDLE handle, ACPI_BUFFER *buf,
356 ACPI_STATUS (*getit)(ACPI_HANDLE, ACPI_BUFFER *))
373 acpi_name(ACPI_HANDLE handle)
511 ACPI_HANDLE handle = aa->aa_node->ad_handle;
701 acpi_match_class(ACPI_HANDLE handle, uint8_t pci_class, uint8_t pci_subclass,
737 acpi_match_node(ACPI_HANDLE handle)
763 acpi_clean_node(ACPI_HANDLE handle, void *aux)
774 ACPI_HANDLE
782 ACPI_HANDLE hdl;
838 acpi_match_cpu_handle(ACPI_HANDLE hdl)
914 ACPI_HANDLE hdl = (void *)(uintptr_t)c;
1000 acpi_dsd_property(ACPI_HANDLE handle, const char *prop, ACPI_BUFFER *pbuf, ACPI_OBJECT_TYPE type, ACPI_OBJECT **ret)
1047 acpi_dsd_integer(ACPI_HANDLE handle, const char *prop, ACPI_INTEGER *val)
1066 acpi_dsd_string(ACPI_HANDLE handle, const char *prop, char **val)
1085 acpi_dsd_bool(ACPI_HANDLE handle, const char *prop, bool *val)
1104 acpi_dsm_typed(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1156 acpi_dsm_integer(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1175 acpi_dsm(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1183 acpi_dsm_query(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1225 ACPI_HANDLE h;