Searched defs:usbtmc_device_data (Results 1 – 1 of 1) sorted by relevance
69 struct usbtmc_device_data { struct70 const struct usb_device_id *id;71 struct usb_device *usb_dev;72 struct usb_interface *intf;73 struct list_head file_list;75 unsigned int bulk_in;76 unsigned int bulk_out;78 u8 bTag;79 u8 bTag_last_write; /* needed for abort */80 u8 bTag_last_read; /* needed for abort */[all …]