Home
last modified time | relevance | path

Searched refs:UE_DIR_ANY (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c541 .direction = UE_DIR_ANY,
551 .direction = UE_DIR_ANY,
561 .direction = UE_DIR_ANY,
590 .direction = UE_DIR_ANY,
609 .direction = UE_DIR_ANY,
630 .direction = UE_DIR_ANY,
641 .direction = UE_DIR_ANY,
651 .direction = UE_DIR_ANY,
661 .direction = UE_DIR_ANY,
681 .direction = UE_DIR_ANY,
[all …]
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c372 .direction = UE_DIR_ANY,
381 .direction = UE_DIR_ANY,
/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c52 .direction = UE_DIR_ANY,
64 .direction = UE_DIR_ANY,
79 .direction = UE_DIR_ANY,
90 .direction = UE_DIR_ANY,
Dusb.h538 #define UE_DIR_ANY 0xff /* for internal use only! */ macro
Dusb_generic.c193 usb_config[1].direction = UE_DIR_ANY; in ugen_open_pipe_write()
262 usb_config[1].direction = UE_DIR_ANY; in ugen_open_pipe_read()
Dusb_hub.c120 .direction = UE_DIR_ANY,
131 .direction = UE_DIR_ANY,
Dusb_device.c203 } else if (setup->direction == UE_DIR_ANY) { in usbd_get_endpoint()