Lines Matching defs:UserFunction
703 * UserFunction - Called for each resource
704 * Context - Passed to UserFunction
708 * DESCRIPTION: Walks the input resource template. The UserFunction is called
716 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
729 if (!Buffer || !Buffer->Pointer || !UserFunction)
761 Status = UserFunction (Resource, Context);
800 * UserFunction - Called for each resource
801 * Context - Passed to UserFunction
806 * specified device. The UserFunction is called once for
815 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
827 if (!DeviceHandle || !UserFunction || !Name ||
847 Status = AcpiWalkResourceBuffer (&Buffer, UserFunction, Context);