HelenOS sources

usb_endpoint_descriptors_t   76 uspace/drv/bus/usb/ehci/ehci_bus.c     const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t   75 uspace/drv/bus/usb/ohci/ohci_bus.c     const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t  323 uspace/drv/bus/usb/uhci/hc.c static endpoint_t *endpoint_create(device_t *device, const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t   62 uspace/drv/bus/usb/xhci/device.c static const usb_endpoint_descriptors_t ep0_initial_desc = {
usb_endpoint_descriptors_t   61 uspace/drv/bus/usb/xhci/endpoint.c     const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t  150 uspace/drv/bus/usb/xhci/endpoint.c     const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t  129 uspace/drv/bus/usb/xhci/endpoint.h     const usb_endpoint_descriptors_t *);
usb_endpoint_descriptors_t   48 uspace/drv/bus/usb/xhci/isoch.c void isoch_init(xhci_endpoint_t *ep, const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t  122 uspace/drv/bus/usb/xhci/isoch.h extern void isoch_init(xhci_endpoint_t *, const usb_endpoint_descriptors_t *);
usb_endpoint_descriptors_t  114 uspace/lib/drv/generic/remote_usbhc.c     const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t  317 uspace/lib/drv/generic/remote_usbhc.c 	usb_endpoint_descriptors_t ep_desc;
usb_endpoint_descriptors_t  178 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_register_endpoint(async_exch_t *, usb_pipe_desc_t *, const usb_endpoint_descriptors_t *);
usb_endpoint_descriptors_t  193 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*register_endpoint)(ddf_fun_t *, usb_pipe_desc_t *, const usb_endpoint_descriptors_t *);
usb_endpoint_descriptors_t  418 uspace/lib/usbdev/src/pipes.c 	usb_endpoint_descriptors_t descriptors = { 0 };
usb_endpoint_descriptors_t  114 uspace/lib/usbhost/include/usb/host/bus.h 	    const usb_endpoint_descriptors_t *);
usb_endpoint_descriptors_t  181 uspace/lib/usbhost/include/usb/host/bus.h int bus_endpoint_add(device_t *, const usb_endpoint_descriptors_t *, endpoint_t **);
usb_endpoint_descriptors_t  119 uspace/lib/usbhost/include/usb/host/endpoint.h     const usb_endpoint_descriptors_t *);
usb_endpoint_descriptors_t  370 uspace/lib/usbhost/src/bus.c int bus_endpoint_add(device_t *device, const usb_endpoint_descriptors_t *desc, endpoint_t **out_ep)
usb_endpoint_descriptors_t   68 uspace/lib/usbhost/src/ddf_helpers.c     const usb_endpoint_descriptors_t *ep_desc)
usb_endpoint_descriptors_t   54 uspace/lib/usbhost/src/endpoint.c void endpoint_init(endpoint_t *ep, device_t *dev, const usb_endpoint_descriptors_t *desc)
usb_endpoint_descriptors_t  123 uspace/lib/usbhost/src/usb2_bus.c 	usb_endpoint_descriptors_t ep0_desc = {
HelenOS homepage, sources at GitHub