Home | History | Annotate | Download | only in acpi

Lines Matching refs:einj

90 	if (tab.bert || tab.einj || tab.erst || tab.hest)
143 * Set up BERT, EINJ, ERST, and HEST.
149 if (sc->sc_tab.einj) {
150 apei_identify(sc, "EINJ", &sc->sc_tab.einj->Header);
195 if (sc->sc_tab.einj)
211 * Get references to whichever APEI-related tables -- BERT, EINJ,
227 * Probe the EINJ -- Error Injection Table.
229 rv = AcpiGetTable(ACPI_SIG_EINJ, 0, (ACPI_TABLE_HEADER **)&tab->einj);
231 tab->einj = NULL;
261 if (tab->einj != NULL) {
262 AcpiPutTable(&tab->einj->Header);
263 tab->einj = NULL;