Lines Matching refs:rtas_function_token

475 s32 rtas_function_token(const rtas_fn_handle_t handle)  in rtas_function_token()  function
491 EXPORT_SYMBOL_GPL(rtas_function_token);
789 display_character = rtas_function_token(RTAS_FN_DISPLAY_CHARACTER); in rtas_progress()
790 set_indicator = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_progress()
953 const s32 token = rtas_function_token(RTAS_FN_RTAS_LAST_ERROR); in __fetch_rtas_last_error()
1053 return token == rtas_function_token(RTAS_FN_IBM_OPEN_ERRINJCT) || in token_is_restricted_errinjct()
1054 token == rtas_function_token(RTAS_FN_IBM_ERRINJCT); in token_is_restricted_errinjct()
1364 int token = rtas_function_token(RTAS_FN_GET_POWER_LEVEL); in rtas_get_power_level()
1381 int token = rtas_function_token(RTAS_FN_SET_POWER_LEVEL); in rtas_set_power_level()
1399 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor()
1417 int token = rtas_function_token(RTAS_FN_GET_SENSOR_STATE); in rtas_get_sensor_fast()
1459 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator()
1480 int token = rtas_function_token(RTAS_FN_SET_INDICATOR); in rtas_set_indicator_fast()
1523 int token = rtas_function_token(RTAS_FN_IBM_SUSPEND_ME); in rtas_ibm_suspend_me()
1560 rtas_call(rtas_function_token(RTAS_FN_SYSTEM_REBOOT), 0, 1, NULL)); in rtas_restart()
1570 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_power_off()
1580 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_halt()
1590 s32 token = rtas_function_token(RTAS_FN_IBM_OS_TERM); in rtas_os_term()
1633 int token = rtas_function_token(RTAS_FN_IBM_ACTIVATE_FIRMWARE); in rtas_activate_firmware()
1721 const bool is_platform_dump = token == rtas_function_token(RTAS_FN_IBM_PLATFORM_DUMP); in block_rtas_call()
1722 const bool is_config_conn = token == rtas_function_token(RTAS_FN_IBM_CONFIGURE_CONNECTOR); in block_rtas_call()
1845 if (token == rtas_function_token(RTAS_FN_IBM_SUSPEND_ME)) { in SYSCALL_DEFINE1()
2055 rtas_call(rtas_function_token(RTAS_FN_FREEZE_TIME_BASE), 0, 1, NULL); in rtas_give_timebase()
2061 rtas_call(rtas_function_token(RTAS_FN_THAW_TIME_BASE), 0, 1, NULL); in rtas_give_timebase()