Searched refs:__snd_printk (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/sound/ |
| D | core.h | 307 void __snd_printk(unsigned int level, const char *file, int line, 310 #define __snd_printk(level, file, line, format, args...) \ macro 322 __snd_printk(0, __FILE__, __LINE__, fmt, ##args) 333 __snd_printk(1, __FILE__, __LINE__, fmt, ##args) 335 __snd_printk(level, __FILE__, __LINE__, fmt, ##args) 386 __snd_printk(2, __FILE__, __LINE__, format, ##args)
|
| /linux-4.4.14/sound/core/ |
| D | misc.c | 66 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk() function 100 EXPORT_SYMBOL_GPL(__snd_printk);
|
| /linux-4.4.14/sound/pci/asihpi/ |
| D | asihpi.c | 62 __snd_printk(3, __FILE__, __LINE__, format, ##args)
|