Searched refs:Action (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/tools/acpidump/
H A Dapmain.c349 AP_DUMP_ACTION *Action; local
374 Action = &ActionTable[i];
375 switch (Action->ToBeDone)
384 Status = ApDumpTableByAddress (Action->Argument);
389 Status = ApDumpTableByName (Action->Argument);
394 Status = ApDumpTableFromFile (Action->Argument);
400 Action->ToBeDone);
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutdelete.c63 UINT32 Action);
399 * Action - What to do (REF_INCREMENT or REF_DECREMENT)
410 UINT32 Action)
434 switch (Action)
491 Action));
514 * Action - Either REF_INCREMENT or REF_DECREMENT
532 UINT16 Action)
576 AcpiUtUpdateRefCount (PrevObject, Action);
609 AcpiUtUpdateRefCount (NextObject, Action);
618 NextObject, Action,
408 AcpiUtUpdateRefCount( ACPI_OPERAND_OBJECT *Object, UINT32 Action) argument
530 AcpiUtUpdateObjectReference( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
[all...]
H A Dutstate.c203 * Action - Update action to be performed
216 UINT16 Action)
236 State->Update.Value = Action;
246 * Action - Update action to be performed
214 AcpiUtCreateUpdateState( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
H A Dutosi.c356 * PARAMETERS: Action - Actions to be performed during the
369 UINT8 Action)
378 (Action & ACPI_FEATURE_STRINGS)) ||
380 (Action & ACPI_VENDOR_STRINGS)))
382 if (Action & ACPI_DISABLE_INTERFACES)
368 AcpiUtUpdateInterfaces( UINT8 Action) argument
H A Dutmisc.c208 * Action - Increment/Decrement
220 UINT16 Action,
236 State = AcpiUtCreateUpdateState (Object, Action);
218 AcpiUtCreateUpdateStateAndPush( ACPI_OPERAND_OBJECT *Object, UINT16 Action, ACPI_GENERIC_STATE **StateList) argument
H A Dutxface.c474 * PARAMETERS: Action - Actions to be performed during the
486 UINT8 Action)
497 Status = AcpiUtUpdateInterfaces (Action);
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsxface.c61 UINT16 Action);
282 * Action - Add or Remove reference
293 UINT16 Action)
307 Info->Parameters[i], Action);
291 AcpiPsUpdateParameterList( ACPI_EVALUATE_INFO *Info, UINT16 Action) argument
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwgpe.c95 * Action - Enable or disable
108 UINT32 Action)
138 switch (Action)
163 ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u", Action));
106 AcpiHwLowSetGpe( ACPI_GPE_EVENT_INFO *GpeEventInfo, UINT32 Action) argument
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devxfgpe.c219 * Action - ACPI_GPE_ENABLE or ACPI_GPE_DISABLE
246 UINT8 Action)
269 switch (Action)
508 * Action - Enable or Disable
521 UINT8 Action)
563 switch (Action)
577 ACPI_ERROR ((AE_INFO, "%u, Invalid action", Action));
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp922 enum class Action { class
937 Action when_finished = Action::NONE;
979 when_finished = Action::NOTIFY_POSITION;
990 when_finished = Action::SIGNAL_STOPPED;
997 when_finished = Action::HANDLE_UNPLUG;
1003 when_finished = Action::SIGNAL_STARTED;
1019 if (when_finished != Action::NONE) {
1022 case Action::SIGNAL_STARTED:
1041 case Action
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dachware.h185 UINT32 Action);
H A Dacutils.h317 UINT16 Action);
608 UINT8 Action);
677 UINT16 Action);
688 UINT16 Action,
H A Dacpixf.h501 UINT8 Action))
902 UINT8 Action))
928 UINT8 Action))
H A Daclocal.h1412 char *Action; member in struct:ah_predefined_name
H A Dactbl2.h89 #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
1541 * WDAT - Watchdog Action Table
1577 UINT8 Action; member in struct:acpi_wdat_entry
1586 /* Values for Action field above */
H A Dactbl1.h118 UINT8 Action; member in struct:acpi_whea_header
258 /* Values for Action field above */
312 /* EINJ Trigger Error Action Table */
380 /* Values for Action field above */
/fuchsia/zircon/third_party/tools/android/
H A Dmkbootimg18 from argparse import ArgumentParser, FileType, Action namespace
77 class ValidateStrLenAction(Action):
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dprscan.c93 char *Action,
1152 * PARAMETERS: Action - Action being performed
1163 char *Action,
1172 Action, DirectiveName, Gbl_IfDepth);
1162 PrDbgPrint( char *Action, char *DirectiveName) argument
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c219 printf ("%*s%s\n", 6, " ", Info->Action);
240 printf ("%*s%s\n", 6, " ", Info->Action);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmtbinfo.c1032 {ACPI_DMT_EINJACT, ACPI_EINJ0_OFFSET (Action), "Action", 0},
1061 {ACPI_DMT_ERSTACT, ACPI_ERST0_OFFSET (Action), "Action", 0},
2734 * WDAT - Watchdog Action Table
2761 {ACPI_DMT_UINT8, ACPI_WDAT0_OFFSET (Action), "Watchdog Action", 0},

Completed in 96 milliseconds