Lines Matching refs:BT_DBG

183 	BT_DBG("%p state %d", sk, sk->sk_state);  in rfcomm_l2state_change()
189 BT_DBG("%p", sk); in rfcomm_l2data_ready()
197 BT_DBG(""); in rfcomm_l2sock_create()
236 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_timeout()
244 BT_DBG("session %p state %ld timeout %ld", s, s->state, timeout); in rfcomm_session_set_timer()
251 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_clear_timer()
261 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_timeout()
270 BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); in rfcomm_dlc_set_timer()
278 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_clear_timer()
286 BT_DBG("%p", d); in rfcomm_dlc_clear_state()
314 BT_DBG("%p", d); in rfcomm_dlc_alloc()
321 BT_DBG("%p", d); in rfcomm_dlc_free()
329 BT_DBG("dlc %p session %p", d, s); in rfcomm_dlc_link()
341 BT_DBG("dlc %p refcnt %d session %p", d, refcount_read(&d->refcnt), s); in rfcomm_dlc_unlink()
373 BT_DBG("dlc %p state %ld %pMR -> %pMR channel %d", in __rfcomm_dlc_open()
453 BT_DBG("dlc %p state %ld dlci %d err %d session %p", in __rfcomm_dlc_close()
505 BT_DBG("dlc %p state %ld dlci %d err %d", d, d->state, d->dlci, err); in rfcomm_dlc_close()
556 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_frag()
612 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_noerror()
624 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_throttle()
635 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_unthrottle()
651 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_set_modem_status()
669 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_get_modem_status()
684 BT_DBG("session %p sock %p", s, sock); in rfcomm_session_add()
712 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_del()
747 BT_DBG("session %p state %ld err %d", s, s->state, err); in rfcomm_session_close()
769 BT_DBG("%pMR -> %pMR", src, dst); in rfcomm_session_create()
833 BT_DBG("session %p len %d", s, len); in rfcomm_send_frame()
842 BT_DBG("%p cmd %u", s, cmd->ctrl); in rfcomm_send_cmd()
851 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_sabm()
865 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_ua()
879 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_disc()
894 BT_DBG("dlc %p dlci %d", d, d->dlci); in rfcomm_queue_disc()
915 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_dm()
931 BT_DBG("%p cr %d type %d", s, cr, type); in rfcomm_send_nsc()
957 BT_DBG("%p cr %d dlci %d mtu %d", s, cr, d->dlci, d->mtu); in rfcomm_send_pn()
1002 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()
1037 BT_DBG("%p cr %d status 0x%x", s, cr, status); in rfcomm_send_rls()
1064 BT_DBG("%p cr %d v24 0x%x", s, cr, v24_sig); in rfcomm_send_msc()
1090 BT_DBG("%p cr %d", s, cr); in rfcomm_send_fcoff()
1112 BT_DBG("%p cr %d", s, cr); in rfcomm_send_fcon()
1138 BT_DBG("%p cr %d", s, cr); in rfcomm_send_test()
1165 BT_DBG("%p addr %d credits %d", s, addr, credits); in rfcomm_send_credits()
1202 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_ua()
1256 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_dm()
1286 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_disc()
1321 BT_DBG("dlc %p", d); in rfcomm_dlc_accept()
1362 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_sabm()
1403 BT_DBG("dlc %p state %ld dlci %d mtu %d fc 0x%x credits %d", in rfcomm_apply_pn()
1434 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_pn()
1494 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()
1519 BT_DBG("RPN bit rate mismatch 0x%x", bit_rate); in rfcomm_recv_rpn()
1528 BT_DBG("RPN data bits mismatch 0x%x", data_bits); in rfcomm_recv_rpn()
1537 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); in rfcomm_recv_rpn()
1546 BT_DBG("RPN parity mismatch 0x%x", parity); in rfcomm_recv_rpn()
1555 BT_DBG("RPN flow ctrl mismatch 0x%x", flow_ctrl); in rfcomm_recv_rpn()
1564 BT_DBG("RPN XON char mismatch 0x%x", xon_char); in rfcomm_recv_rpn()
1573 BT_DBG("RPN XOFF char mismatch 0x%x", xoff_char); in rfcomm_recv_rpn()
1591 BT_DBG("dlci %d cr %d status 0x%x", dlci, cr, rls->status); in rfcomm_recv_rls()
1611 BT_DBG("dlci %d cr %d v24 0x%x", dlci, cr, msc->v24_sig); in rfcomm_recv_msc()
1650 BT_DBG("%p type 0x%x cr %d", s, type, cr); in rfcomm_recv_mcc()
1705 BT_DBG("session %p state %ld dlci %d pf %d", s, s->state, dlci, pf); in rfcomm_recv_data()
1806 BT_DBG("session %p state %ld", s, s->state); in rfcomm_process_connect()
1829 BT_DBG("dlc %p state %ld cfc %d rx_credits %d tx_credits %d", in rfcomm_process_tx()
1876 BT_DBG("session %p state %ld", s, s->state); in rfcomm_process_dlcs()
1935 BT_DBG("session %p state %ld qlen %d", s, s->state, skb_queue_len(&sk->sk_receive_queue)); in rfcomm_process_rx()
1965 BT_DBG("session %p", s); in rfcomm_accept_connection()
1991 BT_DBG("%p state %ld", s, s->state); in rfcomm_check_connection()
2103 BT_DBG(""); in rfcomm_kill_listener()
2112 BT_DBG(""); in rfcomm_run()
2138 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt); in rfcomm_security_cfm()