Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-driver.h124 extern int ivtv_debug;
144 if ((x) & ivtv_debug) \
160 if (((x) & ivtv_debug) && (ivtv_debug & IVTV_DBGFLG_HIGHVOL)) \
Divtv-driver.c136 int ivtv_debug; variable
150 module_param_named(debug,ivtv_debug, int, 0644);
1476 if (ivtv_debug < 0 || ivtv_debug > 2047) { in module_start()
1477 ivtv_debug = 0; in module_start()
1501 EXPORT_SYMBOL(ivtv_debug);