Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/tee/optee/
Doptee.c339 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_alloc()
352 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_alloc()
387 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_free()
399 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_free()
420 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_get_time()
525 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_notify()
548 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_notify()
554 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_cmd_wait()
592 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_supp_cmd()
706 TEEC_ERROR_BAD_PARAMETERS; in optee_call()
/Zephyr-latest/include/zephyr/drivers/
Dtee.h151 #define TEEC_ERROR_BAD_PARAMETERS 0xFFFF0006 macro