Searched defs:btusb_data (Results 1 – 1 of 1) sorted by relevance
882 struct btusb_data { struct883 struct hci_dev *hdev;884 struct usb_device *udev;885 struct usb_interface *intf;886 struct usb_interface *isoc;887 struct usb_interface *diag;888 unsigned isoc_ifnum;890 unsigned long flags;892 bool poll_sync;893 int intr_interval;[all …]