Home
last modified time | relevance | path

Searched refs:rfcomm_dlc (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/net/bluetooth/
A Drfcomm.h169 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-6.3-rc2/net/bluetooth/rfcomm/
A Dcore.c357 struct rfcomm_dlc *d; in rfcomm_dlc_get()
506 struct rfcomm_dlc *d_list; in rfcomm_dlc_close()
747 struct rfcomm_dlc *d, *n; in rfcomm_session_close()
1363 struct rfcomm_dlc *d; in rfcomm_recv_sabm()
1435 struct rfcomm_dlc *d; in rfcomm_recv_pn()
1612 struct rfcomm_dlc *d; in rfcomm_recv_msc()
1707 struct rfcomm_dlc *d; in rfcomm_recv_data()
1808 struct rfcomm_dlc *d, *n; in rfcomm_process_connect()
1878 struct rfcomm_dlc *d, *n; in rfcomm_process_dlcs()
2140 struct rfcomm_dlc *d, *n; in rfcomm_security_cfm()
[all …]
A Dtty.c62 struct rfcomm_dlc *dlc;
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()
354 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_room()
394 struct rfcomm_dlc *dlc; in __rfcomm_create_dev()
625 static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) in rfcomm_dev_state_change()
711 struct rfcomm_dlc *dlc; in rfcomm_tty_install()
785 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_tty_write()
[all …]
A Dsock.c50 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()
565 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg()
605 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_recvmsg()
944 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()

Completed in 13 milliseconds