Searched refs:hpi_debug_level (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/sound/pci/asihpi/
H A Dhpidebug.h58 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
68 extern int hpi_debug_level;
76 if (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE) \
82 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
90 if (((hpi_debug_level >= HPI_DEBUG_LEVEL_DEBUG) && \
92 (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE)) \
H A Dhpidebug.c27 int hpi_debug_level = HPI_DEBUG_LEVEL_DEFAULT; variable
38 old_level = hpi_debug_level; hpi_debug_level_set()
39 hpi_debug_level = level; hpi_debug_level_set()
45 return hpi_debug_level; hpi_debug_level_get()
H A Dhpioctl.c55 module_param(hpi_debug_level, int, S_IRUGO | S_IWUSR);
56 MODULE_PARM_DESC(hpi_debug_level, "debug verbosity 0..5");

Completed in 94 milliseconds