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