Home
last modified time | relevance | path

Searched refs:aml_resource_end_tag (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dutresrc.c37 ACPI_AML_SIZE_SMALL(struct aml_resource_end_tag),
157 if (aml_length < sizeof(struct aml_resource_end_tag)) { in acpi_ut_walk_aml_resources()
H A Drsio.c143 sizeof(struct aml_resource_end_tag),
H A Drsinfo.c166 sizeof(struct aml_resource_end_tag), /* ACPI_RESOURCE_TYPE_END_TAG */
H A Damlresrc.h161 struct aml_resource_end_tag { struct
530 struct aml_resource_end_tag end_tag;
H A Dexconcat.c379 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag); in acpi_ex_concat_template()