Lines Matching refs:hci_usb
150 static inline struct _urb *__get_completed(struct hci_usb *husb, int type) in __get_completed()
177 static int hci_usb_intr_rx_submit(struct hci_usb *husb) in hci_usb_intr_rx_submit()
216 static int hci_usb_bulk_rx_submit(struct hci_usb *husb) in hci_usb_bulk_rx_submit()
254 static int hci_usb_isoc_rx_submit(struct hci_usb *husb) in hci_usb_isoc_rx_submit()
306 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_open()
341 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_flush()
351 static void hci_usb_unlink_urbs(struct hci_usb *husb) in hci_usb_unlink_urbs()
393 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_close()
412 static int __tx_submit(struct hci_usb *husb, struct _urb *_urb) in __tx_submit()
432 static inline int hci_usb_send_ctrl(struct hci_usb *husb, struct sk_buff *skb) in hci_usb_send_ctrl()
468 static inline int hci_usb_send_bulk(struct hci_usb *husb, struct sk_buff *skb) in hci_usb_send_bulk()
494 static inline int hci_usb_send_isoc(struct hci_usb *husb, struct sk_buff *skb) in hci_usb_send_isoc()
526 static void hci_usb_tx_process(struct hci_usb *husb) in hci_usb_tx_process()
566 static inline void hci_usb_tx_wakeup(struct hci_usb *husb) in hci_usb_tx_wakeup()
580 struct hci_usb *husb; in hci_usb_send_frame()
592 husb = (struct hci_usb *) hdev->driver_data; in hci_usb_send_frame()
623 static inline int __recv_frame(struct hci_usb *husb, int type, void *data, int count) in __recv_frame()
702 struct hci_usb *husb = (void *) urb->context; in hci_usb_rx_complete()
758 struct hci_usb *husb = (void *) urb->context; in hci_usb_tx_complete()
789 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_destruct()
806 struct hci_usb *husb; in hci_usb_probe()
894 if (!(husb = kmalloc(sizeof(struct hci_usb), GFP_KERNEL))) { in hci_usb_probe()
899 memset(husb, 0, sizeof(struct hci_usb)); in hci_usb_probe()
964 struct hci_usb *husb = (struct hci_usb *) ptr; in hci_usb_disconnect()