Lines Matching defs:token

83 	s32 token;  member
613 const s32 token = func->token; in rtas_token_to_function_xarray_init() local
632 static const struct rtas_function *rtas_token_to_function_untrusted(s32 token) in rtas_token_to_function_untrusted()
643 static const struct rtas_function *rtas_token_to_function(s32 token) in rtas_token_to_function()
1051 const s32 token = rtas_function_token(RTAS_FN_RTAS_LAST_ERROR); in __fetch_rtas_last_error() local
1104 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
1140 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
1149 static bool token_is_restricted_errinjct(s32 token) in token_is_restricted_errinjct()
1213 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1462 int token = rtas_function_token(RTAS_FN_GET_POWER_LEVEL); in rtas_get_power_level() local
1479 int token = rtas_function_token(RTAS_FN_SET_POWER_LEVEL); in rtas_set_power_level() local
1497 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor() local
1515 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor_fast() local
1530 bool rtas_indicator_present(int token, int *maxindex) in rtas_indicator_present()
1534 __be32 token; in rtas_indicator_present() member
1557 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator() local
1578 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator_fast() local
1621 int token = rtas_function_token(RTAS_FN_IBM_SUSPEND_ME); in rtas_ibm_suspend_me() local
1688 s32 token = rtas_function_token(RTAS_FN_IBM_OS_TERM); in rtas_os_term() local
1731 int token = rtas_function_token(RTAS_FN_IBM_ACTIVATE_FIRMWARE); in rtas_activate_firmware() local
1899 int nargs, nret, token; in SYSCALL_DEFINE1() local