Home
last modified time | relevance | path

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

12345

/acpica-latest/source/compiler/
Daslcompile.c203 UINT8 Event; in CmDoCompile() local
208 Event = UtBeginEvent ("Open input and output files"); in CmDoCompile()
209 UtEndEvent (Event); in CmDoCompile()
211 Event = UtBeginEvent ("Preprocess input file"); in CmDoCompile()
227 UtEndEvent (Event); in CmDoCompile()
231 UtEndEvent (Event); in CmDoCompile()
236 Event = UtBeginEvent ("Parse source code and build parse tree"); in CmDoCompile()
238 UtEndEvent (Event); in CmDoCompile()
276 Event = UtBeginEvent ("Flush source input"); in CmDoCompile()
292 UtEndEvent (Event); in CmDoCompile()
[all …]
Ddtcompile.c197 UINT8 Event; in DtDoCompile() local
212 Event = UtBeginEvent ("Preprocess input file"); in DtDoCompile()
214 UtEndEvent (Event); in DtDoCompile()
226 Event = UtBeginEvent ("Parse data table in prototype mode"); in DtDoCompile()
233 UtEndEvent (Event); in DtDoCompile()
241 Event = UtBeginEvent ("Scan and parse input file"); in DtDoCompile()
243 UtEndEvent (Event); in DtDoCompile()
258 Event = UtBeginEvent ("Compile parse tree"); in DtDoCompile()
261 UtEndEvent (Event); in DtDoCompile()
Daslstartup.c416 UINT8 Event; in AslDoOneFile() local
496 Event = UtBeginEvent ("Open AML output file"); in AslDoOneFile()
498 UtEndEvent (Event); in AslDoOneFile()
Daslutils.c531 UINT8 Event) in UtEndEvent() argument
534 if (Event >= ASL_NUM_EVENTS) in UtEndEvent()
541 AslGbl_Events[Event].EndTime = AcpiOsGetTimer (); in UtEndEvent()
/acpica-latest/source/components/events/
Devxfevnt.c299 UINT32 Event, in ACPI_EXPORT_SYMBOL()
318 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
328 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
338 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
347 "Could not enable %s event", AcpiUtGetEventName (Event))); in ACPI_EXPORT_SYMBOL()
372 UINT32 Event, in ACPI_EXPORT_SYMBOL()
391 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
401 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
409 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
418 "Could not disable %s events", AcpiUtGetEventName (Event))); in ACPI_EXPORT_SYMBOL()
[all …]
Devxface.c816 UINT32 Event, in ACPI_EXPORT_SYMBOL()
828 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
841 if (AcpiGbl_FixedEventHandlers[Event].Handler) in ACPI_EXPORT_SYMBOL()
849 AcpiGbl_FixedEventHandlers[Event].Handler = Handler; in ACPI_EXPORT_SYMBOL()
850 AcpiGbl_FixedEventHandlers[Event].Context = Context; in ACPI_EXPORT_SYMBOL()
852 Status = AcpiEnableEvent (Event, 0); in ACPI_EXPORT_SYMBOL()
857 AcpiUtGetEventName (Event), Event)); in ACPI_EXPORT_SYMBOL()
861 AcpiGbl_FixedEventHandlers[Event].Handler = NULL; in ACPI_EXPORT_SYMBOL()
862 AcpiGbl_FixedEventHandlers[Event].Context = NULL; in ACPI_EXPORT_SYMBOL()
868 AcpiUtGetEventName (Event), Event, Handler)); in ACPI_EXPORT_SYMBOL()
[all …]
Devevent.c169 UINT32 Event);
414 UINT32 Event) in AcpiEvFixedEventDispatch() argument
423 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch()
430 if (!AcpiGbl_FixedEventHandlers[Event].Handler) in AcpiEvFixedEventDispatch()
433 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
438 AcpiUtGetEventName (Event), Event)); in AcpiEvFixedEventDispatch()
445 return ((AcpiGbl_FixedEventHandlers[Event].Handler)( in AcpiEvFixedEventDispatch()
446 AcpiGbl_FixedEventHandlers[Event].Context)); in AcpiEvFixedEventDispatch()
/acpica-latest/tests/aslts/doc/StoreCopyTestPrototype/
Dgr4.asl111 Event(e000)
112 Event(e001)
113 Event(e002)
114 Event(e003)
115 Event(e004)
116 Event(e005)
117 Event(e006)
118 Event(e007)
119 Event(e008)
120 Event(e009)
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/
DToEvent.asl31 * Store Integer/String/Buffer/Package to Event
39 Event(OOO2)
59 Event(OOO2)
81 Event(OOO2)
102 Event(OOO2)
153 Event(OOO2)
169 Event(OOO2)
187 Event(OOO2)
204 Event(OOO2)
DMix.asl32 Event(e000)
119 Event(e000)
194 Event(OOO2)
/acpica-latest/source/components/executer/
Dexsystem.c384 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1); in AcpiExSystemSignalEvent()
419 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore, in AcpiExSystemWaitEvent()
457 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore); in AcpiExSystemResetEvent()
458 ObjDesc->Event.OsSemaphore = TempSemaphore; in AcpiExSystemResetEvent()
/acpica-latest/source/tools/acpiexec/
Daehandlers.c186 UINT32 Event,
417 UINT32 Event, in AeTableHandler() argument
426 if (Event > ACPI_NUM_TABLE_EVENTS) in AeTableHandler()
428 Event = ACPI_NUM_TABLE_EVENTS; in AeTableHandler()
438 TableEvents[Event], in AeTableHandler()
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/common/
Ddata.src.asl132 Event(ed00)
148 Event(ed01)
210 Event(ed02)
235 Event(ed03)
238 Event(ed04)
260 Event(ed05)
Ddata.asl159 Event (ED00)
202 Event (ED01)
330 Event (ED02)
373 Event (ED03)
375 Event (ED04)
419 Event (ED05)
/acpica-latest/source/tools/examples/
Dextables.c424 [0004] PM1A Event Block Address : 00000001
425 [0004] PM1B Event Block Address : 00000000
432 [0001] PM1 Event Block Length : 04
492 [0012] PM1A Event Block : [Generic Address Structure]
499 [0012] PM1B Event Block : [Generic Address Structure]
/acpica-latest/tests/aslts/src/compilation/collection/
Dreference.asl69 Store(Index(Event(e000), 0), Local0)
89 Store(Index(Event(e000), 0, Local1), Local0)
113 Event(e000)
154 Event(e000)
196 Store(RefOf(Event(e000)), Local0)
219 Event(e000)
261 Store(CondRefOf(Event(e000)), Local0)
284 Store(CondRefOf(Event(e000), Local1), Local0)
307 Event(e000)
348 Event(e000)
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/
DTABLES41 7 Event | Event(e000) | c c | c | c c |
83 7 Event | Event(e000) | c c | + | + + |
183 7 Event | Package(){Event(e000)} | | | |
236 7 Event | Package(){e000} | | | |
305 7 Event | Store(e000, Local0); RF(L)| ... ...| ... | ... ...|
405 7 Event | Store(e000, Arg0); RF(L) | ... ...| ... | ... ...|
/acpica-latest/source/components/utilities/
Dutdelete.c312 Object, Object->Event.OsSemaphore)); in AcpiUtDeleteInternalObj()
314 (void) AcpiOsDeleteSemaphore (Object->Event.OsSemaphore); in AcpiUtDeleteInternalObj()
315 Object->Event.OsSemaphore = NULL; in AcpiUtDeleteInternalObj()
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/
Devent.asl48 Event (EVT0)
49 Event (EVT1)
50 Event (EVT2)
51 Event (EVT3)
/acpica-latest/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/
Dexc_07_event.asl29 * Event
31 * (verify exceptions caused by the imprope use of Event type objects)
34 Event (EV00)
41 Event (EV01)
42 Event (E000)
48 Event(ev02)
66 Event (EV02)
67 Event (E000)
955 Event (EV02)
/acpica-latest/source/include/
Dacpixf.h1016 UINT32 Event,
1022 UINT32 Event,
1028 UINT32 Event))
1033 UINT32 Event,
/acpica-latest/tests/aslts/src/runtime/collections/functional/table/
Dssdt3.asl72 // Event
73 Event(EVE0)
/acpica-latest/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/
Ddobdecl.asl312 /* ======================== Event */
316 Debug = "Event"
318 Event (E900)
322 PP00 [C00F] = 0x01 /* Event */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0198/
DDECL.0000.asl39 Event(e900)
40 Event(e9Z0)
DDECL.asl41 Event(e900)
42 Event(e9Z0)

12345