Searched refs:UE_DIR_ANY (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 541 .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/ |
D | uhid.c | 372 .direction = UE_DIR_ANY, 381 .direction = UE_DIR_ANY,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_transfer.c | 52 .direction = UE_DIR_ANY, 64 .direction = UE_DIR_ANY, 79 .direction = UE_DIR_ANY, 90 .direction = UE_DIR_ANY,
|
D | usb.h | 538 #define UE_DIR_ANY 0xff /* for internal use only! */ macro
|
D | usb_generic.c | 193 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()
|
D | usb_hub.c | 120 .direction = UE_DIR_ANY, 131 .direction = UE_DIR_ANY,
|
D | usb_device.c | 203 } else if (setup->direction == UE_DIR_ANY) { in usbd_get_endpoint()
|