Searched refs:ACPI_NS_NEWSCOPE (Results 1 – 3 of 3) sorted by relevance
62 ACPI_NS_NEWSCOPE, /* 06 Device */64 ACPI_NS_NEWSCOPE, /* 08 Method */67 ACPI_NS_NEWSCOPE, /* 11 Power */68 ACPI_NS_NEWSCOPE, /* 12 Processor */69 ACPI_NS_NEWSCOPE, /* 13 Thermal */81 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 25 Resource Desc */82 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 26 Resource Field */83 ACPI_NS_NEWSCOPE, /* 27 Scope */
56 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ macro
655 return (((u32)acpi_gbl_ns_properties[type]) & ACPI_NS_NEWSCOPE); in acpi_ns_opens_scope()