Searched refs:__gpiod_pr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpiolib.h | 282 #define __gpiod_pr(level, desc, fmt, ...) \ macro 290 #define gpiod_err(desc, fmt, ...) __gpiod_pr(err, desc, fmt, ##__VA_ARGS__) 291 #define gpiod_warn(desc, fmt, ...) __gpiod_pr(warn, desc, fmt, ##__VA_ARGS__) 292 #define gpiod_dbg(desc, fmt, ...) __gpiod_pr(debug, desc, fmt, ##__VA_ARGS__)
|