Searched refs:aml_pkg (Results 1 – 1 of 1) sorted by relevance
1515 struct Aml *aml_pkg = aml_package(2); in build_dsdt() local1518 aml_append(aml_pkg, aml_eisaid("PNP0A08")); in build_dsdt()1519 aml_append(aml_pkg, aml_eisaid("PNP0A03")); in build_dsdt()1520 aml_append(dev, aml_name_decl("_CID", aml_pkg)); in build_dsdt()