Home
last modified time | relevance | path

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

/linux/drivers/media/common/b2c2/
H A Dflexcop.h13 extern int b2c2_flexcop_debug;
18 do { if ((b2c2_flexcop_debug & (level))) printk(args); } while (0)
H A Dflexcop.c32 int b2c2_flexcop_debug; variable
33 EXPORT_SYMBOL_GPL(b2c2_flexcop_debug);
34 module_param_named(debug, b2c2_flexcop_debug, int, 0644);