Home
last modified time | relevance | path

Searched refs:acpi_descriptor (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacmacros.h374 #define ACPI_GET_DESCRIPTOR_PTR(d) (((union acpi_descriptor *)(void *)(d))->common.common_pointer)
375 #define ACPI_SET_DESCRIPTOR_PTR(d, p) (((union acpi_descriptor *)(void *)(d))->common.common_pointer = (p))
376 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type)
377 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type = (t))
H A Duttrack.c543 union acpi_descriptor *descriptor; in acpi_ut_dump_allocations()
570 ACPI_CAST_PTR(union acpi_descriptor, in acpi_ut_dump_allocations()
H A Dacobject.h405 * union acpi_descriptor - objects that share a common descriptor identifier
433 union acpi_descriptor { union
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacmacros.h374 #define ACPI_GET_DESCRIPTOR_PTR(d) (((union acpi_descriptor *)(void *)(d))->common.common_pointer)
375 #define ACPI_SET_DESCRIPTOR_PTR(d, p) (((union acpi_descriptor *)(void *)(d))->common.common_pointer = (p))
376 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type)
377 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type = (t))
H A Duttrack.c543 union acpi_descriptor *descriptor; in acpi_ut_dump_allocations()
570 ACPI_CAST_PTR(union acpi_descriptor, in acpi_ut_dump_allocations()
H A Dacobject.h406 * union acpi_descriptor - objects that share a common descriptor identifier
434 union acpi_descriptor { union

Completed in 11 milliseconds