Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/components/
H A Dven-el3-debugfs.rst52 DEBUGFS_E_INVALID_PARAMS -2
91 w0 == DEBUGFS_E_INVALID_PARAMS if mount operation failed
129 w0 == DEBUGFS_E_INVALID_PARAMS if open operation failed
157 w0 == DEBUGFS_E_INVALID_PARAMS if close operation failed
188 w0 == DEBUGFS_E_INVALID_PARAMS if read operation failed
227 w0 == DEBUGFS_E_INVALID_PARAMS if seek operation failed
252 w0 == DEBUGFS_E_INVALID_PARAMS if bind operation failed
278 w0 == DEBUGFS_E_INVALID_PARAMS if stat operation failed
306 w0 == DEBUGFS_E_INVALID_PARAMS if already initialized,
/rk3399_ARM-atf/include/lib/
H A Ddebugfs.h83 #define DEBUGFS_E_INVALID_PARAMS (-2) macro
/rk3399_ARM-atf/lib/debugfs/
H A Ddebugfs_smc.c71 int64_t smc_ret = DEBUGFS_E_INVALID_PARAMS, smc_resp = 0; in debugfs_smc_handler()