aml_root 90 dev/acpi/acpi.c extern struct aml_node aml_root;
aml_root 559 dev/acpi/acpi.c aml_find_node(aml_root.child, "_INI", acpi_inidev, sc);
aml_root 562 dev/acpi/acpi.c aml_find_node(aml_root.child, "_PRT", acpi_foundprt, sc);
aml_root 566 dev/acpi/acpi.c aml_find_node(aml_root.child, "_HID", acpi_foundec, sc);
aml_root 568 dev/acpi/acpi.c aml_walknodes(&aml_root, AML_WALK_PRE, acpi_add_device, sc);
aml_root 571 dev/acpi/acpi.c aml_find_node(aml_root.child, "_HID", acpi_foundhid, sc);
aml_root 574 dev/acpi/acpi.c aml_find_node(aml_root.child, "_DCK", acpi_founddock, sc);
aml_root 1073 dev/acpi/acpi.c gpe = aml_searchname(&aml_root, name);
aml_root 1080 dev/acpi/acpi.c gpe = aml_searchname(&aml_root, name);
aml_root 1100 dev/acpi/acpi.c if (aml_evalname(sc, aml_root.child, name, 0, NULL, &res) == 0) {
aml_root 1113 dev/acpi/acpi.c sc->sc_tts = aml_searchname(aml_root.child, "_TTS");
aml_root 1114 dev/acpi/acpi.c sc->sc_pts = aml_searchname(aml_root.child, "_PTS");
aml_root 1115 dev/acpi/acpi.c sc->sc_wak = aml_searchname(aml_root.child, "_WAK");
aml_root 1116 dev/acpi/acpi.c sc->sc_bfs = aml_searchname(aml_root.child, "_BFS");
aml_root 1117 dev/acpi/acpi.c sc->sc_gts = aml_searchname(aml_root.child, "_GTS");
aml_root 61 dev/acpi/acpidebug.c extern struct aml_node aml_root;
aml_root 301 dev/acpi/acpidebug.c node = aml_searchname(&aml_root, scope);
aml_root 316 dev/acpi/acpidebug.c node = aml_searchname(&aml_root, scope);
aml_root 327 dev/acpi/acpidebug.c db_aml_walktree(aml_root.child);
aml_root 77 dev/acpi/acpidock.c extern struct aml_node aml_root;
aml_root 113 dev/acpi/acpidock.c aml_find_node(aml_root.child, "_EJD", acpidock_foundejd, sc);
aml_root 49 dev/acpi/dsdt.c #define aml_ipaddr(n) ((n)-aml_root.start)
aml_root 120 dev/acpi/dsdt.c struct aml_node aml_root;
aml_root 291 dev/acpi/dsdt.c return src - aml_root.start;
aml_root 695 dev/acpi/dsdt.c if (node->parent != &aml_root)
aml_root 748 dev/acpi/dsdt.c root = &aml_root;
aml_root 803 dev/acpi/dsdt.c root = &aml_root;
aml_root 2121 dev/acpi/dsdt.c aml_walktree(aml_root.child);
aml_root 3351 dev/acpi/dsdt.c aml_createname(&aml_root, def->name, tmp);
aml_root 3477 dev/acpi/dsdt.c strlcpy(aml_root.name, "\\", sizeof(aml_root.name));
aml_root 3478 dev/acpi/dsdt.c if (aml_root.start == NULL) {
aml_root 3479 dev/acpi/dsdt.c aml_root.start = start;
aml_root 3480 dev/acpi/dsdt.c aml_root.end = start+length;
aml_root 3483 dev/acpi/dsdt.c aml_parsenode(NULL, &aml_root, start, &end, NULL);
aml_root 3529 dev/acpi/dsdt.c aml_walknodes(&aml_root, AML_WALK_PRE, aml_fixup_node, NULL);