Searched refs:usb_host_endpoint (Results 1 – 5 of 5) sorted by relevance
109 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()
97 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()
92 static void usb_show_endpoint(struct usb_host_endpoint *endpoint) in usb_show_endpoint()
101 struct usb_host_endpoint { struct107 struct usb_host_endpoint *endpoint; argument
103 struct usb_host_endpoint { struct113 struct usb_host_endpoint *endpoint; argument