Home
last modified time | relevance | path

Searched refs:UDESC_DEVICE (Results 1 – 16 of 16) sorted by relevance

/NextBSD/sys/dev/usb/template/
HDusb_template.c465 utd->udd.bDescriptorType = UDESC_DEVICE; in usb_make_device_desc()
862 if (desc->bDescriptorType == UDESC_DEVICE) { in usb_hw_ep_resolve()
998 if (dd->bDescriptorType != UDESC_DEVICE) { in usb_temp_get_device_desc()
1164 case UDESC_DEVICE: in usb_temp_get_desc()
/NextBSD/sys/dev/usb/
HDusb.h194 #define UDESC_DEVICE 0x01 macro
HDusb_request.c1377 sizeof(*d), 0, UDESC_DEVICE, 0, 3)); in usbd_req_get_device_desc()
1954 USB_MAX_IPACKET, USB_MAX_IPACKET, 0, UDESC_DEVICE, 0, 0); in usbd_setup_device_desc()
/NextBSD/sys/dev/usb/controller/
HDatmegadci.c1517 .bDescriptorType = UDESC_DEVICE,
1761 case UDESC_DEVICE: in atmegadci_roothub_exec()
HDavr32dci.c1446 .bDescriptorType = UDESC_DEVICE,
1701 case UDESC_DEVICE: in avr32dci_roothub_exec()
HDat91dci.c1739 .bDescriptorType = UDESC_DEVICE,
1982 case UDESC_DEVICE: in at91dci_roothub_exec()
HDuss820dci.c1796 .bDescriptorType = UDESC_DEVICE,
2051 case UDESC_DEVICE: in uss820dci_roothub_exec()
HDohci.c2039 UDESC_DEVICE, /* type */
2134 case UDESC_DEVICE: in ohci_roothub_exec()
HDuhci.c2317 UDESC_DEVICE, /* type */
2526 case UDESC_DEVICE: in uhci_roothub_exec()
HDsaf1761_otg.c2778 .bDescriptorType = UDESC_DEVICE,
3050 case UDESC_DEVICE: in saf1761_otg_roothub_exec()
HDmusb_otg.c3532 .bDescriptorType = UDESC_DEVICE,
3787 case UDESC_DEVICE: in musbotg_roothub_exec()
HDehci.c3008 UDESC_DEVICE, /* type */
3128 case UDESC_DEVICE: in ehci_roothub_exec()
HDxhci.c3159 .bDescriptorType = UDESC_DEVICE, /* type */
3296 case UDESC_DEVICE: in xhci_roothub_exec()
HDdwc_otg.c4247 .bDescriptorType = UDESC_DEVICE,
4490 case UDESC_DEVICE: in dwc_otg_roothub_exec()
/NextBSD/sys/mips/cavium/usb/
HDoctusb.c1358 .bDescriptorType = UDESC_DEVICE,
1473 case UDESC_DEVICE: in octusb_roothub_exec()
/NextBSD/sys/compat/linuxkpi/common/src/
HDlinux_usb.c904 case UDESC_DEVICE: in usb_linux_create_usb_device()