Searched refs:acpi_descriptor (Results 1 – 3 of 3) sorted by relevance
320 #define ACPI_GET_DESCRIPTOR_PTR(d) (((union acpi_descriptor *)(void *)(d))->common.common_poin…321 #define ACPI_SET_DESCRIPTOR_PTR(d, p) (((union acpi_descriptor *)(void *)(d))->common.common_poin…322 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_…323 #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()
454 union acpi_descriptor { union