Searched refs:ACPI_NS_NEWSCOPE (Results 1 – 3 of 3) sorted by relevance
240 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 */
57 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ macro
867 return_VALUE (((u32) acpi_gbl_ns_properties[type]) & ACPI_NS_NEWSCOPE); in acpi_ns_opens_scope()