Lines Matching defs:btusb_data
347 struct btusb_data { struct
348 struct hci_dev *hdev;
349 struct usb_device *udev;
350 struct usb_interface *intf;
351 struct usb_interface *isoc;
353 unsigned long flags;
355 struct work_struct work;
356 struct work_struct waker;
358 struct usb_anchor deferred;
359 struct usb_anchor tx_anchor;
360 int tx_in_flight;
361 spinlock_t txlock;
386 int (*recv_bulk)(struct btusb_data *data, void *buffer, int count); argument
391 static inline void btusb_free_frags(struct btusb_data *data) in btusb_free_frags() argument