Home
last modified time | relevance | path

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

/drivers/staging/epl/
DEplApiGeneric.c706 tEplSdoComTransParamByIndex TransParamByIndex; in EplApiReadObject() local
721 TransParamByIndex.m_pData = pDstData_le_p; in EplApiReadObject()
722 TransParamByIndex.m_SdoAccessType = kEplSdoAccessTypeRead; in EplApiReadObject()
723 TransParamByIndex.m_SdoComConHdl = *pSdoComConHdl_p; in EplApiReadObject()
724 TransParamByIndex.m_uiDataSize = *puiSize_p; in EplApiReadObject()
725 TransParamByIndex.m_uiIndex = uiIndex_p; in EplApiReadObject()
726 TransParamByIndex.m_uiSubindex = uiSubindex_p; in EplApiReadObject()
727 TransParamByIndex.m_pfnSdoFinishedCb = EplApiCbSdoCon; in EplApiReadObject()
728 TransParamByIndex.m_pUserArg = pUserArg_p; in EplApiReadObject()
730 Ret = EplSdoComInitTransferByIndex(&TransParamByIndex); in EplApiReadObject()
[all …]