Searched defs:btusb_data (Results 1 – 1 of 1) sorted by relevance
636 struct btusb_data { struct637 struct hci_dev *hdev;638 struct usb_device *udev;639 struct usb_interface *intf;640 struct usb_interface *isoc;641 struct usb_interface *diag;642 unsigned isoc_ifnum;644 unsigned long flags;646 bool poll_sync;647 int intr_interval;[all …]