Searched refs:EventInfo (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutinit.c177 ACPI_FREE (GpeBlock->EventInfo);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeutil.c226 if ((&GpeBlock->EventInfo[0] <= GpeEventInfo) &&
227 (&GpeBlock->EventInfo[GpeBlock->GpeCount] > GpeEventInfo))
483 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i *
H A Devgpeblk.c277 ACPI_FREE (GpeBlock->EventInfo);
294 * DESCRIPTION: Create the RegisterInfo and EventInfo blocks for this GPE block
327 * Allocate the GPE EventInfo block. There are eight distinct GPEs
343 GpeBlock->EventInfo = GpeEventInfo;
374 /* Init the EventInfo for each GPE within this register */
480 * Create the RegisterInfo and EventInfo sub-structures
586 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex];
H A Devgpe.c338 * RETURN: A GPE EventInfo struct. NULL if not a valid GPE (The GpeNumber
341 * DESCRIPTION: Returns the EventInfo struct associated with this GPE. This is
370 return (&GpeBlock->EventInfo[GpeIndex]);
381 * RETURN: A GPE EventInfo struct. NULL if not a valid GPE
383 * DESCRIPTION: Returns the EventInfo struct associated with this GPE.
564 &GpeBlock->EventInfo[((ACPI_SIZE) i *
787 * in the EventInfo.
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h595 ACPI_GPE_EVENT_INFO *EventInfo; /* One for each GPE */ member in struct:acpi_gpe_block_info

Completed in 78 milliseconds