Searched refs:pkg_end (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpsscope.c120 scope->parse_scope.pkg_end = parser_state->aml_end;
161 scope->parse_scope.pkg_end = parser_state->pkg_end;
171 scope->parse_scope.arg_end = parser_state->pkg_end;
215 parser_state->pkg_end = scope->parse_scope.pkg_end;
H A Dpsargs.c619 parser_state->pkg_end =
625 if (parser_state->aml < parser_state->pkg_end) {
629 while (parser_state->aml < parser_state->pkg_end) {
645 parser_state->aml = parser_state->pkg_end;
651 if (parser_state->aml < parser_state->pkg_end) {
663 ACPI_PTR_DIFF(parser_state->pkg_end,
669 parser_state->aml = parser_state->pkg_end;
711 if (parser_state->aml < parser_state->pkg_end) {
H A Dpsloop.c448 walk_state->parser_state.pkg_end;
468 (walk_state->parser_state.pkg_end -
474 walk_state->parser_state.pkg_end;
493 (walk_state->parser_state.pkg_end -
499 walk_state->parser_state.pkg_end;
508 walk_state->parser_state.pkg_end;
H A Dpsparse.c393 parser_state->aml = parser_state->scope->parse_scope.pkg_end;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h505 u8 *pkg_end; /* Current package end */ member in struct:acpi_pscope_state
685 u8 *pkg_end; /* Current package end */ member in struct:acpi_parse_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsopcode.c924 walk_state->parser_state.pkg_end;
H A Ddswstate.c714 walk_state->parser_state.pkg_end = aml_start + aml_length;

Completed in 66 milliseconds