Home
last modified time | relevance | path

Searched refs:UE_DIR_IN (Results 1 - 22 of 22) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_core.h40 USB_MODE_DEVICE ? (((xfer)->endpointno & UE_DIR_IN) ? 0 : 1) : \
41 (((xfer)->endpointno & UE_DIR_IN) ? 1 : 0))
H A Dusb_device.c121 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR), in usbd_get_ep_by_addr()
196 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
198 UE_DIR_OUT : UE_DIR_IN; in usbd_get_endpoint()
200 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
202 UE_DIR_IN : UE_DIR_OUT; in usbd_get_endpoint()
209 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
210 ea_val = (setup->direction & (UE_DIR_IN | UE_DIR_OUT)); in usbd_get_endpoint()
H A Dusb_generic.c1463 usb_config[0].direction = ed->bEndpointAddress & (UE_DIR_OUT | UE_DIR_IN); in ugen_ioctl()
1489 (UE_DIR_IN | UE_DIR_OUT)) == UE_DIR_IN); in ugen_ioctl()
H A Dusb.h534 #define UE_DIR_IN 0x80 /* IN-token endpoint, fixed */ macro
H A Dusb_dev.c574 ep_dir = UE_DIR_IN; in usb_dev_get_ep()
582 ep_dir = UE_DIR_IN; in usb_dev_get_ep()
H A Dusb_transfer.c1398 xfer->endpointno &= ~(UE_DIR_IN | UE_DIR_OUT); in usbd_control_transfer_init()
1400 (req.bmRequestType & UT_READ) ? UE_DIR_IN : UE_DIR_OUT; in usbd_control_transfer_init()
H A Dusb_request.c740 if ((len != 0) && (req->bmRequestType & UE_DIR_IN)) { in usbd_do_request_proc()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c567 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_clear_halt()
798 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint_agg()
824 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint_agg()
833 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint_agg()
844 cfg[0].direction = UE_DIR_IN; in usb_setup_endpoint_agg()
846 if(addr & UE_DIR_IN){ in usb_setup_endpoint_agg()
1184 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()
1478 if (urb->endpoint->desc.bEndpointAddress & UE_DIR_IN) { in usb_linux_complete()
1591 urb->bsd_isread = (uhe->desc.bEndpointAddress & UE_DIR_IN) ? 1 : 0; in usb_linux_isoc_callback()
1763 UE_DIR_IN) in usb_linux_non_isoc_callback()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_acm_desc.c116 .bEndpointAddress = UE_DIR_IN,
146 .bEndpointAddress = UE_DIR_IN,
H A Drndis.c277 .bEndpointAddress = UE_DIR_IN,
304 .bEndpointAddress = UE_DIR_IN,
H A Df_uvc.c352 .bEndpointAddress = UE_DIR_IN | 0x3,
814 .bEndpointAddress = UE_DIR_IN | 0x2,
843 .bEndpointAddress = UE_DIR_IN | 0x2,
H A Df_hid.c177 .bEndpointAddress = UE_DIR_IN | 0x01,
H A Df_uac.c353 .bEndpointAddress = UE_DIR_IN | 0x1,
H A Df_mass_storage.c219 .bEndpointAddress = UE_DIR_IN,
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c1840 if (temp->direction == UE_DIR_IN) in xhci_setup_generic_chain_sub()
1846 if (temp->direction == UE_DIR_IN) in xhci_setup_generic_chain_sub()
1861 if (temp->direction == UE_DIR_IN) in xhci_setup_generic_chain_sub()
1867 if (temp->direction == UE_DIR_IN) in xhci_setup_generic_chain_sub()
2116 temp.step_td = ((xfer->endpointno & UE_DIR_IN) && in xhci_setup_generic_chain()
2200 temp.direction = UE_GET_DIR(xfer->endpointno) ^ UE_DIR_IN; in xhci_setup_generic_chain()
2318 epno |= UE_DIR_IN; in xhci_configure_endpoint()
2774 epno |= UE_DIR_IN; in xhci_get_endpoint_ext()
2801 epno |= UE_DIR_IN; in xhci_endpoint_doorbell()
3210 .bEndpointAddress = UE_DIR_IN | XHCI_INTR_ENDP
[all...]
H A Dxhci.h72 ((((x) & UE_DIR_IN) ? 1 : 0) | (2 * ((x) & UE_ADDR)))
H A Dehci.c1808 (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) ? in ehci_setup_standard_chain()
2362 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) in ehci_device_isoc_fs_open()
2677 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) { in ehci_device_isoc_hs_open()
2986 .bEndpointAddress = UE_DIR_IN | EHCI_INTR_ENDPT,
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c135 .direction = UE_DIR_IN,
144 .direction = UE_DIR_IN,
622 if (req.bmRequestType & UE_DIR_IN) { in u3g_sael_m460_init()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c99 .direction = UE_DIR_IN,
H A Dif_axe.c173 .direction = UE_DIR_IN,
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c580 .direction = UE_DIR_IN,
618 .direction = UE_DIR_IN,
671 .direction = UE_DIR_IN,
709 .direction = UE_DIR_IN,
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c363 .direction = UE_DIR_IN,

Completed in 46 milliseconds