Searched refs:UDESC_ENDPOINT (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_parse.c | 209 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach() 243 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach()
|
H A D | usb.h | 201 #define UDESC_ENDPOINT 0x05 macro
|
H A D | usb_device.c | 1838 udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT; in usb_alloc_device() 2043 usbd_get_no_descriptors(udev->cdesc, UDESC_ENDPOINT) == 0) { in usb_alloc_device() 2234 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_cdev_create()
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template.c | 322 ed->bDescriptorType = UDESC_ENDPOINT; in usb_make_endpoint_desc() 792 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_hw_ep_get_needs()
|
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 197 .bDescriptorType = UDESC_ENDPOINT,
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 899 case UDESC_ENDPOINT: in usb_linux_create_usb_device()
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt.c | 765 if ((ed->bDescriptorType == UDESC_ENDPOINT) && in ubt_attach()
|
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1492 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | avr32dci.c | 1441 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | uss820dci.c | 1787 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | ohci.c | 2032 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | uhci.c | 2286 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | musb_otg.c | 3518 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | ehci.c | 2938 .bDescriptorType = UDESC_ENDPOINT,
|
H A D | dwc_otg.c | 4273 .bDescriptorType = UDESC_ENDPOINT,
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 1913 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in uaudio_chan_fill_info_sub()
|