Searched refs:__snd_printk (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/sound/ |
| D | core.h | 291 void __snd_printk(unsigned int level, const char *file, int line, 294 #define __snd_printk(level, file, line, format, ...) \ macro 306 __snd_printk(0, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 317 __snd_printk(1, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 319 __snd_printk(level, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 370 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
|
| /Linux-v5.4/sound/core/ |
| D | misc.c | 50 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk() function 92 EXPORT_SYMBOL_GPL(__snd_printk);
|
| /Linux-v5.4/sound/pci/asihpi/ |
| D | asihpi.c | 49 __snd_printk(3, __FILE__, __LINE__, format, ##args)
|