Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dep0.c455 case USB_REQ_GET_DESCRIPTOR: in ep0_recv_setup()
481 case USB_REQ_GET_DESCRIPTOR: in ep0_recv_setup()
589 case USB_REQ_GET_DESCRIPTOR: in ep0_recv_setup()
Df_sdp.c430 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR) { in sdp_setup()
Df_dfu.c618 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR && in dfu_handle()
Dcomposite.c792 case USB_REQ_GET_DESCRIPTOR: in composite_setup()
Dci_udc.c66 case USB_REQ_GET_DESCRIPTOR: return "GET_DESCRIPTOR"; in reqname()
Ddwc2_udc_otg_xfer_dma.c1380 case USB_REQ_GET_DESCRIPTOR: in dwc2_ep0_setup()
Dether.c1262 case USB_REQ_GET_DESCRIPTOR: in eth_setup()
/third_party/uboot/u-boot-2020.01/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
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h138 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/third_party/uboot/u-boot-2020.01/common/
Dusb.c570 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_descriptor()
725 USB_REQ_GET_DESCRIPTOR, USB_RECIP_INTERFACE | USB_DIR_IN, in usb_get_class_descriptor()
741 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_string()
Dusb_hub.c96 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in usb_get_hub_descriptor()
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/
Dusb-emul-uclass.c191 case USB_REQ_GET_DESCRIPTOR: { in usb_emul_control()
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Dch9.h85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_config.c376 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR) in fconfig_composite_setup()
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci.c911 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in xhci_submit_root()
951 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in xhci_submit_root()
Dehci-hcd.c694 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ehci_submit_root()
736 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()
Ddwc2.c706 case USB_REQ_GET_DESCRIPTOR: in dwc_otg_submit_rh_msg_in()
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c486 case USB_REQ_GET_DESCRIPTOR: in usb_composite_setup()
/third_party/uboot/u-boot-2020.01/drivers/usb/musb/
Dmusb_hcd.c792 case USB_REQ_GET_DESCRIPTOR: in submit_control_msg()