aml_scope 34 dev/acpi/acpidebug.c void db_aml_disint(struct aml_scope *, int, int); aml_scope 38 dev/acpi/acpidebug.c extern struct aml_scope *aml_pushscope(struct aml_scope *, uint8_t *, uint8_t *, struct aml_node *); aml_scope 39 dev/acpi/acpidebug.c extern struct aml_scope *aml_popscope(struct aml_scope *); aml_scope 40 dev/acpi/acpidebug.c extern uint8_t *aml_parsename(struct aml_scope *); aml_scope 41 dev/acpi/acpidebug.c extern uint8_t *aml_parseend(struct aml_scope *); aml_scope 42 dev/acpi/acpidebug.c extern int aml_parselength(struct aml_scope *); aml_scope 43 dev/acpi/acpidebug.c extern int aml_parseopcode(struct aml_scope *); aml_scope 333 dev/acpi/acpidebug.c struct aml_scope *root; aml_scope 335 dev/acpi/acpidebug.c extern struct aml_scope *aml_lastscope; aml_scope 370 dev/acpi/acpidebug.c db_aml_disint(struct aml_scope *scope, int opcode, int depth) aml_scope 404 dev/acpi/acpidebug.c struct aml_scope *scope; aml_scope 239 dev/acpi/amltypes.h struct aml_scope; aml_scope 263 dev/acpi/amltypes.h struct aml_value *(*fneval)(struct aml_scope *, struct aml_value *); aml_scope 53 dev/acpi/dsdt.c struct aml_scope; aml_scope 58 dev/acpi/dsdt.c void aml_setvalue(struct aml_scope *, struct aml_value *, aml_scope 84 dev/acpi/dsdt.c struct aml_value *aml_parseop(struct aml_scope *, struct aml_value *); aml_scope 85 dev/acpi/dsdt.c struct aml_value *aml_parsetarget(struct aml_scope *, struct aml_value *, aml_scope 87 dev/acpi/dsdt.c struct aml_value *aml_parseterm(struct aml_scope *, struct aml_value *); aml_scope 89 dev/acpi/dsdt.c struct aml_value *aml_evaltarget(struct aml_scope *scope, aml_scope 91 dev/acpi/dsdt.c int aml_evalterm(struct aml_scope *scope, aml_scope 106 dev/acpi/dsdt.c struct aml_value *aml_callosi(struct aml_scope *, struct aml_value *); aml_scope 107 dev/acpi/dsdt.c struct aml_value *aml_callmethod(struct aml_scope *, struct aml_value *); aml_scope 108 dev/acpi/dsdt.c struct aml_value *aml_evalmethod(struct aml_scope *, struct aml_node *, aml_scope 124 dev/acpi/dsdt.c struct aml_value *aml_parsenamed(struct aml_scope *, int, struct aml_value *); aml_scope 125 dev/acpi/dsdt.c struct aml_value *aml_parsenamedscope(struct aml_scope *, int, struct aml_value *); aml_scope 126 dev/acpi/dsdt.c struct aml_value *aml_parsemath(struct aml_scope *, int, struct aml_value *); aml_scope 127 dev/acpi/dsdt.c struct aml_value *aml_parsecompare(struct aml_scope *, int, struct aml_value *); aml_scope 128 dev/acpi/dsdt.c struct aml_value *aml_parseif(struct aml_scope *, int, struct aml_value *); aml_scope 129 dev/acpi/dsdt.c struct aml_value *aml_parsewhile(struct aml_scope *, int, struct aml_value *); aml_scope 130 dev/acpi/dsdt.c struct aml_value *aml_parsebufpkg(struct aml_scope *, int, struct aml_value *); aml_scope 131 dev/acpi/dsdt.c struct aml_value *aml_parsemethod(struct aml_scope *, int, struct aml_value *); aml_scope 132 dev/acpi/dsdt.c struct aml_value *aml_parsesimple(struct aml_scope *, int, struct aml_value *); aml_scope 133 dev/acpi/dsdt.c struct aml_value *aml_parsefieldunit(struct aml_scope *, int, struct aml_value *); aml_scope 134 dev/acpi/dsdt.c struct aml_value *aml_parsebufferfield(struct aml_scope *, int, struct aml_value *); aml_scope 135 dev/acpi/dsdt.c struct aml_value *aml_parsemisc3(struct aml_scope *, int, struct aml_value *); aml_scope 136 dev/acpi/dsdt.c struct aml_value *aml_parsemuxaction(struct aml_scope *, int, struct aml_value *); aml_scope 137 dev/acpi/dsdt.c struct aml_value *aml_parsemisc2(struct aml_scope *, int, struct aml_value *); aml_scope 138 dev/acpi/dsdt.c struct aml_value *aml_parsematch(struct aml_scope *, int, struct aml_value *); aml_scope 139 dev/acpi/dsdt.c struct aml_value *aml_parseref(struct aml_scope *, int, struct aml_value *); aml_scope 140 dev/acpi/dsdt.c struct aml_value *aml_parsestring(struct aml_scope *, int, struct aml_value *); aml_scope 294 dev/acpi/dsdt.c struct aml_scope *aml_lastscope; aml_scope 298 dev/acpi/dsdt.c struct aml_scope *root; aml_scope 870 dev/acpi/dsdt.c struct aml_value *aml_alloctmp(struct aml_scope *, int); aml_scope 871 dev/acpi/dsdt.c struct aml_scope *aml_pushscope(struct aml_scope *, uint8_t *, aml_scope 873 dev/acpi/dsdt.c struct aml_scope *aml_popscope(struct aml_scope *); aml_scope 874 dev/acpi/dsdt.c int aml_parsenode(struct aml_scope *, struct aml_node *, aml_scope 884 dev/acpi/dsdt.c aml_alloctmp(struct aml_scope *scope, int narg) aml_scope 904 dev/acpi/dsdt.c struct aml_scope * aml_scope 905 dev/acpi/dsdt.c aml_pushscope(struct aml_scope *parent, uint8_t *start, uint8_t *end, aml_scope 908 dev/acpi/dsdt.c struct aml_scope *scope; aml_scope 910 dev/acpi/dsdt.c scope = acpi_os_malloc(sizeof(struct aml_scope)); aml_scope 922 dev/acpi/dsdt.c struct aml_scope * aml_scope 923 dev/acpi/dsdt.c aml_popscope(struct aml_scope *scope) aml_scope 925 dev/acpi/dsdt.c struct aml_scope *nscope; aml_scope 949 dev/acpi/dsdt.c aml_parsenode(struct aml_scope *parent, struct aml_node *node, uint8_t *start, aml_scope 952 dev/acpi/dsdt.c struct aml_scope *scope; aml_scope 973 dev/acpi/dsdt.c void aml_fieldio(struct aml_scope *, struct aml_value *, struct aml_value *, int); aml_scope 974 dev/acpi/dsdt.c void aml_unlockfield(struct aml_scope *, struct aml_value *); aml_scope 975 dev/acpi/dsdt.c void aml_lockfield(struct aml_scope *, struct aml_value *); aml_scope 1030 dev/acpi/dsdt.c aml_lockfield(struct aml_scope *scope, struct aml_value *field) aml_scope 1038 dev/acpi/dsdt.c aml_unlockfield(struct aml_scope *scope, struct aml_value *field) aml_scope 1072 dev/acpi/dsdt.c aml_fieldio(struct aml_scope *scope, struct aml_value *field, aml_scope 1255 dev/acpi/dsdt.c struct aml_value *aml_derefvalue(struct aml_scope *, struct aml_value *, int); aml_scope 1344 dev/acpi/dsdt.c aml_derefvalue(struct aml_scope *scope, struct aml_value *ref, int mode) aml_scope 1574 dev/acpi/dsdt.c int is_local(struct aml_scope *, struct aml_value *); aml_scope 1576 dev/acpi/dsdt.c int is_local(struct aml_scope *scope, struct aml_value *val) aml_scope 1583 dev/acpi/dsdt.c aml_setvalue(struct aml_scope *scope, struct aml_value *lhs, aml_scope 1961 dev/acpi/dsdt.c aml_callmethod(struct aml_scope *scope, struct aml_value *val) aml_scope 1974 dev/acpi/dsdt.c aml_evalmethod(struct aml_scope *parent, struct aml_node *node, aml_scope 1977 dev/acpi/dsdt.c struct aml_scope *scope; aml_scope 2146 dev/acpi/dsdt.c uint8_t *aml_parsename(struct aml_scope *); aml_scope 2147 dev/acpi/dsdt.c uint8_t *aml_parseend(struct aml_scope *scope); aml_scope 2148 dev/acpi/dsdt.c int aml_parselength(struct aml_scope *); aml_scope 2149 dev/acpi/dsdt.c int aml_parseopcode(struct aml_scope *); aml_scope 2153 dev/acpi/dsdt.c aml_parseopcode(struct aml_scope *scope) aml_scope 2179 dev/acpi/dsdt.c aml_parsename(struct aml_scope *scope) aml_scope 2204 dev/acpi/dsdt.c aml_parselength(struct aml_scope *scope) aml_scope 2232 dev/acpi/dsdt.c aml_parseend(struct aml_scope *scope) aml_scope 2253 dev/acpi/dsdt.c int64_t aml_parseint(struct aml_scope *, int); aml_scope 2351 dev/acpi/dsdt.c aml_parseint(struct aml_scope *scope, int opcode) aml_scope 2404 dev/acpi/dsdt.c aml_evaltarget(struct aml_scope *scope, struct aml_value *res) aml_scope 2410 dev/acpi/dsdt.c aml_evalterm(struct aml_scope *scope, struct aml_value *raw, aml_scope 2428 dev/acpi/dsdt.c aml_parsenamed(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2483 dev/acpi/dsdt.c aml_parsenamedscope(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2523 dev/acpi/dsdt.c aml_parsemath(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2579 dev/acpi/dsdt.c aml_parsecompare(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2598 dev/acpi/dsdt.c aml_parseif(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2629 dev/acpi/dsdt.c aml_parsewhile(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2663 dev/acpi/dsdt.c aml_parsebufpkg(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2700 dev/acpi/dsdt.c aml_parsemethod(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2722 dev/acpi/dsdt.c aml_parsesimple(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2762 dev/acpi/dsdt.c aml_parsefieldunit(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2828 dev/acpi/dsdt.c aml_parsebufferfield(struct aml_scope *scope, int opcode, aml_scope 2873 dev/acpi/dsdt.c aml_parsemuxaction(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2913 dev/acpi/dsdt.c aml_parsemisc2(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2964 dev/acpi/dsdt.c aml_parsemisc3(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 2985 dev/acpi/dsdt.c aml_parsematch(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 3013 dev/acpi/dsdt.c aml_parseref(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 3105 dev/acpi/dsdt.c aml_parsestring(struct aml_scope *scope, int opcode, struct aml_value *res) aml_scope 3164 dev/acpi/dsdt.c aml_parseterm(struct aml_scope *scope, struct aml_value *res) aml_scope 3178 dev/acpi/dsdt.c aml_parsetarget(struct aml_scope *scope, struct aml_value *res, aml_scope 3199 dev/acpi/dsdt.c aml_parseop(struct aml_scope *scope, struct aml_value *res) aml_scope 3321 dev/acpi/dsdt.c aml_callosi(struct aml_scope *scope, struct aml_value *val) aml_scope 27 dev/acpi/dsdt.h struct aml_scope { aml_scope 33 dev/acpi/dsdt.h struct aml_scope *parent; aml_scope 44 dev/acpi/dsdt.h struct aml_value *(*handler)(struct aml_scope *, int,