Lines Matching refs:format
297 const char *format, ...);
299 #define __snd_printk(level, file, line, format, ...) \
300 printk(format, ##__VA_ARGS__)
305 * @fmt: format string
316 * @fmt: format string
352 static inline void snd_printd(const char *format, ...) {}
354 static inline void _snd_printd(int level, const char *format, ...) {}
370 * @format: format string
375 #define snd_printdd(format, ...) \
376 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
379 static inline void snd_printdd(const char *format, ...) {}