Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c56 static const int ffa_linux_errmap[] = { variable
73 if (err_idx >= 0 && err_idx < ARRAY_SIZE(ffa_linux_errmap)) in ffa_to_linux_errno()
74 return ffa_linux_errmap[err_idx]; in ffa_to_linux_errno()