Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_ep.c180 UE_GET_ADDR(eaddr), UE_GET_DIR(eaddr) == UE_DIR_OUT ? in rtwn_usb_setup_endpoints()
183 if (UE_GET_DIR(eaddr) == UE_DIR_OUT) { in rtwn_usb_setup_endpoints()
/freebsd/sys/dev/usb/
H A Dusb.h536 #define UE_GET_DIR(a) ((a) & 0x80) macro
H A Dusb_device.c2241 if (UE_GET_DIR(ep) == UE_DIR_OUT) in usb_cdev_create()
/freebsd/sys/dev/usb/controller/
H A Dehci.c1854 (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) ? in ehci_setup_standard_chain()
1875 (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) ? in ehci_setup_standard_chain()
2400 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) in ehci_device_isoc_fs_open()
2542 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) { in ehci_device_isoc_fs_enter()
2676 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) { in ehci_device_isoc_hs_open()
H A Dohci.c1453 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) { in ohci_setup_standard_chain()
1504 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) { in ohci_setup_standard_chain()
1949 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) in ohci_device_isoc_enter()
H A Duhci.c1753 (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) ? in uhci_setup_standard_chain()
1773 (UE_GET_DIR(xfer->endpointno) == UE_DIR_OUT) ? in uhci_setup_standard_chain()
2080 (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) ? in uhci_device_isoc_open()
H A Ddwc_otg.c3343 if (UE_GET_DIR(xfer->endpointno) == UE_DIR_IN) in dwc_otg_setup_standard_chain()
/freebsd/sys/dev/usb/video/
H A Duvideo.c1783 if (UE_GET_DIR(ed->bEndpointAddress) != UE_DIR_IN || in uvideo_vs_select_alt()
1866 ep_dir = UE_GET_DIR(ed->bEndpointAddress); in uvideo_vs_parse_desc_alt()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c2022 ep_dir = UE_GET_DIR(ed1->bEndpointAddress); in uaudio_chan_fill_info_sub()