Lines Matching full:method
309 * A control method was terminated via a RETURN statement. in acpi_ps_next_parse_state()
310 * The walk of this method is complete. in acpi_ps_next_parse_state()
369 /* A method call (invocation) -- transfer control */ in acpi_ps_next_parse_state()
432 /* Executing a control method - additional cleanup */ in acpi_ps_parse_aml()
446 * If executing a method, the starting sync_level is this method's in acpi_ps_parse_aml()
451 walk_state->method_desc->method.sync_level; in acpi_ps_parse_aml()
458 * executing control method. in acpi_ps_parse_aml()
464 * handles nested control method invocations without recursion. in acpi_ps_parse_aml()
472 * The parse_loop executes AML until the method terminates in acpi_ps_parse_aml()
473 * or calls another method. in acpi_ps_parse_aml()
488 " Exit nested method", in acpi_ps_parse_aml()
499 * A method call was detected. in acpi_ps_parse_aml()
500 * Transfer control to the called control method in acpi_ps_parse_aml()
511 * If the transfer to the new method method call worked, in acpi_ps_parse_aml()
520 /* Either the method parse or actual execution failed */ in acpi_ps_parse_aml()
526 "Aborting method"); in acpi_ps_parse_aml()
529 ACPI_ERROR_METHOD("Aborting method", in acpi_ps_parse_aml()
538 (!(walk_state->method_desc->method.info_flags & in acpi_ps_parse_aml()
541 * Method is not serialized and tried to create an object in acpi_ps_parse_aml()
542 * twice. The probable cause is that the method cannot in acpi_ps_parse_aml()
546 walk_state->method_desc->method.info_flags |= in acpi_ps_parse_aml()
560 * If we just returned from the execution of a control method or if we in acpi_ps_parse_aml()
561 * encountered an error during the method parse phase, there's lots of in acpi_ps_parse_aml()
590 * If the method return value is not used by the parent, in acpi_ps_parse_aml()
612 /* Restart the calling control method */ in acpi_ps_parse_aml()
647 * Just completed a 1st-level method, save the final internal return in acpi_ps_parse_aml()