Lines Matching refs:BT_DBG

205 	BT_DBG("%p state %d", sk, sk->sk_state);  in rfcomm_l2state_change()
211 BT_DBG("%p bytes %d", sk, bytes); in rfcomm_l2data_ready()
219 BT_DBG(""); in rfcomm_l2sock_create()
256 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_timeout()
264 BT_DBG("session %p state %ld timeout %ld", s, s->state, timeout); in rfcomm_session_set_timer()
272 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_clear_timer()
283 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_timeout()
292 BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); in rfcomm_dlc_set_timer()
300 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_clear_timer()
308 BT_DBG("%p", d); in rfcomm_dlc_clear_state()
336 BT_DBG("%p", d); in rfcomm_dlc_alloc()
343 BT_DBG("%p", d); in rfcomm_dlc_free()
351 BT_DBG("dlc %p session %p", d, s); in rfcomm_dlc_link()
365 BT_DBG("dlc %p refcnt %d session %p", d, atomic_read(&d->refcnt), s); in rfcomm_dlc_unlink()
394 BT_DBG("dlc %p state %ld %s %s channel %d", in __rfcomm_dlc_open()
460 BT_DBG("dlc %p state %ld dlci %d err %d session %p", in __rfcomm_dlc_close()
527 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send()
542 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_throttle()
553 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_unthrottle()
569 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_set_modem_status()
587 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_get_modem_status()
602 BT_DBG("session %p sock %p", s, sock); in rfcomm_session_add()
630 BT_DBG("session %p state %ld", s, s->state); in rfcomm_session_del()
666 BT_DBG("session %p state %ld err %d", s, s->state, err); in rfcomm_session_close()
693 BT_DBG("%s %s", batostr(src), batostr(dst)); in rfcomm_session_create()
755 BT_DBG("session %p len %d", s, len); in rfcomm_send_frame()
764 BT_DBG("%p cmd %u", s, cmd->ctrl); in rfcomm_send_cmd()
773 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_sabm()
787 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_ua()
801 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_disc()
816 BT_DBG("dlc %p dlci %d", d, d->dlci); in rfcomm_queue_disc()
837 BT_DBG("%p dlci %d", s, dlci); in rfcomm_send_dm()
853 BT_DBG("%p cr %d type %d", s, cr, type); in rfcomm_send_nsc()
879 BT_DBG("%p cr %d dlci %d mtu %d", s, cr, d->dlci, d->mtu); in rfcomm_send_pn()
924 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()
959 BT_DBG("%p cr %d status 0x%x", s, cr, status); in rfcomm_send_rls()
986 BT_DBG("%p cr %d v24 0x%x", s, cr, v24_sig); in rfcomm_send_msc()
1012 BT_DBG("%p cr %d", s, cr); in rfcomm_send_fcoff()
1034 BT_DBG("%p cr %d", s, cr); in rfcomm_send_fcon()
1060 BT_DBG("%p cr %d", s, cr); in rfcomm_send_test()
1087 BT_DBG("%p addr %d credits %d", s, addr, credits); in rfcomm_send_credits()
1124 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_ua()
1189 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_dm()
1219 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_disc()
1256 BT_DBG("dlc %p", d); in rfcomm_dlc_accept()
1297 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_sabm()
1338 BT_DBG("dlc %p state %ld dlci %d mtu %d fc 0x%x credits %d", in rfcomm_apply_pn()
1369 BT_DBG("session %p state %ld dlci %d", s, s->state, dlci); in rfcomm_recv_pn()
1429 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()
1454 BT_DBG("RPN bit rate mismatch 0x%x", bit_rate); in rfcomm_recv_rpn()
1463 BT_DBG("RPN data bits mismatch 0x%x", data_bits); in rfcomm_recv_rpn()
1472 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits); in rfcomm_recv_rpn()
1481 BT_DBG("RPN parity mismatch 0x%x", parity); in rfcomm_recv_rpn()
1490 BT_DBG("RPN flow ctrl mismatch 0x%x", flow_ctrl); in rfcomm_recv_rpn()
1499 BT_DBG("RPN XON char mismatch 0x%x", xon_char); in rfcomm_recv_rpn()
1508 BT_DBG("RPN XOFF char mismatch 0x%x", xoff_char); in rfcomm_recv_rpn()
1526 BT_DBG("dlci %d cr %d status 0x%x", dlci, cr, rls->status); in rfcomm_recv_rls()
1546 BT_DBG("dlci %d cr %d v24 0x%x", dlci, cr, msc->v24_sig); in rfcomm_recv_msc()
1585 BT_DBG("%p type 0x%x cr %d", s, type, cr); in rfcomm_recv_mcc()
1640 BT_DBG("session %p state %ld dlci %d pf %d", s, s->state, dlci, pf); in rfcomm_recv_data()
1734 BT_DBG("session %p state %ld", s, s->state); in rfcomm_process_connect()
1758 BT_DBG("dlc %p state %ld cfc %d rx_credits %d tx_credits %d", in rfcomm_process_tx()
1806 BT_DBG("session %p state %ld", s, s->state); in rfcomm_process_dlcs()
1867 BT_DBG("session %p state %ld qlen %d", s, s->state, skb_queue_len(&sk->sk_receive_queue)); in rfcomm_process_rx()
1896 BT_DBG("session %p", s); in rfcomm_accept_connection()
1924 BT_DBG("%p state %ld", s, s->state); in rfcomm_check_connection()
2042 BT_DBG(""); in rfcomm_kill_listener()
2052 BT_DBG(""); in rfcomm_run()
2082 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt); in rfcomm_security_cfm()