Lines Matching defs:token
75 s32 token; member
532 const s32 token = func->token; in rtas_token_to_function_xarray_init() local
547 static const struct rtas_function *rtas_token_to_function(s32 token) in rtas_token_to_function()
582 const s32 token = be32_to_cpu(args->token); in __do_enter_rtas_trace() local
953 const s32 token = rtas_function_token(RTAS_FN_RTAS_LAST_ERROR); in __fetch_rtas_last_error() local
1006 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
1042 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
1051 static bool token_is_restricted_errinjct(s32 token) in token_is_restricted_errinjct()
1115 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1364 int token = rtas_function_token(RTAS_FN_GET_POWER_LEVEL); in rtas_get_power_level() local
1381 int token = rtas_function_token(RTAS_FN_SET_POWER_LEVEL); in rtas_set_power_level() local
1399 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor() local
1417 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor_fast() local
1432 bool rtas_indicator_present(int token, int *maxindex) in rtas_indicator_present()
1436 __be32 token; in rtas_indicator_present() member
1459 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator() local
1480 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator_fast() local
1523 int token = rtas_function_token(RTAS_FN_IBM_SUSPEND_ME); in rtas_ibm_suspend_me() local
1590 s32 token = rtas_function_token(RTAS_FN_IBM_OS_TERM); in rtas_os_term() local
1633 int token = rtas_function_token(RTAS_FN_IBM_ACTIVATE_FIRMWARE); in rtas_activate_firmware() local
1716 static bool block_rtas_call(int token, int nargs, in block_rtas_call()
1802 int nargs, nret, token; in SYSCALL_DEFINE1() local