Searched refs:reqType (Results 1 – 5 of 5) sorted by relevance
88 uint32_t reqType; member
785 reqType: USBControlRequestType; property
223 uint32_t reqType; member236 uint32_t reqType = 0; in ParsePipeControlParam() local237 NapiUtil::JsObjectToUint(env, jsObj, "reqType", reqType); in ParsePipeControlParam()254 controlParam.reqType = reqType; in ParsePipeControlParam()1004 if ((asyncContext->reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT) { in __anonfb361f7e0702()1010 …asyncContext->reqType, asyncContext->request, asyncContext->value, asyncContext->index, asyncConte… in __anonfb361f7e0702()1019 if ((asyncContext->reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_IN) { in __anonfb361f7e0702()1114 asyncContext->reqType = controlParam.reqType; in PipeControlTransfer()1118 if ((asyncContext->reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT) { in PipeControlTransfer()
247 reqType: requestType, property
680 uint32_t reqType = static_cast<uint32_t>(ctrl.requestType); in ControlTransfer() local681 bool isWrite = ((reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT); in ControlTransfer()