Searched refs:ep_usb (Results 1 – 1 of 1) sorted by relevance
156 struct usb_ep ep_usb; member186 #define to_max3420_ep(e) container_of((e), struct max3420_ep, ep_usb)553 if (!ep->ep_usb.caps.dir_in) in max3420_getstatus()556 if (!ep->ep_usb.caps.dir_out) in max3420_getstatus()678 ep->ep_usb.name, req, status); in max3420_req_done()681 req->usb_req.complete(&ep->ep_usb, &req->usb_req); in max3420_req_done()697 psz = ep->ep_usb.maxpacket; in max3420_do_data()718 if (length < ep->ep_usb.maxpacket) in max3420_do_data()932 ep->ep_usb.desc = desc; in __max3420_ep_enable()933 ep->ep_usb.maxpacket = maxp; in __max3420_ep_enable()[all …]