Lines Matching refs:Method
390 * 1) _SUB method was removed (11/2015)
391 * 2) _STA method was removed (02/2018)
444 ParamCount = Node->Object->Method.ParamCount;
465 /* Execute the Device._HID method */
474 /* Execute the Device._UID method */
483 /* Execute the Device._CID method */
494 /* Execute the Device._CLS method */
529 /* Execute the Device._ADR method */
658 * PARAMETERS: Buffer - An ACPI table containing one control method
662 * DESCRIPTION: Install a control method into the namespace. If the method
665 * single control method.
701 /* First AML opcode in the table must be a control method */
710 /* Extract method information from the raw AML */
759 /* Node existed previously, make sure it is a method node */
768 /* Copy the method AML to the local buffer */
772 /* Initialize the method object with the new method's information */
774 MethodObj->Method.AmlStart = AmlBuffer;
775 MethodObj->Method.AmlLength = AmlLength;
777 MethodObj->Method.ParamCount = (UINT8)
782 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
784 MethodObj->Method.SyncLevel = (UINT8)
789 * Now that it is complete, we can attach the new method object to
790 * the method Node (detaches/deletes any existing object)
800 /* Remove local reference to the method object */