Searched refs:DeviceOutRequest (Results 1 – 6 of 6) sorted by relevance
717 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()
645 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()
1480 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usb_host_handle_control()1485 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usb_host_handle_control()
1108 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usbredir_handle_control()1112 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usbredir_handle_control()
2176 DeviceOutRequest | USB_REQ_SET_ADDRESS, in xhci_address_slot()
108 #define DeviceOutRequest ((USB_DIR_OUT|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) macro