Searched refs:endpoints (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusb_device.h9 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member in struct:usb_device
10 uint8_t endpoints_max; /* number of endpoints present */
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp100 result->endpoints[rep].iface_index = i;
105 if (result->endpoints[rep].edesc == NULL)
106 result->endpoints[rep].edesc = new freebsd_usb_endpoint_descriptor;
108 memcpy(result->endpoints[rep].edesc, iface->endpoint[j].descr,
165 delete udev->endpoints[i].edesc;
166 udev->endpoints[i].edesc = NULL;
306 if (UE_GET_XFERTYPE(udev->endpoints[i].edesc->bmAttributes) != xfer->type)
309 endpoint = udev->endpoints[i].edesc->bEndpointAddress;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_ep.c131 /* Get Tx queues to USB endpoints mapping. */
172 ep = uc->uc_udev->endpoints;
173 ep_end = uc->uc_udev->endpoints + uc->uc_udev->endpoints_max;
223 KASSERT(0, ("unhandled number of endpoints %d\n", uc->ntx));
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1665 xhci_endpoint* endpoint0 = &device->endpoints[0];
1700 &device->device_ctx->endpoints[0].dwendpoint0)));
1743 &device->input_ctx->endpoints[0].dwendpoint1);
1747 _WriteContext(&device->input_ctx->endpoints[0].dwendpoint1,
1855 _ReadContext(&device_ctx->endpoints[endpoint->id].dwendpoint0));
1898 xhci_endpoint* endpoint = &device->endpoints[id];
1941 &device->device_ctx->endpoints[0].dwendpoint0)));
1944 &device->device_ctx->endpoints[id].dwendpoint0)));
1946 pipe->SetControllerCookie(&device->endpoints[id]);
1990 // that *all* endpoints ar
[all...]
H A Dxhci_hardware.h451 struct xhci_endpoint_ctx endpoints[XHCI_MAX_ENDPOINTS - 1]; member in struct:xhci_input_device_ctx
457 struct xhci_endpoint_ctx endpoints[XHCI_MAX_ENDPOINTS - 1]; member in struct:xhci_device_ctx
H A Dxhci.h86 xhci_endpoint endpoints[XHCI_MAX_ENDPOINTS - 1]; member in struct:xhci_device

Completed in 124 milliseconds