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