rfcomm_dlc 198 include/net/bluetooth/rfcomm.h void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb); rfcomm_dlc 199 include/net/bluetooth/rfcomm.h void (*state_change)(struct rfcomm_dlc *d, int err); rfcomm_dlc 200 include/net/bluetooth/rfcomm.h void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig); rfcomm_dlc 235 include/net/bluetooth/rfcomm.h struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio); rfcomm_dlc 236 include/net/bluetooth/rfcomm.h void rfcomm_dlc_free(struct rfcomm_dlc *d); rfcomm_dlc 237 include/net/bluetooth/rfcomm.h int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, rfcomm_dlc 239 include/net/bluetooth/rfcomm.h int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason); rfcomm_dlc 240 include/net/bluetooth/rfcomm.h int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb); rfcomm_dlc 241 include/net/bluetooth/rfcomm.h void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb); rfcomm_dlc 242 include/net/bluetooth/rfcomm.h int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig); rfcomm_dlc 243 include/net/bluetooth/rfcomm.h int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig); rfcomm_dlc 244 include/net/bluetooth/rfcomm.h void rfcomm_dlc_accept(struct rfcomm_dlc *d); rfcomm_dlc 245 include/net/bluetooth/rfcomm.h struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel); rfcomm_dlc 250 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d) rfcomm_dlc 255 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) rfcomm_dlc 261 include/net/bluetooth/rfcomm.h void __rfcomm_dlc_throttle(struct rfcomm_dlc *d); rfcomm_dlc 262 include/net/bluetooth/rfcomm.h void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d); rfcomm_dlc 264 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) rfcomm_dlc 270 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) rfcomm_dlc 308 include/net/bluetooth/rfcomm.h struct rfcomm_dlc *dlc; rfcomm_dlc 318 include/net/bluetooth/rfcomm.h struct rfcomm_dlc **d); rfcomm_dlc 57 net/bluetooth/rfcomm/core.c static int rfcomm_queue_disc(struct rfcomm_dlc *d); rfcomm_dlc 59 net/bluetooth/rfcomm/core.c static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); rfcomm_dlc 212 net/bluetooth/rfcomm/core.c static int rfcomm_check_security(struct rfcomm_dlc *d) rfcomm_dlc 263 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d = from_timer(d, t, timer); rfcomm_dlc 272 net/bluetooth/rfcomm/core.c static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout) rfcomm_dlc 280 net/bluetooth/rfcomm/core.c static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d) rfcomm_dlc 288 net/bluetooth/rfcomm/core.c static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d) rfcomm_dlc 303 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio) rfcomm_dlc 305 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); rfcomm_dlc 323 net/bluetooth/rfcomm/core.c void rfcomm_dlc_free(struct rfcomm_dlc *d) rfcomm_dlc 331 net/bluetooth/rfcomm/core.c static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) rfcomm_dlc 341 net/bluetooth/rfcomm/core.c static void rfcomm_dlc_unlink(struct rfcomm_dlc *d) rfcomm_dlc 355 net/bluetooth/rfcomm/core.c static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) rfcomm_dlc 357 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d; rfcomm_dlc 371 net/bluetooth/rfcomm/core.c static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) rfcomm_dlc 425 net/bluetooth/rfcomm/core.c int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) rfcomm_dlc 437 net/bluetooth/rfcomm/core.c static void __rfcomm_dlc_disconn(struct rfcomm_dlc *d) rfcomm_dlc 451 net/bluetooth/rfcomm/core.c static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err) rfcomm_dlc 503 net/bluetooth/rfcomm/core.c int rfcomm_dlc_close(struct rfcomm_dlc *d, int err) rfcomm_dlc 506 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d_list; rfcomm_dlc 537 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel) rfcomm_dlc 540 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *dlc = NULL; rfcomm_dlc 556 net/bluetooth/rfcomm/core.c int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb) rfcomm_dlc 576 net/bluetooth/rfcomm/core.c void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb) rfcomm_dlc 590 net/bluetooth/rfcomm/core.c void __rfcomm_dlc_throttle(struct rfcomm_dlc *d) rfcomm_dlc 601 net/bluetooth/rfcomm/core.c void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) rfcomm_dlc 617 net/bluetooth/rfcomm/core.c int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig) rfcomm_dlc 635 net/bluetooth/rfcomm/core.c int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig) rfcomm_dlc 711 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d, *n; rfcomm_dlc 856 net/bluetooth/rfcomm/core.c static int rfcomm_queue_disc(struct rfcomm_dlc *d) rfcomm_dlc 917 net/bluetooth/rfcomm/core.c static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) rfcomm_dlc 1173 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_dlc 1227 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_dlc 1256 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_dlc 1283 net/bluetooth/rfcomm/core.c void rfcomm_dlc_accept(struct rfcomm_dlc *d) rfcomm_dlc 1305 net/bluetooth/rfcomm/core.c static void rfcomm_check_accept(struct rfcomm_dlc *d) rfcomm_dlc 1326 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d; rfcomm_dlc 1366 net/bluetooth/rfcomm/core.c static int rfcomm_apply_pn(struct rfcomm_dlc *d, int cr, struct rfcomm_pn *pn) rfcomm_dlc 1398 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d; rfcomm_dlc 1575 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d; rfcomm_dlc 1670 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d; rfcomm_dlc 1771 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d, *n; rfcomm_dlc 1791 net/bluetooth/rfcomm/core.c static int rfcomm_process_tx(struct rfcomm_dlc *d) rfcomm_dlc 1841 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d, *n; rfcomm_dlc 2102 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d, *n; rfcomm_dlc 2156 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *d; rfcomm_dlc 50 net/bluetooth/rfcomm/sock.c static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb) rfcomm_dlc 64 net/bluetooth/rfcomm/sock.c static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err) rfcomm_dlc 158 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; rfcomm_dlc 210 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; rfcomm_dlc 276 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d; rfcomm_dlc 388 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; rfcomm_dlc 563 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; rfcomm_dlc 629 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; rfcomm_dlc 956 net/bluetooth/rfcomm/sock.c int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) rfcomm_dlc 63 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc; rfcomm_dlc 75 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb); rfcomm_dlc 76 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err); rfcomm_dlc 77 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig); rfcomm_dlc 84 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; rfcomm_dlc 217 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc) rfcomm_dlc 317 net/bluetooth/rfcomm/tty.c static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) rfcomm_dlc 353 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; rfcomm_dlc 393 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc; rfcomm_dlc 602 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb) rfcomm_dlc 624 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) rfcomm_dlc 641 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig) rfcomm_dlc 710 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc; rfcomm_dlc 784 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; rfcomm_dlc 1072 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc;