Searched refs:DeviceOutRequest (Results 1 – 4 of 4) sorted by relevance
219 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in usb_hub_handle_control()233 case DeviceOutRequest | USB_REQ_SET_FEATURE: in usb_hub_handle_control()241 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usb_hub_handle_control()296 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usb_hub_handle_control()303 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in usb_hub_handle_control()
243 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in usb_msd_handle_control()251 case DeviceOutRequest | USB_REQ_SET_FEATURE: in usb_msd_handle_control()259 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usb_msd_handle_control()309 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usb_msd_handle_control()316 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in usb_msd_handle_control()
646 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in usb_hid_handle_control()654 case DeviceOutRequest | USB_REQ_SET_FEATURE: in usb_hid_handle_control()662 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in usb_hid_handle_control()734 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in usb_hid_handle_control()741 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in usb_hid_handle_control()
87 #define DeviceOutRequest ((USB_DIR_OUT|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) macro