Lines Matching full:return

19  * Return: return code of the operation
27 * Return: return code of the operation
35 * Return: return code of the operation
48 * Return: return code of the operation
61 * Return: return code of the operation
74 * Return: return code of the operation
90 * Return: return code of the operation
102 * Return: return code of the operation
112 * Return: return code of the operation
122 * Return: return code of the operation
130 * Return: return code of the operation
138 * Return: return code of the operation
146 * Return: return code of the operation
155 * Return: return code of the operation
169 * Return: return code of the operation
179 * Return: return code of the operation
192 * Return: return code of the operation
200 * Return: return code of the operation
214 * Return: return code of the operation
232 * Return: return code of the operation
243 * Return: return code of the operation
253 * Return: return code of the operation
265 * Return: 0 if key was found in TPM; != 0 if not.
273 * that the TPM may legally return fewer bytes than requested by retrying
279 * Return: return code of the operation
287 * Return: return code of the operation (0 = success)
295 * Return: return code of the operation (0 = success)
303 * Return: return code of the operation (0 = success)
312 * Return: return code of the operation (0 = success)
320 * Return: return code of the operation (0 = success)
326 return IS_ENABLED(CONFIG_TPM_V1) && tpm_get_version(dev) == TPM_V1; in tpm_is_v1()
331 return IS_ENABLED(CONFIG_TPM_V2) && tpm_get_version(dev) == TPM_V2; in tpm_is_v2()
338 * Return: return code of the operation (0 = success)