Home
last modified time | relevance | path

Searched refs:hu (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/lib/acpi/unit/src/
Dmain.c96 ACPI_DMAR_HARDWARE_UNIT *hu = &dmar0.unit1.header; in ZTEST() local
101 hu->Header.Length = 0; in ZTEST()
113 ACPI_DMAR_HARDWARE_UNIT *hu = &dmar0.unit1.header; in ZTEST() local
118 hu->Header.Length = sizeof(dmar0.unit1) + 1; in ZTEST()
139 ACPI_DMAR_HARDWARE_UNIT *hu = &dmar0.unit0.header; in ZTEST() local
144 acpi_dmar_foreach_devscope(hu, count_devscopes, &count); in ZTEST()
152 ACPI_DMAR_HARDWARE_UNIT *hu = &dmar0.unit0.header; in ZTEST() local
157 hu->Header.Length = 0; in ZTEST()
162 acpi_dmar_foreach_devscope(hu, devscope_nop, NULL); in ZTEST()
169 ACPI_DMAR_HARDWARE_UNIT *hu = &dmar0.unit0.header; in ZTEST() local
[all …]
/Zephyr-latest/lib/acpi/
Dacpi.c763 void acpi_dmar_foreach_devscope(ACPI_DMAR_HARDWARE_UNIT *hu, in acpi_dmar_foreach_devscope() argument
766 uint16_t length = hu->Header.Length; in acpi_dmar_foreach_devscope()
773 hu, offset); in acpi_dmar_foreach_devscope()
811 ACPI_DMAR_HARDWARE_UNIT *hu; in subtable_handler() local
813 hu = CONTAINER_OF(subtable, ACPI_DMAR_HARDWARE_UNIT, Header); in subtable_handler()
814 acpi_dmar_foreach_devscope(hu, devscope_handler, arg); in subtable_handler()
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h273 void acpi_dmar_foreach_devscope(ACPI_DMAR_HARDWARE_UNIT *hu,
/Zephyr-latest/
D.mailmap118 Xiaorui Hu <xiaorui.hu@linaro.org>