Home
last modified time | relevance | path

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

/drivers/staging/epl/
DEplErrDef.h139 kEplObdValueLengthError = 0x003A, // value to write is to long or to short enumerator
DEplObd.c455 Ret = kEplObdValueLengthError; in EplObdReadEntry()
627 Ret = kEplObdValueLengthError; in EplObdDefineVar()
1070 Ret = kEplObdValueLengthError; in EplObdReadEntryToLe()
2002 Ret = kEplObdValueLengthError; in EplObdWriteEntryPre()
2013 Ret = kEplObdValueLengthError; in EplObdWriteEntryPre()
2026 Ret = kEplObdValueLengthError; in EplObdWriteEntryPre()
DEplSdoComu.c2496 case kEplObdValueLengthError: in EplSdoComServerInitWriteByIndex()