Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 21 of 21) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Daslcompile.c98 UtEndEvent (Event); in CmDoCompile()
120 UtEndEvent (Event); in CmDoCompile()
127 UtEndEvent (Event); in CmDoCompile()
170 UtEndEvent (Event); in CmDoCompile()
178 UtEndEvent (Event); in CmDoCompile()
186 UtEndEvent (Event); in CmDoCompile()
195 UtEndEvent (Event); in CmDoCompile()
217 UtEndEvent (Event); in CmDoCompile()
226 UtEndEvent (Event); in CmDoCompile()
615 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()
[all …]
A Ddtcompile.c90 UINT8 Event; in DtDoCompile() local
109 Event = UtBeginEvent ("Preprocess input file"); in DtDoCompile()
111 UtEndEvent (Event); in DtDoCompile()
123 Event = UtBeginEvent ("Scan and parse input file"); in DtDoCompile()
125 UtEndEvent (Event); in DtDoCompile()
140 Event = UtBeginEvent ("Compile parse tree"); in DtDoCompile()
146 UtEndEvent (Event); in DtDoCompile()
A Daslutils.c256 UINT8 Event) in UtEndEvent() argument
259 if (Event >= ASL_NUM_EVENTS) in UtEndEvent()
266 AslGbl_Events[Event].EndTime = AcpiOsGetTimer (); in UtEndEvent()
A Daslcompiler.h944 UINT8 Event);
/third_party/lib/acpica/source/components/events/
A Devxfevnt.c191 UINT32 Event, in ACPI_EXPORT_SYMBOL()
203 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
213 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
257 UINT32 Event, in ACPI_EXPORT_SYMBOL()
269 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
279 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
320 UINT32 Event) in ACPI_EXPORT_SYMBOL()
330 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
365 UINT32 Event, in ACPI_EXPORT_SYMBOL()
383 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
[all …]
A Devevent.c61 UINT32 Event);
301 UINT32 Event) in AcpiEvFixedEventDispatch() argument
310 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch()
317 if (!AcpiGbl_FixedEventHandlers[Event].Handler) in AcpiEvFixedEventDispatch()
320 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
325 AcpiUtGetEventName (Event), Event)); in AcpiEvFixedEventDispatch()
332 return ((AcpiGbl_FixedEventHandlers[Event].Handler)( in AcpiEvFixedEventDispatch()
333 AcpiGbl_FixedEventHandlers[Event].Context)); in AcpiEvFixedEventDispatch()
A Devxface.c708 UINT32 Event, in ACPI_EXPORT_SYMBOL()
720 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
733 if (AcpiGbl_FixedEventHandlers[Event].Handler) in ACPI_EXPORT_SYMBOL()
744 Status = AcpiEnableEvent (Event, 0); in ACPI_EXPORT_SYMBOL()
749 AcpiUtGetEventName (Event), Event)); in ACPI_EXPORT_SYMBOL()
760 AcpiUtGetEventName (Event), Event, Handler)); in ACPI_EXPORT_SYMBOL()
787 UINT32 Event, in ACPI_EXPORT_SYMBOL()
798 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
811 Status = AcpiDisableEvent (Event, 0); in ACPI_EXPORT_SYMBOL()
822 AcpiUtGetEventName (Event), Event)); in ACPI_EXPORT_SYMBOL()
[all …]
/third_party/lib/acpica/source/components/executer/
A Dexsystem.c271 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1); in AcpiExSystemSignalEvent()
306 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore, in AcpiExSystemWaitEvent()
344 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore); in AcpiExSystemResetEvent()
345 ObjDesc->Event.OsSemaphore = TempSemaphore; in AcpiExSystemResetEvent()
A Dexcreate.c195 &ObjDesc->Event.OsSemaphore); in AcpiExCreateEvent()
A Dexdump.c140 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Event.OsSemaphore), "OsSemaphore"}
/third_party/lib/acpica/source/tools/acpiexec/
A Daehandlers.c86 UINT32 Event,
444 UINT32 Event, in AeTableHandler() argument
453 if (Event > ACPI_NUM_TABLE_EVENTS) in AeTableHandler()
455 Event = ACPI_NUM_TABLE_EVENTS; in AeTableHandler()
465 TableEvents[Event], ((ACPI_TABLE_HEADER *) Table)->Signature, Table); in AeTableHandler()
/third_party/lib/acpica/source/tools/examples/
A Dextables.c316 [0004] PM1A Event Block Address : 00000001
317 [0004] PM1B Event Block Address : 00000000
324 [0001] PM1 Event Block Length : 04
384 [0012] PM1A Event Block : [Generic Address Structure]
391 [0012] PM1B Event Block : [Generic Address Structure]
/third_party/lib/acpica/source/components/utilities/
A Dutdelete.c204 Object, Object->Event.OsSemaphore)); in AcpiUtDeleteInternalObj()
206 (void) AcpiOsDeleteSemaphore (Object->Event.OsSemaphore); in AcpiUtDeleteInternalObj()
207 Object->Event.OsSemaphore = NULL; in AcpiUtDeleteInternalObj()
A Dutcopy.c842 &DestDesc->Event.OsSemaphore); in AcpiUtCopySimpleObject()
/third_party/lib/acpica/source/include/acpica/
A Dacpixf.h850 UINT32 Event,
856 UINT32 Event,
862 UINT32 Event))
867 UINT32 Event,
A Dacobject.h516 ACPI_OBJECT_EVENT Event; member
A Dactypes.h1156 UINT32 Event,
/third_party/lib/acpica/source/include/acpica/platform/
A Dacefiex.h555 EFI_EVENT Event,
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl21 Event (EVT1)
A Dgrammar.asl1488 Store ("++++++++ Creating Event EVT2", Debug)
1489 Event (EVT2)
1508 Store ("++++++++ Signalling Event EVT2", Debug)
1511 Store ("++++++++ Resetting Event EVT2", Debug)
1514 Store ("++++++++ Signalling Event EVT2", Debug)
1517 Store ("++++++++ Waiting Event EVT2", Debug)
5634 // test Event.asl
5640 Event (EVNT) // event synchronization object
5747 // Lvalue Event test cases
5750 // validate Local2 is an Event
[all …]
/third_party/lib/acpica/
A Dchanges.txt1030 Added a new return flag for the Event/GPE status interfaces --
3586 PM Event and Control registers
3828 by the ACPI 5.0 _AEI object (ACPI Event Information). This object
4605 information. See the new section 4.4 "General Purpose Event (GPE)
4607 for a full overview, and section 8.7 "ACPI General Purpose Event
12741 are AcpiInstallGpeBlock and AcpiRemoveGpeBlock. The Event
13280 Mutex/Event timeouts even though the ASL code requested a wait
14071 most of the name creation operators (Name, Device, Event, Mutex,
14310 GPE, Fixed Event, and PM Timer I/O. This allows the use of memory
14580 Restructured the Hardware and Event managers to be table driven,
[all …]

Completed in 56 milliseconds