Lines Matching defs:usbtmc_device_data
73 struct usbtmc_device_data { struct
74 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 */
87 u16 wMaxPacketSize;
90 u8 bNotify1;
114 #define to_usbtmc_data(d) container_of(d, struct usbtmc_device_data, kref) argument