Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
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)) \
Dhpidebug.c27 int hpi_debug_level = HPI_DEBUG_LEVEL_DEFAULT; variable
38 old_level = hpi_debug_level; in hpi_debug_level_set()
39 hpi_debug_level = level; in hpi_debug_level_set()
45 return hpi_debug_level; in hpi_debug_level_get()
Dhpioctl.c57 module_param(hpi_debug_level, int, S_IRUGO | S_IWUSR);
58 MODULE_PARM_DESC(hpi_debug_level, "debug verbosity 0..5");