Home
last modified time | relevance | path

Searched refs:ivtv_debug (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.h122 extern int ivtv_debug;
142 if ((x) & ivtv_debug) \
158 if (((x) & ivtv_debug) && (ivtv_debug & IVTV_DBGFLG_HIGHVOL)) \
H A Divtv-driver.c136 int ivtv_debug; variable
150 module_param_named(debug,ivtv_debug, int, 0644);
1478 if (ivtv_debug < 0 || ivtv_debug > 2047) { in module_start()
1479 ivtv_debug = 0; in module_start()
1503 EXPORT_SYMBOL(ivtv_debug);