Searched refs:_STR (Results 1 – 8 of 8) sorted by relevance
14 that describes the device as provided by the _STR method in the ACPI16 an _STR method associated with it in the ACPI namespace, this
35 _STR control method, if present.
22 #define _STR(x) #x macro 23 #define STR(x) _STR(x)
668 #define _STR(x) #x macro669 #define STR(x) _STR(x)
39 #define _STR(s) #s macro40 #define _DRIVER_VERSION(a, b) "v" _STR(a) "." _STR(b)
41 # define _STR(x) #x macro42 # define STR(x) _STR(x)
652 _STR 6.1.10 Recommended for conveying device names to end users;
2480 #define _STR(x) #x2481 #define STR(x) _STR(x)