Searched refs:dev_fmt (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | dev_printk.h | 18 #ifndef dev_fmt 19 #define dev_fmt(fmt) fmt macro 150 dev_printk_index_wrap(_dev_crit, KERN_CRIT, dev, dev_fmt(fmt), ##__VA_ARGS__) 154 dev_printk_index_wrap(_dev_err, KERN_ERR, dev, dev_fmt(fmt), ##__VA_ARGS__) 165 dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__) 168 dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__) 171 dev_no_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__) 243 __dynamic_dev_dbg(&descriptor, dev, dev_fmt(fmt), \ 253 dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \ 257 dev_no_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__) [all …]
|
| A D | clkdev.h | 37 const char *dev_fmt, ...) __printf(3, 4); 39 const char *dev_fmt, ...) __printf(3, 4);
|
Completed in 4 milliseconds