Searched refs:ivtv_debug (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-driver.c122 int ivtv_debug = 0; variable
132 module_param_named(debug,ivtv_debug, int, 0644);
1328 if (ivtv_debug < 0 || ivtv_debug > 511) {
1329 ivtv_debug = 0;
1366 EXPORT_SYMBOL(ivtv_debug); variable
H A Divtv-driver.h276 if ((x) & ivtv_debug) \
291 if ((x) & ivtv_debug) \
326 extern int ivtv_debug;
H A Divtv-ioctl.c1469 if (ivtv_debug & IVTV_DBGFLG_IOCTL) {
1511 if (ivtv_debug & IVTV_DBGFLG_IOCTL) {
1524 if (ivtv_debug & IVTV_DBGFLG_IOCTL) {

Completed in 101 milliseconds