hpi_debug_level    16 sound/pci/asihpi/hpidebug.c int hpi_debug_level = HPI_DEBUG_LEVEL_DEFAULT;
hpi_debug_level    27 sound/pci/asihpi/hpidebug.c 	old_level = hpi_debug_level;
hpi_debug_level    28 sound/pci/asihpi/hpidebug.c 	hpi_debug_level = level;
hpi_debug_level    34 sound/pci/asihpi/hpidebug.c 	return hpi_debug_level;
hpi_debug_level    47 sound/pci/asihpi/hpidebug.h 		if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
hpi_debug_level    57 sound/pci/asihpi/hpidebug.h extern int hpi_debug_level;
hpi_debug_level    65 sound/pci/asihpi/hpidebug.h 		if (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE) \
hpi_debug_level    71 sound/pci/asihpi/hpidebug.h 		if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
hpi_debug_level    79 sound/pci/asihpi/hpidebug.h 		if (((hpi_debug_level >= HPI_DEBUG_LEVEL_DEBUG) && \
hpi_debug_level    81 sound/pci/asihpi/hpidebug.h 		(hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE)) \
hpi_debug_level    49 sound/pci/asihpi/hpioctl.c module_param(hpi_debug_level, int, 0644);
hpi_debug_level    50 sound/pci/asihpi/hpioctl.c MODULE_PARM_DESC(hpi_debug_level, "debug verbosity 0..5");