Home
last modified time | relevance | path

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

1234

/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_ep.c72 .direction = UE_DIR_OUT,
85 .direction = UE_DIR_OUT,
98 .direction = UE_DIR_OUT,
111 .direction = UE_DIR_OUT,
181 UE_GET_ADDR(eaddr), UE_GET_DIR(eaddr) == UE_DIR_OUT ? in rtwn_usb_setup_endpoints()
184 if (UE_GET_DIR(eaddr) == UE_DIR_OUT) { in rtwn_usb_setup_endpoints()
/freebsd/sys/dev/usb/template/
H A Dusb_template_multi.c182 .bEndpointAddress = UE_DIR_OUT,
257 .bEndpointAddress = UE_DIR_OUT,
339 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_serialnet.c179 .bEndpointAddress = UE_DIR_OUT,
254 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_cdceem.c119 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_msc.c118 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_midi.c129 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_mtp.c123 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_modem.c130 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_cdce.c164 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_audio.c256 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_phone.c268 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template.c279 ea = (ted->bEndpointAddress & (UE_ADDR | UE_DIR_IN | UE_DIR_OUT)); in usb_make_endpoint_desc()
735 ep->hw_endpoint_out = best_n | UE_DIR_OUT; in usb_hw_ep_find_match()
/freebsd/sys/dev/usb/
H A Dusb_device.c313 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR), in usbd_get_ep_by_addr()
388 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
390 UE_DIR_OUT : UE_DIR_IN; in usbd_get_endpoint()
392 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
394 UE_DIR_IN : UE_DIR_OUT; in usbd_get_endpoint()
401 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
402 ea_val = (setup->direction & (UE_DIR_IN | UE_DIR_OUT)); in usbd_get_endpoint()
2240 if (UE_GET_DIR(ep) == UE_DIR_OUT) in usb_cdev_create()
H A Dusb_msctest.c205 .direction = UE_DIR_OUT,
233 .direction = UE_DIR_OUT,
264 .direction = UE_DIR_OUT,
/freebsd/sys/dev/otus/
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)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c572 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_clear_halt()
801 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint()
835 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint()
1034 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()
/freebsd/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c133 .direction = UE_DIR_OUT,
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c295 .direction = UE_DIR_OUT,
362 .direction = UE_DIR_OUT,
373 .direction = UE_DIR_OUT,
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c233 .direction = UE_DIR_OUT,
242 .direction = UE_DIR_OUT,
H A Dustorage_fs.c276 .direction = UE_DIR_OUT,
285 .direction = UE_DIR_OUT,
295 .direction = UE_DIR_OUT,
H A Durio.c144 .direction = UE_DIR_OUT,
/freebsd/sys/dev/usb/serial/
H A Duark.c122 .direction = UE_DIR_OUT,
H A Dugensa.c115 .direction = UE_DIR_OUT,
H A Dubser.c164 .direction = UE_DIR_OUT,
/freebsd/sys/dev/usb/input/
H A Dusbhid.c293 .direction = UE_DIR_OUT,
518 sc->sc_config[xfer_idx].direction != UE_DIR_OUT) in usbhid_sync_xfer()

1234