Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/docs/components/
Darm-sip-service.rst142 DEBUGFS_E_INVALID_PARAMS -2
181 w0 == DEBUGFS_E_INVALID_PARAMS if mount operation failed
219 w0 == DEBUGFS_E_INVALID_PARAMS if open operation failed
247 w0 == DEBUGFS_E_INVALID_PARAMS if close operation failed
278 w0 == DEBUGFS_E_INVALID_PARAMS if read operation failed
317 w0 == DEBUGFS_E_INVALID_PARAMS if seek operation failed
342 w0 == DEBUGFS_E_INVALID_PARAMS if bind operation failed
368 w0 == DEBUGFS_E_INVALID_PARAMS if stat operation failed
396 w0 == DEBUGFS_E_INVALID_PARAMS if already initialized,
/external/arm-trusted-firmware/include/lib/
Ddebugfs.h71 #define DEBUGFS_E_INVALID_PARAMS (-2) macro
/external/arm-trusted-firmware/lib/debugfs/
Ddebugfs_smc.c71 int64_t smc_ret = DEBUGFS_E_INVALID_PARAMS, smc_resp = 0; in debugfs_smc_handler()