Home
last modified time | relevance | path

Searched refs:eps (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c58 dep = dwc->eps[epnum]; in dwc3_ep0_start_trans()
139 __dwc3_ep0_do_control_data(dwc, dwc->eps[direction], req); in __dwc3_gadget_ep0_queue()
159 __dwc3_ep0_do_control_status(dwc, dwc->eps[direction]); in __dwc3_gadget_ep0_queue()
204 __dwc3_ep0_do_control_data(dwc, dwc->eps[direction], req); in __dwc3_gadget_ep0_queue()
254 dep = dwc->eps[1]; in dwc3_ep0_stall_and_restart()
258 dep = dwc->eps[0]; in dwc3_ep0_stall_and_restart()
315 dep = dwc->eps[epnum]; in dwc3_wIndex_to_dep()
377 dep = dwc->eps[0]; in dwc3_ep0_handle_status()
659 dep = dwc->eps[0]; in dwc3_ep0_set_sel()
782 ep0 = dwc->eps[0]; in dwc3_ep0_complete_data()
[all …]
H A Dgadget.c184 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos()
1505 dep = dwc->eps[0]; in dwc3_gadget_start()
1513 dep = dwc->eps[1]; in dwc3_gadget_start()
1532 __dwc3_gadget_ep_disable(dwc->eps[0]); in dwc3_gadget_start()
1551 __dwc3_gadget_ep_disable(dwc->eps[0]); in dwc3_gadget_stop()
1552 __dwc3_gadget_ep_disable(dwc->eps[1]); in dwc3_gadget_stop()
1588 dwc->eps[epnum] = dep; in dwc3_gadget_init_hw_endpoints()
1651 dep = dwc->eps[epnum]; in dwc3_gadget_free_endpoints()
1816 dep = dwc->eps[i]; in dwc3_endpoint_transfer_complete()
1839 dep = dwc->eps[epnum]; in dwc3_endpoint_interrupt()
[all …]
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dutil_test.cpp133 const double eps = in TEST() local
138 EXPECT_LT(abs(uptime - 266923.67), eps); in TEST()
139 EXPECT_LT(abs(idleProcessTime - 512184.95), eps); in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf12 eps 30
76 eps 30
224 eps 20
/openbmc/qemu/hw/usb/
H A Ddev-hid.c100 .eps = (USBDescEndpoint[]) {
131 .eps = (USBDescEndpoint[]) {
161 .eps = (USBDescEndpoint[]) {
191 .eps = (USBDescEndpoint[]) {
222 .eps = (USBDescEndpoint[]) {
253 .eps = (USBDescEndpoint[]) {
H A Dhcd-xhci.c903 USBEndpoint **eps) in xhci_epmask_to_eps_with_streams() argument
919 epctx = slot->eps[i - 1]; in xhci_epmask_to_eps_with_streams()
928 eps[j++] = ep; in xhci_epmask_to_eps_with_streams()
936 USBEndpoint *eps[30]; in xhci_free_device_streams() local
939 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, NULL, eps); in xhci_free_device_streams()
941 usb_device_free_streams(eps[0]->dev, eps, nr_eps); in xhci_free_device_streams()
949 USBEndpoint *eps[30]; in xhci_alloc_device_streams() local
953 eps); in xhci_alloc_device_streams()
959 dev_max_streams = eps[0]->max_streams; in xhci_alloc_device_streams()
971 if (eps[i]->max_streams != dev_max_streams) { in xhci_alloc_device_streams()
[all …]
H A Ddesc.c194 rc = usb_desc_endpoint(iface->eps + i, flags, dest + pos, len - pos); in usb_desc_iface()
381 pid = (iface->eps[e].bEndpointAddress & USB_DIR_IN) ? in usb_desc_ep_init()
383 ep = iface->eps[e].bEndpointAddress & 0x0f; in usb_desc_ep_init()
384 usb_ep_set_type(dev, pid, ep, iface->eps[e].bmAttributes & 0x03); in usb_desc_ep_init()
387 iface->eps[e].wMaxPacketSize); in usb_desc_ep_init()
389 iface->eps[e].bmAttributes_super); in usb_desc_ep_init()
H A Ddev-audio.c224 .eps = (USBDescEndpoint[]) {
387 .eps = (USBDescEndpoint[]) {
440 .eps = (USBDescEndpoint[]) {
493 .eps = (USBDescEndpoint[]) {
H A Dbus.c210 int usb_device_alloc_streams(USBDevice *dev, USBEndpoint **eps, int nr_eps, in usb_device_alloc_streams() argument
215 return klass->alloc_streams(dev, eps, nr_eps, streams); in usb_device_alloc_streams()
220 void usb_device_free_streams(USBDevice *dev, USBEndpoint **eps, int nr_eps) in usb_device_free_streams() argument
224 klass->free_streams(dev, eps, nr_eps); in usb_device_free_streams()
H A Ddev-storage.c64 .eps = (USBDescEndpoint[]) {
99 .eps = (USBDescEndpoint[]) {
134 .eps = (USBDescEndpoint[]) {
H A Dhcd-xhci.h139 XHCIEPContext *eps[31]; member
H A Ddev-network.c161 .eps = (USBDescEndpoint[]) {
175 .eps = (USBDescEndpoint[]) {
232 .eps = (USBDescEndpoint[]) {
253 .eps = (USBDescEndpoint[]) {
H A Ddesc.h160 USBDescEndpoint *eps; member
H A Dcore.c738 struct USBEndpoint *eps; in usb_ep_get() local
746 eps = (pid == USB_TOKEN_IN) ? dev->ep_in : dev->ep_out; in usb_ep_get()
747 return eps + ep - 1; in usb_ep_get()
H A Ddev-serial.c134 .eps = (USBDescEndpoint[]) {
426 const int max_packet_size = desc_iface0.eps[0].wMaxPacketSize; in usb_serial_token_in()
H A Dhost-libusb.c1659 static int usb_host_alloc_streams(USBDevice *udev, USBEndpoint **eps, in usb_host_alloc_streams() argument
1668 endpoints[i] = eps[i]->nr; in usb_host_alloc_streams()
1669 if (eps[i]->pid == USB_TOKEN_IN) { in usb_host_alloc_streams()
1688 static void usb_host_free_streams(USBDevice *udev, USBEndpoint **eps, in usb_host_free_streams() argument
1697 endpoints[i] = eps[i]->nr; in usb_host_free_streams()
1698 if (eps[i]->pid == USB_TOKEN_IN) { in usb_host_free_streams()
H A Du2f.c77 .eps = (USBDescEndpoint[]) {
H A Ddev-wacom.c152 .eps = (USBDescEndpoint[]) {
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c152 if (virt_dev->eps[i].ring) in xhci_free_virt_devices()
153 xhci_ring_free(virt_dev->eps[i].ring); in xhci_free_virt_devices()
481 virt_dev->eps[0].ring = xhci_ring_alloc(1, true); in xhci_alloc_virt_device()
852 trb_64 = (uintptr_t)virt_dev->eps[0].ring->first_seg->trbs; in xhci_setup_addressable_virt_dev()
853 ep0_ctx->deq = cpu_to_le64(trb_64 | virt_dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
H A Dxhci-ring.c487 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in abort_td()
590 ring = virt_dev->eps[ep_index].ring; in xhci_bulk_tx()
773 ep_ring = virt_dev->eps[ep_index].ring; in xhci_ctrl_tx()
H A Dxhci.c573 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()
574 if (!virt_dev->eps[ep_index].ring) in xhci_set_configuration()
599 virt_dev->eps[ep_index].ring->enqueue; in xhci_set_configuration()
601 virt_dev->eps[ep_index].ring->cycle_state); in xhci_set_configuration()
/openbmc/qemu/include/hw/
H A Dusb.h341 int (*alloc_streams)(USBDevice *dev, USBEndpoint **eps, int nr_eps,
343 void (*free_streams)(USBDevice *dev, USBEndpoint **eps, int nr_eps);
553 int usb_device_alloc_streams(USBDevice *dev, USBEndpoint **eps, int nr_eps,
555 void usb_device_free_streams(USBDevice *dev, USBEndpoint **eps, int nr_eps);
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_interrupt.S237 rsr a2, glue(eps, HIGH_LEVEL_SOFT_LEVEL)
247 wsr a2, glue(eps, HIGH_LEVEL_SOFT_LEVEL)
/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c1257 struct usba_ep *eps; in usba_udc_pdata() local
1260 eps = malloc(sizeof(struct usba_ep) * pdata->num_ep); in usba_udc_pdata()
1261 if (!eps) { in usba_udc_pdata()
1266 udc->gadget.ep0 = &eps[0].ep; in usba_udc_pdata()
1269 INIT_LIST_HEAD(&eps[0].ep.ep_list); in usba_udc_pdata()
1272 struct usba_ep *ep = &eps[i]; in usba_udc_pdata()
1291 return eps; in usba_udc_pdata()
/openbmc/u-boot/arch/arm/dts/
H A Ddm816x.dtsi422 mentor,num-eps = <16>;
462 mentor,num-eps = <16>;

12