Lines Matching refs:BT_DBG

185 	BT_DBG("%p state %d", sk, sk->sk_state);  in rfcomm_l2state_change()
193 BT_DBG("%p", sk); in rfcomm_l2data_ready()
201 BT_DBG(""); in rfcomm_l2sock_create()
240 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_timeout()
248 BT_DBG("session %p state %ld timeout %ld", s, s->state, timeout); in rfcomm_session_set_timer()
255 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_clear_timer()
265 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_timeout()
274 BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); in rfcomm_dlc_set_timer()
282 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_clear_timer()
290 BT_DBG("%p", d); in rfcomm_dlc_clear_state()
318 BT_DBG("%p", d); in rfcomm_dlc_alloc()
325 BT_DBG("%p", d); in rfcomm_dlc_free()
333 BT_DBG("dlc %p session %p", d, s); in rfcomm_dlc_link()
345 BT_DBG("dlc %p refcnt %d session %p", d, refcount_read(&d->refcnt), s); in rfcomm_dlc_unlink()
377 BT_DBG("dlc %p state %ld %pMR -> %pMR channel %d", in __rfcomm_dlc_open()
457 BT_DBG("dlc %p state %ld dlci %d err %d session %p", in __rfcomm_dlc_close()
509 BT_DBG("dlc %p state %ld dlci %d err %d", d, d->state, d->dlci, err); in rfcomm_dlc_close()
560 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_frag()
616 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_noerror()
628 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_throttle()
639 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_unthrottle()
655 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_set_modem_status()
673 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_get_modem_status()
688 BT_DBG("session %p sock %p", s, sock); in rfcomm_session_add()
716 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_del()
751 BT_DBG("session %p state %ld err %d", s, s->state, err); in rfcomm_session_close()
773 BT_DBG("%pMR -> %pMR", src, dst); in rfcomm_session_create()
837 BT_DBG("session %p len %d", s, len); in rfcomm_send_frame()
846 BT_DBG("%p cmd %u", s, cmd->ctrl); in rfcomm_send_cmd()
855 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_sabm()
869 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_ua()
883 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_disc()
898 BT_DBG("dlc %p dlci %d", d, d->dlci); in rfcomm_queue_disc()
919 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_dm()
935 BT_DBG("%p cr %d type %d", s, cr, type); in rfcomm_send_nsc()
961 BT_DBG("%p cr %d dlci %d mtu %d", s, cr, d->dlci, d->mtu); in rfcomm_send_pn()
1006 BT_DBG("%p cr %d dlci %d bit_r 0x%x data_b 0x%x stop_b 0x%x parity 0x%x" in rfcomm_send_rpn()
1041 BT_DBG("%p cr %d status 0x%x", s, cr, status); in rfcomm_send_rls()
1068 BT_DBG("%p cr %d v24 0x%x", s, cr, v24_sig); in rfcomm_send_msc()
1094 BT_DBG("%p cr %d", s, cr); in rfcomm_send_fcoff()
1116 BT_DBG("%p cr %d", s, cr); in rfcomm_send_fcon()
1142 BT_DBG("%p cr %d", s, cr); in rfcomm_send_test()
1169 BT_DBG("%p addr %d credits %d", s, addr, credits); in rfcomm_send_credits()
1206 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_ua()
1260 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_dm()
1290 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_disc()
1325 BT_DBG("dlc %p", d); in rfcomm_dlc_accept()
1366 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_sabm()
1407 BT_DBG("dlc %p state %ld dlci %d mtu %d fc 0x%x credits %d", in rfcomm_apply_pn()
1438 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_pn()
1498 BT_DBG("dlci %d cr %d len 0x%x bitr 0x%x line 0x%x flow 0x%x xonc 0x%x xoffc 0x%x pm 0x%x", in rfcomm_recv_rpn()
1523 BT_DBG("RPN bit rate mismatch 0x%x", bit_rate); in rfcomm_recv_rpn()
1532 BT_DBG("RPN data bits mismatch 0x%x", data_bits); in rfcomm_recv_rpn()
1541 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); in rfcomm_recv_rpn()
1550 BT_DBG("RPN parity mismatch 0x%x", parity); in rfcomm_recv_rpn()
1559 BT_DBG("RPN flow ctrl mismatch 0x%x", flow_ctrl); in rfcomm_recv_rpn()
1568 BT_DBG("RPN XON char mismatch 0x%x", xon_char); in rfcomm_recv_rpn()
1577 BT_DBG("RPN XOFF char mismatch 0x%x", xoff_char); in rfcomm_recv_rpn()
1595 BT_DBG("dlci %d cr %d status 0x%x", dlci, cr, rls->status); in rfcomm_recv_rls()
1615 BT_DBG("dlci %d cr %d v24 0x%x", dlci, cr, msc->v24_sig); in rfcomm_recv_msc()
1654 BT_DBG("%p type 0x%x cr %d", s, type, cr); in rfcomm_recv_mcc()
1709 BT_DBG("session %p state %ld dlci %d pf %d", s, s->state, dlci, pf); in rfcomm_recv_data()
1810 BT_DBG("session %p state %ld", s, s->state); in rfcomm_process_connect()
1833 BT_DBG("dlc %p state %ld cfc %d rx_credits %d tx_credits %d", in rfcomm_process_tx()
1880 BT_DBG("session %p state %ld", s, s->state); in rfcomm_process_dlcs()
1939 BT_DBG("session %p state %ld qlen %d", s, s->state, skb_queue_len(&sk->sk_receive_queue)); in rfcomm_process_rx()
1969 BT_DBG("session %p", s); in rfcomm_accept_connection()
1995 BT_DBG("%p state %ld", s, s->state); in rfcomm_check_connection()
2107 BT_DBG(""); in rfcomm_kill_listener()
2116 BT_DBG(""); in rfcomm_run()
2142 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt); in rfcomm_security_cfm()