Searched refs:__snd_printk (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/sound/ |
A D | core.h | 357 void __snd_printk(unsigned int level, const char *file, int line, 360 #define __snd_printk(level, file, line, format, ...) \ macro 372 __snd_printk(0, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 383 __snd_printk(1, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 385 __snd_printk(level, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 437 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
|
/linux-6.3-rc2/sound/core/ |
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);
|
/linux-6.3-rc2/sound/pci/asihpi/ |
A D | asihpi.c | 49 __snd_printk(3, __FILE__, __LINE__, format, ##args)
|
Completed in 11 milliseconds