Lines Matching full:method

220  * 1) _SUB method was removed (11/2015)
221 * 2) _STA method was removed (02/2018)
268 param_count = node->object->method.param_count; in acpi_get_object_info()
286 /* Execute the Device._HID method */ in acpi_get_object_info()
294 /* Execute the Device._UID method */ in acpi_get_object_info()
302 /* Execute the Device._CID method */ in acpi_get_object_info()
315 /* Execute the Device._CLS method */ in acpi_get_object_info()
346 /* Execute the Device._ADR method */ in acpi_get_object_info()
465 * PARAMETERS: buffer - An ACPI table containing one control method in ACPI_EXPORT_SYMBOL()
469 * DESCRIPTION: Install a control method into the namespace. If the method in ACPI_EXPORT_SYMBOL()
472 * single control method. in ACPI_EXPORT_SYMBOL()
503 /* First AML opcode in the table must be a control method */ in ACPI_EXPORT_SYMBOL()
511 /* Extract method information from the raw AML */ in ACPI_EXPORT_SYMBOL()
557 /* Node existed previously, make sure it is a method node */ in ACPI_EXPORT_SYMBOL()
565 /* Copy the method AML to the local buffer */ in ACPI_EXPORT_SYMBOL()
569 /* Initialize the method object with the new method's information */ in ACPI_EXPORT_SYMBOL()
571 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()
572 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
574 method_obj->method.param_count = (u8) in ACPI_EXPORT_SYMBOL()
578 method_obj->method.info_flags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()
580 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()
585 * Now that it is complete, we can attach the new method object to in ACPI_EXPORT_SYMBOL()
586 * the method Node (detaches/deletes any existing object) in ACPI_EXPORT_SYMBOL()
596 /* Remove local reference to the method object */ in ACPI_EXPORT_SYMBOL()