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

1234

/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h39 USB_MODE_DEVICE ? (((xfer)->endpointno & UE_DIR_IN) ? 0 : 1) : \
40 (((xfer)->endpointno & UE_DIR_IN) ? 1 : 0))
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template_serialnet.c164 .bEndpointAddress = UE_DIR_IN,
181 .bEndpointAddress = UE_DIR_IN,
243 .bEndpointAddress = UE_DIR_IN,
255 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_cdce.c151 .bEndpointAddress = UE_DIR_IN,
168 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_mtp.c127 .bEndpointAddress = UE_DIR_IN,
136 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_modem.c115 .bEndpointAddress = UE_DIR_IN,
127 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template.c249 ea = (ted->bEndpointAddress & (UE_ADDR | UE_DIR_IN | UE_DIR_OUT));
695 ep->hw_endpoint_in = best_n | UE_DIR_IN;
821 } else if (ed->bEndpointAddress & UE_DIR_IN) {
845 if (ed->bEndpointAddress & UE_DIR_IN) {
863 if (ed->bEndpointAddress & UE_DIR_IN) {
H A Dusb_template_phone.c210 .bEndpointAddress = UE_DIR_IN,
318 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_msc.c105 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_kbd.c121 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_mouse.c119 .bEndpointAddress = UE_DIR_IN,
H A Dusb_template_midi.c144 .bEndpointAddress = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/controller/
H A Duss820dci.c937 if (xfer->endpointno & UE_DIR_IN) {
1003 if (xfer->endpointno & UE_DIR_IN) {
1065 if (!(xfer->endpointno & UE_DIR_IN)) {
1282 ep_dir = (ep->edesc->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT));
1292 if (ep_dir == UE_DIR_IN) {
1317 if (ep_dir == UE_DIR_IN) {
1326 if (ep_dir == UE_DIR_IN) {
1379 (ed->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT)));
1842 .bEndpointAddress = (UE_DIR_IN | USS820_DCI_INTR_ENDPT),
H A Datmegadci.c838 if (xfer->endpointno & UE_DIR_IN) {
913 if (xfer->endpointno & UE_DIR_IN) {
1190 if (ep_dir & UE_DIR_IN) {
1233 (ed->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT)));
1551 .bEndpointAddress = (UE_DIR_IN | ATMEGA_INTR_ENDPT),
H A Davr32dci.c804 if (xfer->endpointno & UE_DIR_IN) {
878 if (xfer->endpointno & UE_DIR_IN) {
1143 if (ep_dir & UE_DIR_IN) {
1200 (ed->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT)));
1491 .bEndpointAddress = (UE_DIR_IN | AVR32_INTR_ENDPT),
H A Dat91dci.c360 if (req.bmRequestType & UE_DIR_IN) {
957 if (xfer->endpointno & UE_DIR_IN) {
1033 if (xfer->endpointno & UE_DIR_IN) {
1387 if (ep_dir & UE_DIR_IN) {
1423 (ed->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT)));
1773 .bEndpointAddress = (UE_DIR_IN | AT9100_DCI_INTR_ENDPT),
H A Dsaf1761_otg.c1826 if (xfer->endpointno & UE_DIR_IN) {
1935 if (xfer->endpointno & UE_DIR_IN) {
2017 } else if (xfer->endpointno & UE_DIR_IN) {
2252 ep_dir = (ep->edesc->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT));
2264 ((ep_dir == UE_DIR_IN) ? SOTG_EP_INDEX_DIR_IN :
2284 ((ep_dir == UE_DIR_IN) ? SOTG_EP_INDEX_DIR_IN :
2325 (ed->bEndpointAddress & (UE_DIR_IN | UE_DIR_OUT)));
2851 .bEndpointAddress = (UE_DIR_IN | SAF1761_OTG_INTR_ENDPT),
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c575 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
805 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
839 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
1041 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR);
1433 urb->bsd_isread = (uhe->desc.bEndpointAddress & UE_DIR_IN) ? 1 : 0;
1612 UE_DIR_IN) ? 1 : 0;
/freebsd-11-stable/sys/dev/usb/serial/
H A Duvscom.c205 .direction = UE_DIR_IN,
214 .direction = UE_DIR_IN,
H A Dumoscom.c230 .direction = UE_DIR_IN,
239 .direction = UE_DIR_IN,
H A Dumct.c173 .direction = UE_DIR_IN,
183 .direction = UE_DIR_IN,
H A Duchcom.c254 .direction = UE_DIR_IN,
263 .direction = UE_DIR_IN,
H A Dubsa.c207 .direction = UE_DIR_IN,
216 .direction = UE_DIR_IN,
/freebsd-11-stable/usr.sbin/bhyve/
H A Dusb_mouse.c197 .bEndpointAddress = UE_DIR_IN | UMOUSE_INTR_ENDPT,
294 sc->hci->hci_intr(sc->hci, UE_DIR_IN | UMOUSE_INTR_ENDPT);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c143 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_keyboard.c159 .direction = UE_DIR_IN,

Completed in 191 milliseconds

1234