Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Ddsdt.c1747 struct aml_value *aml_parse(struct aml_scope *, int, const char *);
2905 conn = aml_parse(mscope, 'o', "Connection"); in aml_parsefieldlist()
3514 sp->v_objref.ref = aml_parse(scope, 't', "ARGX"); in aml_eval()
3526 aml_parse(ms, 'T', "METHEVAL"); in aml_eval()
3814 aml_parse(struct aml_scope *scope, int ret_type, const char *stype) in aml_parse() function
3878 rv = aml_parse(scope, *ch, htab->mnem); in aml_parse()
4006 rv = aml_parse(mscope, 'o', "Package"); in aml_parse()
4554 aml_parse(scope, 'T', "TopLevel"); in acpi_parse_aml()