Lines Matching defs:format
358 const char *format, ...);
360 #define __snd_printk(level, file, line, format, ...) \
361 printk(format, ##__VA_ARGS__)
366 * @fmt: format string
377 * @fmt: format string
413 static inline void snd_printd(const char *format, ...) {}
415 static inline void _snd_printd(int level, const char *format, ...) {}
431 * @format: format string
436 #define snd_printdd(format, ...) \
437 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
440 static inline void snd_printdd(const char *format, ...) {}