Searched refs:concat (Results 1 – 1 of 1) sorted by relevance
| /dev/include/dev/ |
| A D | driver.h | 68 #define concat(a, b) __ex_concat(a, b) macro 72 const struct driver concat(__driver_, type_) \ 79 extern const struct driver concat(__driver_, type_); \ 80 struct device concat(__device_, concat(type_, concat(_, name_))) \ 83 .driver = &concat(__driver_, type_), \ 102 extern struct device concat(__device_, concat(type_, concat(_, name_))); \ 103 &concat(__device_, concat(type_, concat(_, name_))); \
|
Completed in 7 milliseconds