Lines Matching defs:debug_flag
87 static int debug_flag;
109 module_param_named(debug_flag, debug_flag, int, 0);
110 MODULE_PARM_DESC(debug_flag, "Enable DEBUG, same as setting debugging=1");
138 "debug_flag", &debug_flag
4524 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG;
4526 printk(KERN_INFO "st: Debugging enabled debug_flag = %d\n",
4621 static DRIVER_ATTR_RW(debug_flag);