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