Lines Matching refs:Function
182 * FUNCTION: AcpiEvInitializeOpRegions
234 * FUNCTION: AcpiEvAddressSpaceDispatch
238 * Function - Read or Write operation
261 UINT32 Function,
451 Status = Handler (Function, Address, BitWidth, Value, Context,
493 * FUNCTION: AcpiEvDetachRegion
662 * FUNCTION: AcpiEvAttachRegion
711 * FUNCTION: AcpiEvExecuteRegMethod
714 * Function - Passed to _REG: On (1) or Off (0)
725 UINT32 Function)
753 * The method should always be updated as this function may be
775 if ((Function == ACPI_REG_CONNECT &&
777 (Function == ACPI_REG_DISCONNECT &&
813 Args[1] = AcpiUtCreateIntegerObject ((UINT64) Function);
835 if (Function == ACPI_REG_CONNECT)
855 * FUNCTION: AcpiEvExecuteRegMethods
859 * Function - Passed to _REG: On (1) or Off (0)
872 UINT32 Function)
894 Info.Function = Function;
929 * FUNCTION: AcpiEvRegRun
990 Status = AcpiEvExecuteRegMethod (ObjDesc, Info->Function);
997 * FUNCTION: AcpiEvExecuteOrphanRegMethod