Searched refs:type_ (Results 1 – 1 of 1) sorted by relevance
| /dev/include/dev/ |
| A D | driver.h | 71 #define DRIVER_EXPORT(type_, ops_) \ argument 72 const struct driver concat(__driver_, type_) \ 74 .type = #type_, \ 78 #define DEVICE_INSTANCE(type_, name_, config_, flags_) \ argument 79 extern const struct driver concat(__driver_, type_); \ 80 struct device concat(__device_, concat(type_, concat(_, name_))) \ 83 .driver = &concat(__driver_, type_), \ 101 #define device_get_by_name(type_, name_) ({ \ argument 102 extern struct device concat(__device_, concat(type_, concat(_, name_))); \ 103 &concat(__device_, concat(type_, concat(_, name_))); \
|
Completed in 8 milliseconds