Searched defs:usbtmc_device_data (Results 1 – 2 of 2) 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;83 u8 bTag_last_write; /* needed for abort */84 u8 bTag_last_read; /* needed for abort */[all …]