Searched +defs:dev_info +path:device +path:. +path:h (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Ddevice.h1104 * Stupid hackaround for existing uses of non-printk uses dev_info
1106 * Note that the definition of dev_info below is actually _dev_info
1107 * and a macro is used to avoid redefining dev_info
1110 #define dev_info(dev, fmt, arg...) _dev_info(dev, fmt, ##arg) macro
1159 dev_level_once(dev_info, dev, fmt, ##__VA_ARGS__)
1185 dev_level_ratelimited(dev_info, dev, fmt, ##__VA_ARGS__)

Completed in 164 milliseconds