Searched refs:bObdData (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/epl/ |
D | EplPdok.c | 352 BYTE bObdData; in EplPdokProcess() local 392 EplObdReadEntry(wObdCommIndex, 0x01, &bObdData, in EplPdokProcess() 403 if (bObdData != uiNodeId) { // node ID does not equal - wrong PDO, try next PDO in OD in EplPdokProcess() 427 EplObdReadEntry(wObdCommIndex, 0x02, &bObdData, in EplPdokProcess() 437 …if ((bObdData & EPL_VERSION_MAIN) != (bFrameData & EPL_VERSION_MAIN)) { // PDO versions do not mat… in EplPdokProcess() 529 EplObdReadEntry(wObdCommIndex, 0x01, &bObdData, in EplPdokProcess() 540 if (bObdData != uiNodeId) { // node ID does not equal - wrong PDO, try next PDO in OD in EplPdokProcess() 565 EplObdReadEntry(wObdCommIndex, 0x02, &bObdData, in EplPdokProcess() 573 bObdData); in EplPdokProcess()
|