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.c151 .direction = UE_DIR_TX,
176 .direction = UE_DIR_TX,
204 .direction = UE_DIR_TX,
229 .direction = UE_DIR_TX,
H A Dif_ipheth.c108 .direction = UE_DIR_TX,
H A Dif_cdceem.c174 .direction = UE_DIR_TX,
H A Dif_urndis.c120 .direction = UE_DIR_TX,
/freebsd/sys/dev/usb/serial/
H A Dumodem.c236 .direction = UE_DIR_TX,
258 .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()