Searched defs:btusb_data (Results 1 – 1 of 1) sorted by relevance
131 struct btusb_data { struct132 struct hci_dev *hdev;133 struct usb_device *udev;134 struct usb_interface *intf;135 struct usb_interface *isoc;137 spinlock_t lock;139 unsigned long flags;141 struct work_struct work;142 struct work_struct waker;144 struct usb_anchor tx_anchor;[all …]