Searched refs:UE_GET_DIR (Results 1 – 5 of 5) sorted by relevance
530 #define UE_GET_DIR(a) ((a) & 0x80) macro
1975 if (UE_GET_DIR(ep) == UE_DIR_OUT) in usb_cdev_create()
1826 (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()
2124 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()
1870 if (UE_GET_DIR(uhe->desc.bEndpointAddress) == UE_DIR_OUT) { in usb_fill_bulk_urb()