Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/sys/dev/rtwn/usb/
HDrtwn_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-13-stable/sys/dev/usb/template/
HDusb_template_multi.c183 .bEndpointAddress = UE_DIR_OUT,
258 .bEndpointAddress = UE_DIR_OUT,
340 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_serialnet.c180 .bEndpointAddress = UE_DIR_OUT,
255 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_msc.c118 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_cdceem.c119 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_midi.c129 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_mtp.c123 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_modem.c130 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_cdce.c164 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_audio.c256 .bEndpointAddress = UE_DIR_OUT,
HDusb_template_phone.c268 .bEndpointAddress = UE_DIR_OUT,
HDusb_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-13-stable/sys/dev/usb/
HDusb_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()
HDusb_msctest.c205 .direction = UE_DIR_OUT,
233 .direction = UE_DIR_OUT,
264 .direction = UE_DIR_OUT,
/freebsd-13-stable/sys/dev/otus/
HDif_otusreg.h24 #define AR_EPT_BULK_TX_NO (UE_DIR_OUT | 1)
27 #define AR_EPT_INTR_TX_NO (UE_DIR_OUT | 4)
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_usb.c574 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_clear_halt()
803 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint()
837 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint()
1036 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubtbcmfw/
HDubtbcmfw.c133 .direction = UE_DIR_OUT,
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt.c295 .direction = UE_DIR_OUT,
362 .direction = UE_DIR_OUT,
373 .direction = UE_DIR_OUT,
/freebsd-13-stable/sys/dev/usb/storage/
HDcfumass.c236 .direction = UE_DIR_OUT,
245 .direction = UE_DIR_OUT,
HDurio.c145 .direction = UE_DIR_OUT,
HDustorage_fs.c278 .direction = UE_DIR_OUT,
287 .direction = UE_DIR_OUT,
297 .direction = UE_DIR_OUT,
/freebsd-13-stable/sys/dev/usb/serial/
HDugensa.c115 .direction = UE_DIR_OUT,
HDuark.c122 .direction = UE_DIR_OUT,
HDubser.c165 .direction = UE_DIR_OUT,
/freebsd-13-stable/sys/dev/usb/input/
HDusbhid.c294 .direction = UE_DIR_OUT,
519 sc->sc_config[xfer_idx].direction != UE_DIR_OUT) in usbhid_sync_xfer()

1234