Home | History | Annotate | Download | only in usb

Lines Matching defs:endpoints

537 	struct usbd_endpoint *endpoints;
551 endpoints = kmem_alloc(nendpt * sizeof(struct usbd_endpoint),
554 endpoints = NULL;
590 endpoints[endpt].ue_edesc = ed;
593 /* Control and bulk endpoints have max packet limits. */
613 endpoints[endpt].ue_refcnt = 0;
614 endpoints[endpt].ue_toggle = 0;
621 /* Success! Free the old endpoints and commit the changes. */
630 ifc->ui_endpoints = endpoints;
635 if (endpoints)
636 kmem_free(endpoints, nendpt * sizeof(struct usbd_endpoint));