Home
last modified time | relevance | path

Searched refs:usb_host_endpoint (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvConfig.c109 struct usb_host_endpoint *pEpt, in ms_usb_parse_ept()
291 pIf->endpoint = (struct usb_host_endpoint *) in ms_usb_parse_interface()
292 kmalloc(sizeof(struct usb_host_endpoint) * in ms_usb_parse_interface()
300 memset(pIf->endpoint, 0, sizeof(struct usb_host_endpoint) * in ms_usb_parse_interface()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c97 static int usb_parse_endpoint(struct usb_device *dev, struct usb_host_endpoint *endpoint, unsigned … in usb_parse_endpoint()
368 ifp->endpoint = (struct usb_host_endpoint *) in usb_parse_interface()
370 sizeof(struct usb_host_endpoint), GFP_KERNEL); in usb_parse_interface()
377 sizeof(struct usb_host_endpoint)); in usb_parse_interface()
H A DdrvUSBDebug.c92 static void usb_show_endpoint(struct usb_host_endpoint *endpoint) in usb_show_endpoint()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h101 struct usb_host_endpoint { struct
107 struct usb_host_endpoint *endpoint; argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h103 struct usb_host_endpoint { struct
113 struct usb_host_endpoint *endpoint; argument