Home
last modified time | relevance | path

Searched refs:USB_REQ_GET_DESCRIPTOR (Results 1 – 20 of 20) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dep0.c454 case USB_REQ_GET_DESCRIPTOR: in ep0_recv_setup()
480 case USB_REQ_GET_DESCRIPTOR: in ep0_recv_setup()
588 case USB_REQ_GET_DESCRIPTOR: in ep0_recv_setup()
Df_sdp.c424 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR) { in sdp_setup()
Df_dfu.c599 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR && in dfu_handle()
Dcomposite.c730 case USB_REQ_GET_DESCRIPTOR: in composite_setup()
Dci_udc.c65 case USB_REQ_GET_DESCRIPTOR: return "GET_DESCRIPTOR"; in reqname()
Ddwc2_udc_otg_xfer_dma.c1367 case USB_REQ_GET_DESCRIPTOR: in dwc2_ep0_setup()
Dether.c1270 case USB_REQ_GET_DESCRIPTOR: in eth_setup()
/external/u-boot/include/
Dusbdevice.h259 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
723 else if (r->bRequest == USB_REQ_GET_DESCRIPTOR) in print_usb_device_request()
732 if (r->bRequest == USB_REQ_GET_DESCRIPTOR) { in print_usb_device_request()
Dusb_defs.h139 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/external/u-boot/common/
Dusb.c558 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_descriptor()
713 USB_REQ_GET_DESCRIPTOR, USB_RECIP_INTERFACE | USB_DIR_IN, in usb_get_class_descriptor()
729 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_string()
Dusb_hub.c95 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in usb_get_hub_descriptor()
/external/libpcap/
Dpcap-usb-linux.c405 #define USB_REQ_GET_DESCRIPTOR 6 macro
447 ctrl.bRequest = USB_REQ_GET_DESCRIPTOR; in probe_devices()
453 ctrl.request = USB_REQ_GET_DESCRIPTOR; in probe_devices()
/external/libusb-compat/libusb/
Dusb.h208 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/external/u-boot/drivers/usb/emul/
Dusb-emul-uclass.c191 case USB_REQ_GET_DESCRIPTOR: { in usb_emul_control()
/external/u-boot/include/linux/usb/
Dch9.h85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/external/u-boot/drivers/usb/host/
Dxhci.c909 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in xhci_submit_root()
949 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in xhci_submit_root()
Dehci-hcd.c696 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ehci_submit_root()
738 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()
Ddwc2.c702 case USB_REQ_GET_DESCRIPTOR: in dwc_otg_submit_rh_msg_in()
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c798 case USB_REQ_GET_DESCRIPTOR: in submit_control_msg()