Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/utilities/
Dutglobal.c240 ACPI_NS_NEWSCOPE, /* 06 Device */
242 ACPI_NS_NEWSCOPE, /* 08 Method */
245 ACPI_NS_NEWSCOPE, /* 11 Power */
246 ACPI_NS_NEWSCOPE, /* 12 Processor */
247 ACPI_NS_NEWSCOPE, /* 13 Thermal */
259 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 25 Resource Desc */
260 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 26 Resource Field */
261 ACPI_NS_NEWSCOPE, /* 27 Scope */
/linux-2.4.37.9/include/acpi/
Dacnamesp.h57 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ macro
/linux-2.4.37.9/drivers/acpi/namespace/
Dnsutils.c867 return_VALUE (((u32) acpi_gbl_ns_properties[type]) & ACPI_NS_NEWSCOPE); in acpi_ns_opens_scope()