Home
last modified time | relevance | path

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

/net/bluetooth/rfcomm/
A Dtty.c83 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_dev_destruct() local
299 dev->dlc = dlc; in __rfcomm_dev_add()
301 rfcomm_dev_modem_status(dlc, dlc->remote_v24_sig); in __rfcomm_dev_add()
354 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_room() local
410 dlc = rfcomm_pi(sk)->dlc; in __rfcomm_create_dev()
417 if (dlc) in __rfcomm_create_dev()
420 if (!dlc) in __rfcomm_create_dev()
710 dlc = dev->dlc; in rfcomm_tty_install()
778 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_tty_write() local
864 if (!dev || !dev->dlc || !dev->dlc->session) in rfcomm_tty_set_termios()
[all …]
A Dsock.c155 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()
163 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()
207 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()
255 pi->dlc->defer_setup = 0; in rfcomm_sock_init()
261 pi->dlc->sec_level = pi->sec_level; in rfcomm_sock_init()
262 pi->dlc->role_switch = pi->role_switch; in rfcomm_sock_init()
290 rfcomm_pi(sk)->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()
774 !rfcomm_pi(sk)->dlc->defer_setup) { in rfcomm_sock_getsockopt_old()
[all …]
A Dcore.c540 struct rfcomm_dlc *dlc = NULL; in rfcomm_dlc_exists() local
550 dlc = rfcomm_dlc_get(s, dlci); in rfcomm_dlc_exists()
553 return dlc; in rfcomm_dlc_exists()
/net/can/j1939/
A Dmain.c315 int ret, dlc; in j1939_send_one() local
332 dlc = skb->len; in j1939_send_one()
341 skb_put_zero(skb, 8 - dlc); in j1939_send_one()
351 cf->len = dlc; in j1939_send_one()

Completed in 15 milliseconds