Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c100 .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,
Dif_urndis.c80 .endpoint = UE_ADDR_ANY,
93 .endpoint = UE_ADDR_ANY,
108 .endpoint = UE_ADDR_ANY,
Dif_axge.c88 .endpoint = UE_ADDR_ANY,
98 .endpoint = UE_ADDR_ANY,
Dif_axe.c162 .endpoint = UE_ADDR_ANY,
172 .endpoint = UE_ADDR_ANY,
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c570 .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/
Du3g.c124 .endpoint = UE_ADDR_ANY,
134 .endpoint = UE_ADDR_ANY,
143 .endpoint = UE_ADDR_ANY,
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c353 .endpoint = UE_ADDR_ANY,
362 .endpoint = UE_ADDR_ANY,
/third_party/FreeBSD/sys/dev/usb/
Dusb.h540 #define UE_ADDR_ANY 0xff /* for internal use only! */ macro
Dusb_device.c215 if (setup->endpoint == UE_ADDR_ANY) { in usbd_get_endpoint()
Dusb_hub.c119 .endpoint = UE_ADDR_ANY,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c832 cfg[0].endpoint = UE_ADDR_ANY; in usb_setup_endpoint_agg()