Lines Matching defs:btusb_data
441 struct btusb_data { struct
442 struct hci_dev *hdev;
443 struct usb_device *udev;
444 struct usb_interface *intf;
445 struct usb_interface *isoc;
446 struct usb_interface *diag;
447 unsigned isoc_ifnum;
449 unsigned long flags;
451 struct work_struct work;
452 struct work_struct waker;
454 struct usb_anchor deferred;
455 struct usb_anchor tx_anchor;
456 int tx_in_flight;
457 spinlock_t txlock;
459 struct usb_anchor intr_anchor;
460 struct usb_anchor bulk_anchor;
461 struct usb_anchor isoc_anchor;
485 int (*recv_bulk)(struct btusb_data *data, void *buffer, int count); argument
492 static inline void btusb_free_frags(struct btusb_data *data) in btusb_free_frags() argument