Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dpsscope.c87 scope->parse_scope.pkg_end = parser_state->aml_end; in acpi_ps_init_scope()
128 scope->parse_scope.pkg_end = parser_state->pkg_end; in acpi_ps_push_scope()
138 scope->parse_scope.arg_end = parser_state->pkg_end; in acpi_ps_push_scope()
182 parser_state->pkg_end = scope->parse_scope.pkg_end; in acpi_ps_pop_scope()
H A Dpsargs.c469 u8 *pkg_end; in acpi_ps_get_next_field() local
600 pkg_end = parser_state->aml; in acpi_ps_get_next_field()
603 pkg_end += pkg_length; in acpi_ps_get_next_field()
606 if (parser_state->aml < pkg_end) { in acpi_ps_get_next_field()
660 parser_state->aml = pkg_end; in acpi_ps_get_next_field()
776 parser_state->pkg_end = in acpi_ps_get_next_arg()
782 if (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()
786 while (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()
806 parser_state->aml = parser_state->pkg_end; in acpi_ps_get_next_arg()
812 if (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()
[all …]
H A Dpsloop.c146 (walk_state->parser_state.pkg_end - in acpi_ps_get_arguments()
152 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
176 (walk_state->parser_state.pkg_end - in acpi_ps_get_arguments()
182 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
191 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
H A Dnsxfname.c514 parser_state.pkg_end = acpi_ps_get_next_package_end(&parser_state); in ACPI_EXPORT_SYMBOL()
519 aml_length = (u32)ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL()
H A Dpsparse.c337 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()
359 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()
H A Ddswstate.c581 walk_state->parser_state.pkg_end = aml_start; in acpi_ds_init_aml_walk()
585 walk_state->parser_state.pkg_end += aml_length; in acpi_ds_init_aml_walk()
H A Ddscontrol.c85 walk_state->parser_state.pkg_end; in acpi_ds_exec_begin_control_op()
H A Ddbutils.c356 walk_state->parser_state.pkg_end = in acpi_db_second_pass_parse()
H A Daclocal.h626 u8 *pkg_end; /* Current package end */ member
914 u8 *pkg_end; /* Current package end */ member