Searched refs:cmm_debug (Results 1 – 1 of 1) sorted by relevance
63 static unsigned int cmm_debug = CMM_DEBUG; variable86 module_param_named(debug, cmm_debug, uint, S_IRUGO | S_IWUSR);92 #define cmm_dbg(...) if (cmm_debug) { printk(KERN_INFO "cmm: "__VA_ARGS__); }