Home
last modified time | relevance | path

Searched refs:UE_DIR_OUT (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/sys/dev/usb/
H A Duvisor.c299 uca.bulkout = port | UE_DIR_OUT; in uvisor_attach()
340 uca.bulkout = (port & 0xf) | UE_DIR_OUT; in uvisor_attach()
344 uca.bulkout = port | UE_DIR_OUT; in uvisor_attach()
H A Dif_athn_usb.h30 #define AR_PIPE_TX_DATA (UE_DIR_OUT | 1)
33 #define AR_PIPE_TX_INTR (UE_DIR_OUT | 4)
H A Ducrcom.c101 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in ucrcom_attach()
H A Duscom.c120 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uscom_attach()
H A Dif_otusreg.h21 #define AR_EPT_BULK_TX_NO (UE_DIR_OUT | 1)
24 #define AR_EPT_INTR_TX_NO (UE_DIR_OUT | 4)
H A Dukspan.c68 #define UKSPAN_EA_BULKOUT (UE_DIR_OUT | 1)
70 #define UKSPAN_EA_CONFIGOUT (UE_DIR_OUT | 2)
H A Dumidi.c461 UE_GET_DIR(epd->bEndpointAddress)!=UE_DIR_OUT) { in alloc_all_endpoints_fixed_ep()
529 if (dir==UE_DIR_OUT && !out_addr) in alloc_all_endpoints_yamaha()
651 if (UE_GET_DIR(epaddr)==UE_DIR_OUT) { in alloc_all_endpoints_genuine()
674 UE_GET_DIR(q->addr)==UE_DIR_OUT) || in alloc_all_endpoints_genuine()
H A Duark.c151 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uark_attach()
H A Duipaq.c208 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uipaq_attach()
H A Dmoscom.c224 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in moscom_attach()
H A Dumsm.c436 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umsm_attach()
781 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umsm_umass_changemode()
H A Duticom.c280 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uticom_attach_hook()
392 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uticom_attach_hook()
H A Duonerng.c222 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uonerng_attach()
H A Duxrcom.c176 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uxrcom_attach()
H A Duow.c144 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uow_attach()
H A Dumct.c229 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umct_attach()
H A Duslcom.c313 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uslcom_attach()
H A Dubsa.c310 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in ubsa_attach()
H A Dusb.h248 #define UE_DIR_OUT 0x00 macro
H A Duvscom.c276 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uvscom_attach()
H A Dumodem.c307 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umodem_attach()
H A Dulpt.c279 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in ulpt_attach()
H A Dusps.c179 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in usps_attach()
H A Duplcom.c369 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uplcom_attach()
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2.h130 #define USB_DIR_OUT UE_DIR_OUT

123