Searched refs:DeviceOutRequest (Results 1 – 5 of 5) sorted by relevance
424 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ast_vhub_std_hub_request() 438 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ast_vhub_std_hub_request() 440 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ast_vhub_std_hub_request() 450 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in ast_vhub_std_hub_request() 473 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in ast_vhub_std_hub_request()
251 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ast_vhub_std_dev_request() 264 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ast_vhub_std_dev_request() 266 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ast_vhub_std_dev_request()
528 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in rh_call_control() 534 case DeviceOutRequest | USB_REQ_SET_FEATURE: in rh_call_control() 545 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in rh_call_control() 610 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in rh_call_control() 612 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in rh_call_control()
601 #define DeviceOutRequest \ macro
742 if ((DeviceOutRequest == req->bRequestType << 8) && in usbhsh_is_request_address()