Lines Matching defs:pkg
1664 aml_foreachpkg(struct aml_value *pkg, int start,
1669 if (pkg->type != AML_OBJTYPE_PACKAGE)
1671 for (idx=start; idx<pkg->length; idx++)
1672 fn(pkg->v_package[idx], arg);
1976 aml_match(struct aml_value *pkg, int index,
1983 while (index < pkg->length) {
1985 tmp = aml_convert(pkg->v_package[index],
4699 struct aml_value *pkg, int off)
4706 for (idx = off; idx < pkg->length; idx++) {
4707 val = pkg->v_package[idx];