/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ep0.c | 454 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()
|
H A D | f_sdp.c | 429 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR) { in sdp_setup()
|
/openbmc/u-boot/include/ |
H A D | usbdevice.h | 259 #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()
|
H A D | usb_defs.h | 139 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
/openbmc/linux/drivers/usb/common/ |
H A D | debug.c | 166 bRequest == USB_REQ_GET_DESCRIPTOR ? "Get" : "Set", in usb_decode_get_set_descriptor() 246 case USB_REQ_GET_DESCRIPTOR: in usb_decode_ctrl_standard()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | ehset.c | 132 ret = usb_control_msg_recv(dev, 0, USB_REQ_GET_DESCRIPTOR, in ehset_probe()
|
H A D | lvstest.c | 275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store() 424 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in lvs_rh_probe()
|
/openbmc/u-boot/common/ |
H A D | usb.c | 558 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()
|
H A D | usb_hub.c | 95 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in usb_get_hub_descriptor()
|
/openbmc/qemu/hw/usb/ |
H A D | u2f.c | 168 case InterfaceRequest | USB_REQ_GET_DESCRIPTOR: in u2f_key_handle_control()
|
H A D | dev-wacom.c | 328 case InterfaceRequest | USB_REQ_GET_DESCRIPTOR: in usb_wacom_handle_control()
|
H A D | dev-hid.c | 589 case InterfaceRequest | USB_REQ_GET_DESCRIPTOR: in usb_hid_handle_control()
|
H A D | dev-hub.c | 60 #define GetHubDescriptor (0xa000 | USB_REQ_GET_DESCRIPTOR)
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 35 req.bRequest = USB_REQ_GET_DESCRIPTOR; in get_gadget_descs()
|
H A D | vhci_hcd.c | 418 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in vhci_hub_control() 781 case USB_REQ_GET_DESCRIPTOR: in vhci_urb_enqueue()
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | usb-emul-uclass.c | 191 case USB_REQ_GET_DESCRIPTOR: { in usb_emul_control()
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 361 if (request == USB_REQ_GET_DESCRIPTOR) { in dbgp_setup()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 909 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()
|
H A D | ehci-hcd.c | 702 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ehci_submit_root() 744 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()
|
/openbmc/linux/sound/usb/ |
H A D | midi2.c | 530 USB_REQ_GET_DESCRIPTOR, in get_group_terminal_block_descs() 549 USB_REQ_GET_DESCRIPTOR, in get_group_terminal_block_descs()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 134 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 600 #define GetHubDescriptor HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_DESCRIPTOR)
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 82 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 549 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control() 654 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control() 2196 dr->bRequest = USB_REQ_GET_DESCRIPTOR; in ehset_single_step_set_feature()
|