Searched refs:bt_debug (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_bt_sm.c45 static int bt_debug; /* 0 == BT_DEBUG_OFF */ variable
47 module_param(bt_debug, int, 0644);
48 MODULE_PARM_DESC(bt_debug, "debug bitmask, 1=enable, 2=messages, 4=states");
241 if (bt_debug & BT_DEBUG_MSG) {
286 if (bt_debug & BT_DEBUG_MSG) {
300 if (bt_debug)
327 if (bt_debug)
334 if (bt_debug)
342 if (bt_debug & BT_DEBUG_MSG) {
366 if (bt_debug
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_bt_sm.c45 static int bt_debug; /* 0 == BT_DEBUG_OFF */ variable
47 module_param(bt_debug, int, 0644);
48 MODULE_PARM_DESC(bt_debug, "debug bitmask, 1=enable, 2=messages, 4=states");
241 if (bt_debug & BT_DEBUG_MSG) {
286 if (bt_debug & BT_DEBUG_MSG) {
300 if (bt_debug)
327 if (bt_debug)
334 if (bt_debug)
342 if (bt_debug & BT_DEBUG_MSG) {
366 if (bt_debug
[all...]

Completed in 160 milliseconds