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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc.h84 if ((PWC_DEBUG_LEVEL_ ##level) & pwc_trace) \
101 #define pwc_trace 0 macro
273 extern int pwc_trace;
H A Dpwc-if.c136 int pwc_trace = PWC_DEBUG_LEVEL; variable
1928 module_param_named(trace, pwc_trace, int, 0644);
2003 if (pwc_trace >= 0) {
2004 PWC_DEBUG_MODULE("Trace options: 0x%04x\n", pwc_trace);
H A Dpwc-v4l.c352 if (PWC_DEBUG_LEVEL_IOCTL & pwc_trace) {

Completed in 36 milliseconds