Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.h125 extern int ivtv_debug;
145 if ((x) & ivtv_debug) \
161 if (((x) & ivtv_debug) && (ivtv_debug & IVTV_DBGFLG_HIGHVOL)) \
Divtv-driver.c137 int ivtv_debug; variable
151 module_param_named(debug,ivtv_debug, int, 0644);
1479 if (ivtv_debug < 0 || ivtv_debug > 2047) { in module_start()
1480 ivtv_debug = 0; in module_start()
1504 EXPORT_SYMBOL(ivtv_debug);