Home
last modified time | relevance | path

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

/drivers/staging/epl/
DEplApiGeneric.c567 tEplObdSize EntrySize; in EplApiLinkObject() local
591 EntrySize = (tEplObdSize) sizeof(bIndexEntries); in EplApiLinkObject()
595 &EntrySize); in EplApiLinkObject()
621 EntrySize = EplObdGetDataSize(uiObjIndex_p, uiSubindex); in EplApiLinkObject()
623 if (EntrySize == 0x00) { in EplApiLinkObject()
629 EntrySize = *pEntrySize_p; in EplApiLinkObject()
635 VarParam.m_Size = EntrySize; in EplApiLinkObject()
638 UsedSize += EntrySize; in EplApiLinkObject()
639 pbData += EntrySize; in EplApiLinkObject()
DEplErrorHandlerk.c772 tEplObdSize EntrySize; in EplErrorHandlerkLinkArray() local
775 EntrySize = (tEplObdSize) sizeof(bIndexEntries); in EplErrorHandlerkLinkArray()
777 0x00, (void GENERIC *)&bIndexEntries, &EntrySize); in EplErrorHandlerkLinkArray()
DEplSdoComu.c1966 tEplObdSize EntrySize; in EplSdoComServerInitReadByIndex() local
2029 EntrySize = EplObduGetDataSize(uiIndex, uiSubindex); in EplSdoComServerInitReadByIndex()
2033 if (EntrySize > EPL_SDO_MAX_PAYLOAD) { // segmented transfer in EplSdoComServerInitReadByIndex()
2044 pSdoComCon_p->m_uiTransSize = EntrySize; in EplSdoComServerInitReadByIndex()
2374 tEplObdSize EntrySize; in EplSdoComServerInitWriteByIndex() local
2543 EntrySize = EplObduGetDataSize(uiIndex, uiSubindex); in EplSdoComServerInitWriteByIndex()
2547 if (EntrySize < pSdoComCon_p->m_uiTransSize) { // parameter too big in EplSdoComServerInitWriteByIndex()