Home
last modified time | relevance | path

Searched refs:UE_DIR_TX (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/usb/gadget/
H A Dg_modem.c158 .direction = UE_DIR_TX,
182 .direction = UE_DIR_TX,
H A Dg_audio.c187 .direction = UE_DIR_TX,
199 .direction = UE_DIR_TX,
/freebsd/sys/dev/usb/net/
H A Dif_cdce.c150 .direction = UE_DIR_TX,
175 .direction = UE_DIR_TX,
203 .direction = UE_DIR_TX,
228 .direction = UE_DIR_TX,
H A Dif_ipheth.c107 .direction = UE_DIR_TX,
H A Dif_cdceem.c173 .direction = UE_DIR_TX,
H A Dif_urndis.c119 .direction = UE_DIR_TX,
/freebsd/sys/dev/usb/serial/
H A Dumodem.c235 .direction = UE_DIR_TX,
257 .direction = UE_DIR_TX,
/freebsd/sys/dev/usb/video/
H A Dudl.c113 .direction = UE_DIR_TX,
123 .direction = UE_DIR_TX,
/freebsd/sys/dev/usb/
H A Dusb.h535 #define UE_DIR_TX 0xfe /* for internal use only! */ macro
H A Dusb_generic.c268 usb_config[0].direction = UE_DIR_TX; in ugen_open_pipe_write()
H A Dusb_device.c391 } else if (setup->direction == UE_DIR_TX) { in usbd_get_endpoint()