Home
last modified time | relevance | path

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

123

/netbsd-src/sys/dev/usb/
H A Duvisor.c311 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 Dif_athn_usb.h33 #define AR_PIPE_TX_DATA (UE_DIR_OUT | 1)
36 #define AR_PIPE_TX_INTR (UE_DIR_OUT | 4)
H A Dif_otusreg.h24 #define AR_EPT_BULK_TX_NO (UE_DIR_OUT | 1)
27 #define AR_EPT_INTR_TX_NO (UE_DIR_OUT | 4)
H A Dif_upl.c196 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in upl_attach()
H A Dugensa.c218 if (ucaa.ucaa_bulkout == -1 && dir == UE_DIR_OUT) { in ugensa_attach()
H A Dubsa.c245 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in ubsa_attach()
H A Dumodeswitch.c94 if (UE_GET_DIR(ed->bEndpointAddress) != UE_DIR_OUT) in send_bulkmsg()
H A Dif_cdce.c220 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in cdce_attach()
H A Duark.c170 else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uark_attach()
H A Daubtfwl.c146 error = usbd_open_pipe(iface, UE_DIR_OUT|2, USBD_EXCLUSIVE_USE, &pipe); in aubtfwl_firmware_load()
H A Duipaq.c229 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uipaq_attach()
H A Dumidi.c807 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 Dusb_quirks.c71 /* bEndpointAddress */ UE_DIR_OUT | 0x04,
H A Dumct.c254 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umct_attach()
H A Dif_kue.c477 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in kue_attach()
H A Du3g.c402 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in u3g_attach()
H A Duslsa.c225 } else if (dir == UE_DIR_OUT && attr == UE_BULK) { in uslsa_attach()
H A Duhmodem.c298 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in uhmodem_attach()
H A Dumodem_common.c189 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in umodem_common_attach()
H A Dirmce.c191 if (dir == UE_DIR_OUT && sc->sc_bulkout_ep == -1) { in irmce_attach()
H A Dif_cue.c516 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in cue_attach()
H A Duhso.c598 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 Dif_url.c228 UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT) in url_attach()
H A Dif_mos.c625 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT && in mos_attach()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.h141 #define USB_DIR_OUT UE_DIR_OUT

123