Searched refs:_STR (Results 1 – 7 of 7) 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.
19 #define _STR(x) #x macro20 #define STR(x) _STR(x)
39 #define _STR(s) #s macro40 #define _DRIVER_VERSION(a, b) "v" _STR(a) "." _STR(b)
52 # define _STR(x) #x macro53 # define STR(x) _STR(x)
467 _STR 6.1.10 Recommended for conveying device names to end users;
2210 #define _STR(x) #x2211 #define STR(x) _STR(x)