Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/pmicdemo/src/
Dpmic_graphic.c266 if (retval == PMIC_ERR_OK) in usePMIC()
288 if (retval == PMIC_ERR_OK) in usePMIC()
308 errCode = (PMIC_ERR)(PMIC_ERR_OK + 1); in usePMIC()
311 if (retval == PMIC_ERR_OK) in usePMIC()
319 errCode = PMIC_ERR_OK; in usePMIC()
327 if (errCode > PMIC_ERR_OK) // still waiting? in usePMIC()
331 else if (errCode == PMIC_ERR_OK) in usePMIC()
353 else if (retval != PMIC_ERR_OK) in usePMIC()
366 errCode = (PMIC_ERR)(PMIC_ERR_OK + 1); in usePMIC()
369 if (retval == PMIC_ERR_OK) in usePMIC()
[all …]
Dpmic_simple.c279 if (retval == PMIC_ERR_OK) in usePMIC()
300 if (retval == PMIC_ERR_OK) in usePMIC()
318 errCode = (PMIC_ERR)(PMIC_ERR_OK + 1); in usePMIC()
321 if (retval == PMIC_ERR_OK) in usePMIC()
336 if (errCode > PMIC_ERR_OK) { // still waiting? in usePMIC()
339 else if (errCode == PMIC_ERR_OK) in usePMIC()
360 else if (retval != PMIC_ERR_OK) in usePMIC()
378 errCode = (PMIC_ERR)(PMIC_ERR_OK + 1); in usePMIC()
381 if (retval == PMIC_ERR_OK) in usePMIC()
396 if (errCode > PMIC_ERR_OK) in usePMIC()
[all …]
/RvlSDK-3.3/include/revolution/
Dpmic.h125 PMIC_ERR_OK = 0, // OK / no error enumerator