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
34 _STR control method, if present.
17 #define _STR(x) #x macro18 #define STR(x) _STR(x)
270 #define _STR(x) #x macro271 #define STR(x) _STR(x)
52 #define _STR(s) #s macro53 #define _DRIVER_VERSION(a, b) "v" _STR(a) "." _STR(b)
52 # define _STR(x) #x macro53 # define STR(x) _STR(x)
466 _STR 6.1.10 Recommended for conveying device names to end users;
1780 #define _STR(x) #x1781 #define STR(x) _STR(x)