Home
last modified time | relevance | path

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

123

/openbmc/u-boot/drivers/usb/gadget/
H A 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()
H A Df_sdp.c429 if (ctrl->bRequest == USB_REQ_GET_DESCRIPTOR) { in sdp_setup()
/openbmc/u-boot/include/
H A 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()
H A Dusb_defs.h139 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/openbmc/linux/drivers/usb/common/
H A Ddebug.c166 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 Dehset.c132 ret = usb_control_msg_recv(dev, 0, USB_REQ_GET_DESCRIPTOR, in ehset_probe()
H A Dlvstest.c275 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 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()
H A Dusb_hub.c95 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in usb_get_hub_descriptor()
/openbmc/qemu/hw/usb/
H A Du2f.c168 case InterfaceRequest | USB_REQ_GET_DESCRIPTOR: in u2f_key_handle_control()
H A Ddev-wacom.c328 case InterfaceRequest | USB_REQ_GET_DESCRIPTOR: in usb_wacom_handle_control()
H A Ddev-hid.c589 case InterfaceRequest | USB_REQ_GET_DESCRIPTOR: in usb_hid_handle_control()
H A Ddev-hub.c60 #define GetHubDescriptor (0xa000 | USB_REQ_GET_DESCRIPTOR)
/openbmc/linux/drivers/usb/usbip/
H A Dvudc_sysfs.c35 req.bRequest = USB_REQ_GET_DESCRIPTOR; in get_gadget_descs()
H A Dvhci_hcd.c418 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 Dusb-emul-uclass.c191 case USB_REQ_GET_DESCRIPTOR: { in usb_emul_control()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Ddbgp.c361 if (request == USB_REQ_GET_DESCRIPTOR) { in dbgp_setup()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/openbmc/u-boot/drivers/usb/host/
H A 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()
H A Dehci-hcd.c702 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 Dmidi2.c530 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 Dusb.h134 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/openbmc/linux/include/linux/usb/
H A Dhcd.h600 #define GetHubDescriptor HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_DESCRIPTOR)
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h82 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/openbmc/linux/drivers/usb/core/
H A Dhcd.c549 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()

123