Symbol: UDESC_ENDPOINT
sys/compat/linuxkpi/common/src/linux_usb.c
899
case UDESC_ENDPOINT:
sys/dev/sound/usb/uaudio.c
1904
if ((desc->bDescriptorType == UDESC_ENDPOINT) &&
sys/dev/usb/controller/atmegadci.c
1492
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/avr32dci.c
1441
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/dwc_otg.c
4273
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/ehci.c
2938
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/musb_otg.c
3518
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/ohci.c
2032
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/uhci.c
2286
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/uss820dci.c
1787
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/controller/xhci.c
3276
.bDescriptorType = UDESC_ENDPOINT,
sys/dev/usb/template/usb_template.c
322
ed->bDescriptorType = UDESC_ENDPOINT;
sys/dev/usb/template/usb_template.c
792
if ((desc->bDescriptorType == UDESC_ENDPOINT) &&
sys/dev/usb/usb_device.c
1838
udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT;
sys/dev/usb/usb_device.c
2043
usbd_get_no_descriptors(udev->cdesc, UDESC_ENDPOINT) == 0) {
sys/dev/usb/usb_device.c
2235
if ((desc->bDescriptorType == UDESC_ENDPOINT) &&
sys/dev/usb/usb_parse.c
209
if (desc->bDescriptorType == UDESC_ENDPOINT) {
sys/dev/usb/usb_parse.c
243
if (desc->bDescriptorType == UDESC_ENDPOINT)
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
762
if ((ed->bDescriptorType == UDESC_ENDPOINT) &&
usr.sbin/bhyve/usb_mouse.c
197
.bDescriptorType = UDESC_ENDPOINT,