Lines Matching defs:token

84 	s32 token;  member
614 const s32 token = func->token; in rtas_token_to_function_xarray_init() local
633 static const struct rtas_function *rtas_token_to_function_untrusted(s32 token) in rtas_token_to_function_untrusted()
644 static const struct rtas_function *rtas_token_to_function(s32 token) in rtas_token_to_function()
1052 const s32 token = rtas_function_token(RTAS_FN_RTAS_LAST_ERROR); in __fetch_rtas_last_error() local
1105 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
1141 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
1150 static bool token_is_restricted_errinjct(s32 token) in token_is_restricted_errinjct()
1214 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1456 int token = rtas_function_token(RTAS_FN_GET_POWER_LEVEL); in rtas_get_power_level() local
1473 int token = rtas_function_token(RTAS_FN_SET_POWER_LEVEL); in rtas_set_power_level() local
1491 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor() local
1509 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor_fast() local
1524 bool rtas_indicator_present(int token, int *maxindex) in rtas_indicator_present()
1528 __be32 token; in rtas_indicator_present() member
1551 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator() local
1572 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator_fast() local
1615 int token = rtas_function_token(RTAS_FN_IBM_SUSPEND_ME); in rtas_ibm_suspend_me() local
1682 s32 token = rtas_function_token(RTAS_FN_IBM_OS_TERM); in rtas_os_term() local
1725 int token = rtas_function_token(RTAS_FN_IBM_ACTIVATE_FIRMWARE); in rtas_activate_firmware() local
1893 int nargs, nret, token; in SYSCALL_DEFINE1() local