Searched refs:usbep (Results 1 – 1 of 1) sorted by relevance
1643 static int pch_udc_pcd_ep_enable(struct usb_ep *usbep, in pch_udc_pcd_ep_enable() argument1650 if (!usbep || (usbep->name == ep0_string) || !desc || in pch_udc_pcd_ep_enable()1654 ep = container_of(usbep, struct pch_udc_ep, ep); in pch_udc_pcd_ep_enable()1677 static int pch_udc_pcd_ep_disable(struct usb_ep *usbep) in pch_udc_pcd_ep_disable() argument1682 if (!usbep) in pch_udc_pcd_ep_disable()1685 ep = container_of(usbep, struct pch_udc_ep, ep); in pch_udc_pcd_ep_disable()1686 if ((usbep->name == ep0_string) || !ep->ep.desc) in pch_udc_pcd_ep_disable()1710 static struct usb_request *pch_udc_alloc_request(struct usb_ep *usbep, in pch_udc_alloc_request() argument1717 if (!usbep) in pch_udc_alloc_request()1719 ep = container_of(usbep, struct pch_udc_ep, ep); in pch_udc_alloc_request()[all …]