Searched refs:ACPI_NS_NEWSCOPE (Results 1 – 3 of 3) sorted by relevance
29 ACPI_NS_NEWSCOPE, /* 06 Device */31 ACPI_NS_NEWSCOPE, /* 08 Method */34 ACPI_NS_NEWSCOPE, /* 11 Power */35 ACPI_NS_NEWSCOPE, /* 12 Processor */36 ACPI_NS_NEWSCOPE, /* 13 Thermal */48 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 25 Resource Desc */49 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 26 Resource Field */50 ACPI_NS_NEWSCOPE, /* 27 Scope */
22 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ macro
609 return (((u32)acpi_gbl_ns_properties[type]) & ACPI_NS_NEWSCOPE); in acpi_ns_opens_scope()