Home
last modified time | relevance | path

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

/misc/config_tools/board_inspector/extractors/
A D50-acpi-namespace.py60 def get_device_element(devices_node, namepath, hid): argument
61 assert namepath.startswith("\\")
62 namesegs = namepath[1:].split(".")
407 def fetch_device_info(devices_node, interpreter, namepath, args): argument
413 interpreter.interpret_method_call(namepath + "._INI")
423 add_object_to_device(interpreter, namepath, "_STA", result)
440 add_object_to_device(interpreter, namepath, "_HID", result)
443 element = get_device_element(devices_node, namepath, hid)
477 add_object_to_device(interpreter, namepath, "_UID", result)
484 add_object_to_device(interpreter, namepath, "_STR", result)
[all …]
/misc/config_tools/board_inspector/acpiparser/aml/
A Dcontext.py168 def normalize_namepath(namepath): argument
169 path = namepath.lstrip("\\^")
170 prefix = namepath[:(len(namepath) - len(path))]

Completed in 5 milliseconds