Home
last modified time | relevance | path

Searched refs:UE_DIR_OUT (Results 1 - 16 of 16) sorted by relevance

/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()
1184 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()
1858 if (UE_GET_DIR(uhe->desc.bEndpointAddress) == UE_DIR_OUT) { in usb_fill_bulk_urb()
/third_party/FreeBSD/sys/dev/usb/
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()
1962 if (UE_GET_DIR(ep) == UE_DIR_OUT) in usb_cdev_create()
H A Dusb.h535 #define UE_DIR_OUT 0x00 /* OUT-token endpoint, fixed */ macro
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_dev.c576 ep_dir = UE_DIR_OUT; in usb_dev_get_ep()
580 ep_dir = UE_DIR_OUT; 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()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_acm_desc.c163 .bEndpointAddress = UE_DIR_OUT,
H A Df_hid.c187 .bEndpointAddress = UE_DIR_OUT | 0x01,
H A Drndis.c321 .bEndpointAddress = UE_DIR_OUT,
H A Df_mass_storage.c238 .bEndpointAddress = UE_DIR_OUT,
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c89 .direction = UE_DIR_OUT,
H A Dif_axe.c163 .direction = UE_DIR_OUT,
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c354 .direction = UE_DIR_OUT,
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c571 .direction = UE_DIR_OUT,
599 .direction = UE_DIR_OUT,
690 .direction = UE_DIR_OUT,
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c125 .direction = UE_DIR_OUT,
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c1829 (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) ? in ehci_setup_standard_chain()
2540 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) { in ehci_device_isoc_fs_enter()

Completed in 42 milliseconds