Searched defs:btusb_data (Results 1 – 1 of 1) sorted by relevance
914 struct btusb_data { struct915 struct hci_dev *hdev;916 struct usb_device *udev;917 struct usb_interface *intf;918 struct usb_interface *isoc;919 struct usb_interface *diag;920 unsigned isoc_ifnum;922 unsigned long flags;924 bool poll_sync;925 int intr_interval;[all …]