Searched refs:__snd_printk (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | core.h | 306 void __snd_printk(unsigned int level, const char *file, int line, 309 #define __snd_printk(level, file, line, format, ...) \ macro 321 __snd_printk(0, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 332 __snd_printk(1, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 334 __snd_printk(level, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 386 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | misc.c | 51 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk() function 93 EXPORT_SYMBOL_GPL(__snd_printk);
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | asihpi.c | 49 __snd_printk(3, __FILE__, __LINE__, format, ##args)
|