Searched refs:dev_fmt (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | clkdev.h | 34 const char *dev_fmt, ...) __printf(3, 4); 36 const char *dev_fmt, ...) __printf(3, 4); 42 const char *dev_fmt, ...) __printf(3, 4); 44 const char *dev_fmt, ...) __printf(3, 4);
|
D | device.h | 1699 #ifndef dev_fmt 1700 #define dev_fmt(fmt) fmt macro 1777 _dev_emerg(dev, dev_fmt(fmt), ##__VA_ARGS__) 1779 _dev_crit(dev, dev_fmt(fmt), ##__VA_ARGS__) 1781 _dev_alert(dev, dev_fmt(fmt), ##__VA_ARGS__) 1783 _dev_err(dev, dev_fmt(fmt), ##__VA_ARGS__) 1785 _dev_warn(dev, dev_fmt(fmt), ##__VA_ARGS__) 1787 _dev_notice(dev, dev_fmt(fmt), ##__VA_ARGS__) 1789 _dev_info(dev, dev_fmt(fmt), ##__VA_ARGS__) 1793 dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__) [all …]
|