acpi_viot_header
struct acpi_viot_header *hdr = ACPI_ADD_PTR(struct acpi_viot_header,
static int __init viot_parse_node(const struct acpi_viot_header *hdr)
struct acpi_viot_header *node;
node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset);
node = ACPI_ADD_PTR(struct acpi_viot_header, node,
static int __init viot_check_bounds(const struct acpi_viot_header *hdr)
struct acpi_viot_header *start, *end, *hdr_end;
start = ACPI_ADD_PTR(struct acpi_viot_header, viot,
end = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->header.length);
hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr));
struct acpi_viot_header header;
struct acpi_viot_header header;
struct acpi_viot_header header;
struct acpi_viot_header header;