Searched refs:UE_ADDR_ANY (Results 1 – 11 of 11) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_cdce.c | 100 .endpoint = UE_ADDR_ANY, 113 .endpoint = UE_ADDR_ANY, 126 .endpoint = UE_ADDR_ANY, 138 .endpoint = UE_ADDR_ANY, 153 .endpoint = UE_ADDR_ANY, 166 .endpoint = UE_ADDR_ANY, 179 .endpoint = UE_ADDR_ANY, 191 .endpoint = UE_ADDR_ANY,
|
D | if_urndis.c | 80 .endpoint = UE_ADDR_ANY, 93 .endpoint = UE_ADDR_ANY, 108 .endpoint = UE_ADDR_ANY,
|
D | if_axge.c | 88 .endpoint = UE_ADDR_ANY, 98 .endpoint = UE_ADDR_ANY,
|
D | if_axe.c | 162 .endpoint = UE_ADDR_ANY, 172 .endpoint = UE_ADDR_ANY,
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 570 .endpoint = UE_ADDR_ANY, 579 .endpoint = UE_ADDR_ANY, 598 .endpoint = UE_ADDR_ANY, 617 .endpoint = UE_ADDR_ANY, 670 .endpoint = UE_ADDR_ANY, 689 .endpoint = UE_ADDR_ANY, 708 .endpoint = UE_ADDR_ANY,
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 124 .endpoint = UE_ADDR_ANY, 134 .endpoint = UE_ADDR_ANY, 143 .endpoint = UE_ADDR_ANY,
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 353 .endpoint = UE_ADDR_ANY, 362 .endpoint = UE_ADDR_ANY,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 540 #define UE_ADDR_ANY 0xff /* for internal use only! */ macro
|
D | usb_device.c | 215 if (setup->endpoint == UE_ADDR_ANY) { in usbd_get_endpoint()
|
D | usb_hub.c | 119 .endpoint = UE_ADDR_ANY,
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 832 cfg[0].endpoint = UE_ADDR_ANY; in usb_setup_endpoint_agg()
|