Searched refs:UE_DIR_OUT (Results 1 – 25 of 56) sorted by relevance
123
| /netbsd-src/sys/dev/usb/ |
| H A D | uvisor.c | 311 ucaa.ucaa_bulkout = port | UE_DIR_OUT; in uvisor_attach() 356 ucaa.ucaa_bulkout = (port & 0xf) | UE_DIR_OUT; in uvisor_attach() 360 ucaa.ucaa_bulkout = port | UE_DIR_OUT; in uvisor_attach()
|
| H A D | if_athn_usb.h | 33 #define AR_PIPE_TX_DATA (UE_DIR_OUT | 1) 36 #define AR_PIPE_TX_INTR (UE_DIR_OUT | 4)
|
| H A D | if_otusreg.h | 24 #define AR_EPT_BULK_TX_NO (UE_DIR_OUT | 1) 27 #define AR_EPT_INTR_TX_NO (UE_DIR_OUT | 4)
|
| H A D | if_upl.c | 196 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in upl_attach()
|
| H A D | ugensa.c | 218 if (ucaa.ucaa_bulkout == -1 && dir == UE_DIR_OUT) { in ugensa_attach()
|
| H A D | ubsa.c | 245 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in ubsa_attach()
|
| H A D | umodeswitch.c | 94 if (UE_GET_DIR(ed->bEndpointAddress) != UE_DIR_OUT) in send_bulkmsg()
|
| H A D | if_cdce.c | 220 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in cdce_attach()
|
| H A D | uark.c | 170 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uark_attach()
|
| H A D | aubtfwl.c | 146 error = usbd_open_pipe(iface, UE_DIR_OUT|2, USBD_EXCLUSIVE_USE, &pipe); in aubtfwl_firmware_load()
|
| H A D | uipaq.c | 229 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uipaq_attach()
|
| H A D | umidi.c | 807 UE_GET_DIR(epd->bEndpointAddress)!=UE_DIR_OUT) { in alloc_all_endpoints_fixed_ep() 900 if (dir == UE_DIR_OUT && !out_addr) in alloc_all_endpoints_yamaha() 1025 if (UE_GET_DIR(epaddr) == UE_DIR_OUT) { in alloc_all_endpoints_genuine() 1046 UE_GET_DIR(q->addr)==UE_DIR_OUT) || in alloc_all_endpoints_genuine()
|
| H A D | usb_quirks.c | 71 /* bEndpointAddress */ UE_DIR_OUT | 0x04,
|
| H A D | umct.c | 254 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umct_attach()
|
| H A D | if_kue.c | 477 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in kue_attach()
|
| H A D | u3g.c | 402 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in u3g_attach()
|
| H A D | uslsa.c | 225 } else if (dir == UE_DIR_OUT && attr == UE_BULK) { in uslsa_attach()
|
| H A D | uhmodem.c | 298 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uhmodem_attach()
|
| H A D | umodem_common.c | 189 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umodem_common_attach()
|
| H A D | irmce.c | 191 if (dir == UE_DIR_OUT && sc->sc_bulkout_ep == -1) { in irmce_attach()
|
| H A D | if_cue.c | 516 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in cue_attach()
|
| H A D | uhso.c | 598 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT); in uhso_switch_mode() 1053 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT); in uhso_bulk_attach() 1921 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT); in uhso_ifnet_attach()
|
| H A D | if_url.c | 228 UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT) in url_attach()
|
| H A D | if_mos.c | 625 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in mos_attach()
|
| /netbsd-src/sys/external/bsd/dwc2/ |
| H A D | dwc2.h | 141 #define USB_DIR_OUT UE_DIR_OUT
|
123