Lines Matching refs:bt_debug
45 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) { in bt_start_transaction()
286 if (bt_debug & BT_DEBUG_MSG) { in bt_get_result()
300 if (bt_debug) in reset_flags()
327 if (bt_debug) in drain_BMC2HOST()
334 if (bt_debug) in drain_BMC2HOST()
342 if (bt_debug & BT_DEBUG_MSG) { in write_all_bytes()
366 if (bt_debug & BT_DEBUG_MSG) in read_all_bytes()
376 if (bt_debug & BT_DEBUG_MSG) { in read_all_bytes()
394 if (bt_debug & BT_DEBUG_MSG) in read_all_bytes()
478 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()