Home
last modified time | relevance | path

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

1234

/freebsd-12.1/sys/dev/rtwn/usb/
H A Drtwn_usb_ep.c75 .direction = UE_DIR_OUT,
88 .direction = UE_DIR_OUT,
101 .direction = UE_DIR_OUT,
114 .direction = UE_DIR_OUT,
184 UE_GET_ADDR(eaddr), UE_GET_DIR(eaddr) == UE_DIR_OUT ? in rtwn_usb_setup_endpoints()
187 if (UE_GET_DIR(eaddr) == UE_DIR_OUT) { in rtwn_usb_setup_endpoints()
/freebsd-12.1/sys/dev/usb/template/
H A Dusb_template_multi.c185 .bEndpointAddress = UE_DIR_OUT,
260 .bEndpointAddress = UE_DIR_OUT,
342 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_serialnet.c182 .bEndpointAddress = UE_DIR_OUT,
257 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_cdceem.c120 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_msc.c119 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_midi.c130 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_mtp.c124 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_modem.c131 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_cdce.c165 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_audio.c257 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template_phone.c269 .bEndpointAddress = UE_DIR_OUT,
H A Dusb_template.c281 ea = (ted->bEndpointAddress & (UE_ADDR | UE_DIR_IN | UE_DIR_OUT)); in usb_make_endpoint_desc()
738 ep->hw_endpoint_out = best_n | UE_DIR_OUT; in usb_hw_ep_find_match()
/freebsd-12.1/sys/dev/usb/
H A Dusb_device.c315 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR), in usbd_get_ep_by_addr()
391 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
393 UE_DIR_OUT : UE_DIR_IN; in usbd_get_endpoint()
395 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
397 UE_DIR_IN : UE_DIR_OUT; in usbd_get_endpoint()
404 ea_mask = (UE_DIR_IN | UE_DIR_OUT); in usbd_get_endpoint()
405 ea_val = (setup->direction & (UE_DIR_IN | UE_DIR_OUT)); in usbd_get_endpoint()
2215 if (UE_GET_DIR(ep) == UE_DIR_OUT) in usb_cdev_create()
H A Dusb_msctest.c202 .direction = UE_DIR_OUT,
230 .direction = UE_DIR_OUT,
262 .direction = UE_DIR_OUT,
/freebsd-12.1/sys/dev/otus/
H A Dif_otusreg.h26 #define AR_EPT_BULK_TX_NO (UE_DIR_OUT | 1)
29 #define AR_EPT_INTR_TX_NO (UE_DIR_OUT | 4)
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c575 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_clear_halt()
807 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint()
841 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN); in usb_setup_endpoint()
1050 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()
/freebsd-12.1/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c134 .direction = UE_DIR_OUT,
/freebsd-12.1/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c291 .direction = UE_DIR_OUT,
358 .direction = UE_DIR_OUT,
369 .direction = UE_DIR_OUT,
/freebsd-12.1/sys/dev/usb/storage/
H A Dcfumass.c241 .direction = UE_DIR_OUT,
250 .direction = UE_DIR_OUT,
H A Dustorage_fs.c281 .direction = UE_DIR_OUT,
290 .direction = UE_DIR_OUT,
300 .direction = UE_DIR_OUT,
H A Durio.c147 .direction = UE_DIR_OUT,
/freebsd-12.1/sys/dev/usb/serial/
H A Dugensa.c116 .direction = UE_DIR_OUT,
H A Dubser.c167 .direction = UE_DIR_OUT,
H A Duark.c126 .direction = UE_DIR_OUT,
/freebsd-12.1/sys/dev/usb/wlan/
H A Dif_urtw.c551 .direction = UE_DIR_OUT,
563 .direction = UE_DIR_OUT,
576 .direction = UE_DIR_OUT,
589 .direction = UE_DIR_OUT,
602 .direction = UE_DIR_OUT,
630 .direction = UE_DIR_OUT,
642 .direction = UE_DIR_OUT,

1234