Searched refs:dlc (Results 1 - 3 of 3) sorted by relevance
/net/bluetooth/rfcomm/ |
H A D | tty.c | 63 struct rfcomm_dlc *dlc; member in struct:rfcomm_dev 75 static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb); 76 static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err); 77 static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig); 84 struct rfcomm_dlc *dlc = dev->dlc; local 86 BT_DBG("dev %p dlc %p", dev, dlc); 88 rfcomm_dlc_lock(dlc); 90 if (dlc 216 __rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) argument 317 rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) argument 353 struct rfcomm_dlc *dlc = dev->dlc; local 393 struct rfcomm_dlc *dlc; local 604 rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb) argument 626 rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) argument 643 rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig) argument 712 struct rfcomm_dlc *dlc; local 786 struct rfcomm_dlc *dlc = dev->dlc; local 1086 struct rfcomm_dlc *dlc = dev->dlc; local [all...] |
H A D | sock.c | 71 BT_DBG("dlc %p state %ld err %d", d, d->state, err); 157 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; 159 BT_DBG("sk %p dlc %p", sk, d); 165 rfcomm_pi(sk)->dlc = NULL; 209 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; 248 pi->dlc->defer_setup = test_bit(BT_SK_DEFER_SETUP, 256 pi->dlc->defer_setup = 0; 262 pi->dlc->sec_level = pi->sec_level; 263 pi->dlc->role_switch = pi->role_switch; 293 rfcomm_pi(sk)->dlc [all...] |
H A D | core.c | 263 BT_DBG("dlc %p state %ld", d, d->state); 272 BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); 280 BT_DBG("dlc %p state %ld", d, d->state); 331 BT_DBG("dlc %p session %p", d, s); 343 BT_DBG("dlc %p refcnt %d session %p", d, atomic_read(&d->refcnt), s); 375 BT_DBG("dlc %p state %ld %pMR -> %pMR channel %d", 455 BT_DBG("dlc %p state %ld dlci %d err %d session %p", 481 /* if closing a dlc in a session that hasn't been started, 482 * just close and unlink the dlc 506 BT_DBG("dlc 537 struct rfcomm_dlc *dlc = NULL; local [all...] |
Completed in 60 milliseconds