Searched refs:rfcomm_dlc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | rfcomm.h | 169 struct rfcomm_dlc { struct 197 void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb); 198 void (*state_change)(struct rfcomm_dlc *d, int err); 199 void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig); 234 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio); 235 void rfcomm_dlc_free(struct rfcomm_dlc *d); 236 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, 238 int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason); 239 int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb); 240 void rfcomm_dlc_send_noerror(struct rfcomm_dlc * [all...] |
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | rfcomm.h | 169 struct rfcomm_dlc { struct 197 void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb); 198 void (*state_change)(struct rfcomm_dlc *d, int err); 199 void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig); 234 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio); 235 void rfcomm_dlc_free(struct rfcomm_dlc *d); 236 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, 238 int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason); 239 int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb); 240 void rfcomm_dlc_send_noerror(struct rfcomm_dlc * [all...] |
/kernel/linux/linux-5.10/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 * [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 *dl [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() 932 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | core.c | 58 static int rfcomm_queue_disc(struct rfcomm_dlc *d); 60 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); 212 static int rfcomm_check_security(struct rfcomm_dlc *d) in rfcomm_check_security() 263 struct rfcomm_dlc *d = from_timer(d, t, timer); in rfcomm_dlc_timeout() 272 static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout) in rfcomm_dlc_set_timer() 280 static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d) in rfcomm_dlc_clear_timer() 288 static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d) in rfcomm_dlc_clear_state() 303 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio) in rfcomm_dlc_alloc() 305 struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); in rfcomm_dlc_alloc() 323 void rfcomm_dlc_free(struct rfcomm_dlc * [all...] |
H A D | tty.c | 62 struct rfcomm_dlc *dlc; 74 static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb); 75 static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err); 76 static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig); 83 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_dev_destruct() 218 struct rfcomm_dlc *dlc) in __rfcomm_dev_add() 318 static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) in rfcomm_dev_add() 354 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_room() 394 struct rfcomm_dlc *dlc; in __rfcomm_create_dev() 603 static void rfcomm_dev_data_ready(struct rfcomm_dlc *dl [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() 274 struct rfcomm_dlc *d; in rfcomm_sock_alloc() 378 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect() 558 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg() 598 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_recvmsg() 937 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
Completed in 10 milliseconds