Searched refs:rfcomm_dlc (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/bluetooth/ |
| A D | rfcomm.h | 169 struct rfcomm_dlc { struct 198 void (*state_change)(struct rfcomm_dlc *d, int err); argument 199 void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig); argument 234 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio); 235 void rfcomm_dlc_free(struct rfcomm_dlc *d); 243 void rfcomm_dlc_accept(struct rfcomm_dlc *d); 254 static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) in rfcomm_dlc_put() 260 void __rfcomm_dlc_throttle(struct rfcomm_dlc *d); 261 void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d); 307 struct rfcomm_dlc *dlc; [all …]
|
| /linux/net/bluetooth/rfcomm/ |
| A D | core.c | 353 struct rfcomm_dlc *d; in rfcomm_dlc_get() 502 struct rfcomm_dlc *d_list; in rfcomm_dlc_close() 743 struct rfcomm_dlc *d, *n; in rfcomm_session_close() 1359 struct rfcomm_dlc *d; in rfcomm_recv_sabm() 1431 struct rfcomm_dlc *d; in rfcomm_recv_pn() 1608 struct rfcomm_dlc *d; in rfcomm_recv_msc() 1703 struct rfcomm_dlc *d; in rfcomm_recv_data() 1804 struct rfcomm_dlc *d, *n; in rfcomm_process_connect() 1874 struct rfcomm_dlc *d, *n; in rfcomm_process_dlcs() 2136 struct rfcomm_dlc *d, *n; in rfcomm_security_cfm() [all …]
|
| A D | tty.c | 63 struct rfcomm_dlc *dlc; 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; in rfcomm_dev_destruct() 219 struct rfcomm_dlc *dlc) in __rfcomm_dev_add() 355 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_room() 395 struct rfcomm_dlc *dlc; in __rfcomm_create_dev() 626 static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) in rfcomm_dev_state_change() 712 struct rfcomm_dlc *dlc; in rfcomm_tty_install() 786 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_tty_write() [all …]
|
| A D | sock.c | 50 static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb) in rfcomm_sk_data_ready() 64 static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err) in rfcomm_sk_state_change() 155 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct() 207 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close() 273 struct rfcomm_dlc *d; in rfcomm_sock_alloc() 385 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect() 560 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg() 600 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_recvmsg() 936 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
Completed in 18 milliseconds