Home
last modified time | relevance | path

Searched refs:ACPI_GET_DESCRIPTOR_PTR (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/acpi/acpica/
Dutcache.c96 next = ACPI_GET_DESCRIPTOR_PTR(cache->list_head); in acpi_os_purge_cache()
233 cache->list_head = ACPI_GET_DESCRIPTOR_PTR(object); in acpi_os_acquire_object()
Dacmacros.h374 #define ACPI_GET_DESCRIPTOR_PTR(d) (((union acpi_descriptor *)(void *)(d))->common.common_poin… macro