Searched defs:btusb_data (Results 1 – 1 of 1) sorted by relevance
907 struct btusb_data { struct908 struct hci_dev *hdev;909 struct usb_device *udev;910 struct usb_interface *intf;911 struct usb_interface *isoc;912 struct usb_interface *diag;913 unsigned isoc_ifnum;915 unsigned long flags;917 bool poll_sync;918 int intr_interval;[all …]