Searched defs:es2_ap_dev (Results 1 – 1 of 1) sorted by relevance
100 struct es2_ap_dev { struct101 struct usb_device *usb_dev;102 struct usb_interface *usb_intf;103 struct gb_host_device *hd;105 struct es2_cport_in cport_in;106 __u8 cport_out_endpoint;107 struct urb *cport_out_urb[NUM_CPORT_OUT_URB];108 bool cport_out_urb_busy[NUM_CPORT_OUT_URB];109 bool cport_out_urb_cancelled[NUM_CPORT_OUT_URB];110 spinlock_t cport_out_urb_lock;[all …]