Searched refs:acpi_descriptor (Results 1 – 3 of 3) sorted by relevance
329 #define ACPI_GET_DESCRIPTOR_PTR(d) (((union acpi_descriptor *)(void *)(d))->common.common_poin…330 #define ACPI_SET_DESCRIPTOR_PTR(d, p) (((union acpi_descriptor *)(void *)(d))->common.common_poin…331 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_…332 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((union acpi_descriptor *)(void *)(d))->common.descriptor_…
577 union acpi_descriptor *descriptor; in acpi_ut_dump_allocations()600 ACPI_CAST_PTR(union acpi_descriptor, in acpi_ut_dump_allocations()
456 union acpi_descriptor { union