Searched defs:btusb_data (Results 1 – 1 of 1) sorted by relevance
893 struct btusb_data { struct894 struct hci_dev *hdev;895 struct usb_device *udev;896 struct usb_interface *intf;897 struct usb_interface *isoc;898 struct usb_interface *diag;899 unsigned isoc_ifnum;901 unsigned long flags;903 bool poll_sync;904 int intr_interval;[all …]