Searched refs:rfcomm_dlc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | rfcomm.h | 172 struct rfcomm_dlc { struct 200 void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb); argument 201 void (*state_change)(struct rfcomm_dlc *d, int err); argument 202 void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig); argument 240 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio); 241 void rfcomm_dlc_free(struct rfcomm_dlc *d); 242 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, 244 int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason); 245 int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb); 246 void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb); [all …]
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A D | core.c | 56 static int rfcomm_queue_disc(struct rfcomm_dlc *d); 58 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); 208 static int rfcomm_check_security(struct rfcomm_dlc *d) in rfcomm_check_security() 259 struct rfcomm_dlc *d = from_timer(d, t, timer); in rfcomm_dlc_timeout() 268 static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout) in rfcomm_dlc_set_timer() 276 static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d) in rfcomm_dlc_clear_timer() 284 static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d) in rfcomm_dlc_clear_state() 299 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio) in rfcomm_dlc_alloc() 301 struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); in rfcomm_dlc_alloc() 319 void rfcomm_dlc_free(struct rfcomm_dlc *d) in rfcomm_dlc_free() [all …]
|
| H A D | tty.c | 63 struct rfcomm_dlc *dlc; 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; in rfcomm_dev_destruct() 217 struct rfcomm_dlc *dlc) in __rfcomm_dev_add() 317 static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) in rfcomm_dev_add() 353 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_room() 393 struct rfcomm_dlc *dlc; in __rfcomm_create_dev() 602 static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb) in rfcomm_dev_data_ready() [all …]
|
| H 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()
|