Lines Matching refs:rfcomm_dlc
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()
604 static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb) in rfcomm_dev_data_ready()
626 static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) in rfcomm_dev_state_change()
643 static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig) in rfcomm_dev_modem_status()
712 struct rfcomm_dlc *dlc; in rfcomm_tty_install()
786 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_tty_write()
1086 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_tty_tiocmset()