Searched refs:pVal (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.h65 * @param pVal the value of the property
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
H A Dsmc_properties.c306 * @param pVal the value of the property
307 * @return 0 if found, else 1 (and pVal set to 0)
309 int smcGetPropertyAsInt(char *pProp, int *pVal) argument
314 *pVal = 0;
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
321 *pVal = 0;
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.h65 * @param pVal the value of the property
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
H A Dsmc_properties.c306 * @param pVal the value of the property
307 * @return 0 if found, else 1 (and pVal set to 0)
309 int smcGetPropertyAsInt(char *pProp, int *pVal) argument
314 *pVal = 0;
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
321 *pVal = 0;

Completed in 6 milliseconds