Searched defs:usbtmc_device_data (Results 1 – 1 of 1) sorted by relevance
73 struct usbtmc_device_data { struct74 const struct usb_device_id *id;75 struct usb_device *usb_dev;76 struct usb_interface *intf;77 struct list_head file_list;79 unsigned int bulk_in;80 unsigned int bulk_out;82 u8 bTag;87 u16 wMaxPacketSize;90 u8 bNotify1;[all …]