Home
last modified time | relevance | path

Searched refs:DeviceOutRequest (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/usb/
H A Ddesc.c717 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usb_desc_handle_control()
736 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usb_desc_handle_control()
763 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in usb_desc_handle_control()
770 case DeviceOutRequest | USB_REQ_SET_FEATURE: in usb_desc_handle_control()
778 case DeviceOutRequest | USB_REQ_SET_SEL: in usb_desc_handle_control()
779 case DeviceOutRequest | USB_REQ_SET_ISOCH_DELAY: in usb_desc_handle_control()
H A Ddev-smartcard-reader.c645 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ccid_control_to_str()
651 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in ccid_control_to_str()
655 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ccid_control_to_str()
657 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ccid_control_to_str()
H A Dhost-libusb.c1480 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usb_host_handle_control()
1485 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usb_host_handle_control()
H A Dredirect.c1108 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usbredir_handle_control()
1112 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usbredir_handle_control()
H A Dhcd-xhci.c2176 DeviceOutRequest | USB_REQ_SET_ADDRESS, in xhci_address_slot()
/qemu/include/hw/
H A Dusb.h108 #define DeviceOutRequest ((USB_DIR_OUT|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) macro