Home
last modified time | relevance | path

Searched refs:DeviceRequest (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dusb_defs.h69 #define DeviceRequest \ macro
/openbmc/qemu/hw/usb/
H A Ddesc.c723 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in usb_desc_handle_control()
727 case DeviceRequest | USB_REQ_GET_CONFIGURATION: in usb_desc_handle_control()
741 case DeviceRequest | USB_REQ_GET_STATUS: { in usb_desc_handle_control()
H A Dcanokey.c156 uint32_t dir_in = request & DeviceRequest; in canokey_handle_control()
H A Ddev-smartcard-reader.c647 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ccid_control_to_str()
649 case DeviceRequest | USB_REQ_GET_CONFIGURATION: in ccid_control_to_str()
653 case DeviceRequest | USB_REQ_GET_STATUS: in ccid_control_to_str()
H A Dredirect.c1115 case DeviceRequest | USB_REQ_GET_CONFIGURATION: in usbredir_handle_control()
/openbmc/qemu/include/hw/
H A Dusb.h107 #define DeviceRequest ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c909 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in xhci_submit_root()
H A Dehci-hcd.c702 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ehci_submit_root()