Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpidebug.h47 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
57 extern int hpi_debug_level;
65 if (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE) \
71 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
79 if (((hpi_debug_level >= HPI_DEBUG_LEVEL_DEBUG) && \
81 (hpi_debug_level >= HPI_DEBUG_LEVEL_VERBOSE)) \
H A Dhpidebug.c16 int hpi_debug_level = HPI_DEBUG_LEVEL_DEFAULT; variable
27 old_level = hpi_debug_level; in hpi_debug_level_set()
28 hpi_debug_level = level; in hpi_debug_level_set()
34 return hpi_debug_level; in hpi_debug_level_get()
H A Dhpioctl.c49 module_param(hpi_debug_level, int, 0644);
50 MODULE_PARM_DESC(hpi_debug_level, "debug verbosity 0..5");