H A D | dsdt.c | 199 { AMLOP_SCOPE, "Scope", "pnT", }, 768 aml_lockfield(struct aml_scope *scope, struct aml_value *field) 777 aml_unlockfield(struct aml_scope *scope, struct aml_value *field) 1287 uint8_t *aml_parseend(struct aml_scope *scope); in aml_parseopcode() 1293 aml_parseopcode(struct aml_scope *scope) in aml_parseopcode() 1295 int opcode = (scope->pos[0]); in aml_parseopcode() 1296 int twocode = (scope->pos[0]<<8) + scope->pos[1]; in aml_parseopcode() 1311 scope->pos += 2; 1314 scope in aml_parsename() 760 aml_lockfield(struct aml_scope * scope,struct aml_value * field) aml_lockfield() argument 769 aml_unlockfield(struct aml_scope * scope,struct aml_value * field) aml_unlockfield() argument 1285 aml_parseopcode(struct aml_scope * scope) aml_parseopcode() argument 1384 aml_parselength(struct aml_scope * scope) aml_parselength() argument 1405 aml_parseend(struct aml_scope * scope) aml_parseend() argument 1487 aml_callosi(struct aml_scope * scope,struct aml_value * val) aml_callosi() argument 1803 aml_findscope(struct aml_scope * scope,int type,int endscope) aml_findscope() argument 1829 aml_getstack(struct aml_scope * scope,int opcode) aml_getstack() argument 1855 aml_showstack(struct aml_scope * scope) aml_showstack() argument 1884 struct aml_scope *scope; aml_pushscope() local 1918 aml_popscope(struct aml_scope * scope) aml_popscope() argument 2922 acpi_mutex_acquire(struct aml_scope * scope,struct aml_value * mtx,int timeout) acpi_mutex_acquire() argument 2943 acpi_mutex_release(struct aml_scope * scope,struct aml_value * mtx) acpi_mutex_release() argument 2956 acpi_event_wait(struct aml_scope * scope,struct aml_value * evt,int timeout) acpi_event_wait() argument 2981 acpi_event_signal(struct aml_scope * scope,struct aml_value * evt) acpi_event_signal() argument 2989 acpi_event_reset(struct aml_scope * scope,struct aml_value * evt) acpi_event_reset() argument 2996 aml_store(struct aml_scope * scope,struct aml_value * lhs,int64_t ival,struct aml_value * rhs) aml_store() argument 3102 aml_disasm(struct aml_scope * scope,int lvl,void (* dbprintf)(void *,const char *,...),void * arg) aml_disasm() argument 3467 aml_eval(struct aml_scope * scope,struct aml_value * my_ret,int ret_type,int argc,struct aml_value * argv) aml_eval() argument 3645 aml_parsesimple(struct aml_scope * scope,char ch,struct aml_value * rv) aml_parsesimple() argument 3709 aml_seterror(struct aml_scope * scope,const char * fmt,...) aml_seterror() argument 3758 aml_load(struct acpi_softc * sc,struct aml_scope * scope,struct aml_value * rgn,struct aml_value * ddb) aml_load() argument 3795 aml_parse(struct aml_scope * scope,int ret_type,const char * stype) aml_parse() argument 4516 struct aml_scope *scope; acpi_parse_aml() local [all...] |