Searched refs:FFA_RET_INVALID_PARAMETERS (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c190 ret = FFA_RET_INVALID_PARAMETERS;
195 ret = FFA_RET_INVALID_PARAMETERS;
215 ret = FFA_RET_INVALID_PARAMETERS;
221 ret = FFA_RET_INVALID_PARAMETERS;
228 ret = FFA_RET_INVALID_PARAMETERS;
235 ret = FFA_RET_INVALID_PARAMETERS;
266 ret = FFA_RET_INVALID_PARAMETERS;
272 ret = FFA_RET_INVALID_PARAMETERS;
368 int ret = FFA_RET_INVALID_PARAMETERS;
437 ret = FFA_RET_INVALID_PARAMETERS;
[all...]
/linux-master/include/linux/
H A Darm_ffa.h91 #define FFA_RET_INVALID_PARAMETERS (-2) macro
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c70 -EINVAL, /* FFA_RET_INVALID_PARAMETERS */
575 return ffa_to_linux_errno(FFA_RET_INVALID_PARAMETERS);

Completed in 118 milliseconds