Home
last modified time | relevance | path

Searched refs:pkg_end (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dpsscope.c121 scope->parse_scope.pkg_end = parser_state->aml_end; in acpi_ps_init_scope()
162 scope->parse_scope.pkg_end = parser_state->pkg_end; in acpi_ps_push_scope()
172 scope->parse_scope.arg_end = parser_state->pkg_end; in acpi_ps_push_scope()
216 parser_state->pkg_end = scope->parse_scope.pkg_end; in acpi_ps_pop_scope()
Dpsargs.c496 u8 *pkg_end; in acpi_ps_get_next_field() local
608 pkg_end = parser_state->aml; in acpi_ps_get_next_field()
611 pkg_end += pkg_length; in acpi_ps_get_next_field()
613 if (parser_state->aml < pkg_end) { in acpi_ps_get_next_field()
665 parser_state->aml = pkg_end; in acpi_ps_get_next_field()
743 parser_state->pkg_end = in acpi_ps_get_next_arg()
749 if (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()
753 while (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()
769 parser_state->aml = parser_state->pkg_end; in acpi_ps_get_next_arg()
775 if (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()
[all …]
Dpsloop.c178 pkg_end - in acpi_ps_get_arguments()
190 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
241 (walk_state->parser_state.pkg_end - in acpi_ps_get_arguments()
247 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
266 (walk_state->parser_state.pkg_end - in acpi_ps_get_arguments()
272 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
281 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
Dnsxfname.c592 parser_state.pkg_end = acpi_ps_get_next_package_end(&parser_state); in ACPI_EXPORT_SYMBOL()
596 aml_length = ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL()
Dpsparse.c370 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()
392 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()
Ddscontrol.c118 walk_state->parser_state.pkg_end; in acpi_ds_exec_begin_control_op()
Ddbutils.c392 walk_state->parser_state.pkg_end = in acpi_db_second_pass_parse()
Daclocal.h626 u8 *pkg_end; /* Current package end */ member
837 u8 *pkg_end; /* Current package end */ member
Ddswstate.c615 walk_state->parser_state.pkg_end = aml_start + aml_length; in acpi_ds_init_aml_walk()