Searched refs:acpi_viot_header (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/acpi/
H A Dviot.c57 static int __init viot_check_bounds(const struct acpi_viot_header *hdr)
59 struct acpi_viot_header *start, *end, *hdr_end;
61 start = ACPI_ADD_PTR(struct acpi_viot_header, viot,
63 end = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->header.length);
64 hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr));
131 struct acpi_viot_header *hdr = ACPI_ADD_PTR(struct acpi_viot_header,
179 static int __init viot_parse_node(const struct acpi_viot_header *hdr)
281 struct acpi_viot_header *node;
295 node = ACPI_ADD_PTR(struct acpi_viot_header, vio
[all...]
/linux-master/include/acpi/
H A Dactbl3.h512 struct acpi_viot_header { struct
531 struct acpi_viot_header header;
542 struct acpi_viot_header header;
550 struct acpi_viot_header header;
557 struct acpi_viot_header header;

Completed in 346 milliseconds