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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpidebug.h65 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
75 extern int hpi_debug_level;
83 if (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE) \
89 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
97 if ((hpi_debug_level >= HPI_DEBUG_LEVEL_DEBUG) && (phr->error))\
101 else if (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;
39 hpi_debug_level = level;
45 return hpi_debug_level;
H A Dhpioctl.c53 module_param(hpi_debug_level, int, S_IRUGO | S_IWUSR);
54 MODULE_PARM_DESC(hpi_debug_level, "debug verbosity 0..5");
H A Dhpimsgx.c433 if (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE)

Completed in 164 milliseconds