Home
last modified time | relevance | path

Searched refs:acpi_table_einj (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/acpi/apei/
A Deinj.c100 sizeof(struct acpi_table_einj)))
105 static struct acpi_table_einj *einj_tab;
659 static int einj_check_table(struct acpi_table_einj *einj_tab) in einj_check_table()
662 (sizeof(struct acpi_table_einj) - sizeof(einj_tab->header))) in einj_check_table()
663 && (einj_tab->header_length != sizeof(struct acpi_table_einj))) in einj_check_table()
665 if (einj_tab->header.length < sizeof(struct acpi_table_einj)) in einj_check_table()
668 (einj_tab->header.length - sizeof(struct acpi_table_einj)) / in einj_check_table()
/linux-6.3-rc2/include/acpi/
A Dactbl1.h949 struct acpi_table_einj { struct

Completed in 12 milliseconds