Home
last modified time | relevance | path

Searched refs:UE_GET_DIR (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb.h530 #define UE_GET_DIR(a) ((a) & 0x80) macro
Dusb_device.c1975 if (UE_GET_DIR(ep) == UE_DIR_OUT) in usb_cdev_create()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1826 (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) ? in ehci_setup_standard_chain()
1848 (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) ? in ehci_setup_standard_chain()
2383 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) in ehci_device_isoc_fs_open()
2563 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) { in ehci_device_isoc_fs_enter()
2702 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) { in ehci_device_isoc_hs_open()
Dxhci.c2124 temp.direction = UE_GET_DIR(xfer->endpointno); in xhci_setup_generic_chain()
2220 temp.direction = UE_GET_DIR(xfer->endpointno) ^ UE_DIR_IN; in xhci_setup_generic_chain()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c1870 if (UE_GET_DIR(uhe->desc.bEndpointAddress) == UE_DIR_OUT) { in usb_fill_bulk_urb()