/Linux-v6.6/drivers/tty/hvc/ |
D | hvc_rtas.c | 31 static int rtascons_put_char_token = RTAS_UNKNOWN_SERVICE; 32 static int rtascons_get_char_token = RTAS_UNKNOWN_SERVICE; 70 if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init() 72 if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init() 75 if (rtascons_get_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init() 77 if (rtascons_get_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init() 98 if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_console_init() 102 if (rtascons_get_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_console_init()
|
/Linux-v6.6/drivers/watchdog/ |
D | wdrtas.c | 298 if (wdrtas_token_get_sensor_state == RTAS_UNKNOWN_SERVICE) in wdrtas_ioctl() 331 if (wdrtas_token_get_sp == RTAS_UNKNOWN_SERVICE) in wdrtas_ioctl() 516 if (wdrtas_token_get_sensor_state == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens() 521 if (wdrtas_token_get_sp == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens() 527 if (wdrtas_token_set_indicator == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens() 533 if (wdrtas_token_event_scan == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens() 550 if (wdrtas_token_get_sensor_state != RTAS_UNKNOWN_SERVICE) in wdrtas_unregister_devs() 572 if (wdrtas_token_get_sensor_state != RTAS_UNKNOWN_SERVICE) { in wdrtas_register_devs() 576 wdrtas_token_get_sensor_state = RTAS_UNKNOWN_SERVICE; in wdrtas_register_devs() 604 if (wdrtas_token_get_sp == RTAS_UNKNOWN_SERVICE) in wdrtas_init()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | rtas.c | 481 return RTAS_UNKNOWN_SERVICE; in rtas_function_token() 487 return RTAS_UNKNOWN_SERVICE; in rtas_function_token() 534 if (token == RTAS_UNKNOWN_SERVICE) in rtas_token_to_function_xarray_init() 703 static unsigned int rtas_putchar_token = RTAS_UNKNOWN_SERVICE; 704 static unsigned int rtas_getchar_token = RTAS_UNKNOWN_SERVICE; 793 if (display_character == RTAS_UNKNOWN_SERVICE) { in rtas_progress() 795 if (set_indicator != RTAS_UNKNOWN_SERVICE) in rtas_progress() 883 return RTAS_UNKNOWN_SERVICE; in rtas_token() 899 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token() 905 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present() [all …]
|
D | rtas_flash.c | 574 if (update_token == RTAS_UNKNOWN_SERVICE) { in rtas_flash_firmware() 703 if (rtas_function_token(RTAS_FN_IBM_UPDATE_FLASH_64_AND_REBOOT) == RTAS_UNKNOWN_SERVICE) { in rtas_flash_init() 733 if (token == RTAS_UNKNOWN_SERVICE) in rtas_flash_init()
|
D | rtasd.c | 510 if (event_scan == RTAS_UNKNOWN_SERVICE) { in rtas_event_scan_init()
|
/Linux-v6.6/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 107 if (ibm_get_config_addr_info2 != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_pe_config_addr() 131 if (ibm_get_config_addr_info != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_pe_config_addr() 560 if (ibm_read_slot_reset_state2 != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_state() 564 } else if (ibm_read_slot_reset_state != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_state() 777 if (rtas_function_token(RTAS_FN_IBM_OPEN_SRIOV_ALLOW_UNFREEZE) == RTAS_UNKNOWN_SERVICE) in pseries_notify_resume() 832 if (ibm_configure_pe == RTAS_UNKNOWN_SERVICE) in eeh_pseries_init() 840 if (ibm_set_eeh_option == RTAS_UNKNOWN_SERVICE || in eeh_pseries_init() 841 ibm_set_slot_reset == RTAS_UNKNOWN_SERVICE || in eeh_pseries_init() 842 (ibm_read_slot_reset_state2 == RTAS_UNKNOWN_SERVICE && in eeh_pseries_init() 843 ibm_read_slot_reset_state == RTAS_UNKNOWN_SERVICE) || in eeh_pseries_init() [all …]
|
D | smp.c | 60 if (qcss_tok == RTAS_UNKNOWN_SERVICE) { in smp_query_cpu_stopped() 112 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu() 269 if (rtas_function_token(RTAS_FN_QUERY_CPU_STOPPED_STATE) == RTAS_UNKNOWN_SERVICE) { in smp_init_pseries()
|
D | papr-sysparm.c | 63 if (token == RTAS_UNKNOWN_SERVICE) in papr_sysparm_get() 115 if (token == RTAS_UNKNOWN_SERVICE) in papr_sysparm_set()
|
D | nvram.c | 46 if (nvram_size == 0 || nvram_fetch == RTAS_UNKNOWN_SERVICE) in pSeries_nvram_read() 89 if (nvram_size == 0 || nvram_store == RTAS_UNKNOWN_SERVICE) in pSeries_nvram_write()
|
D | hotplug-cpu.c | 40 static int rtas_stop_self_token = RTAS_UNKNOWN_SERVICE; 54 BUG_ON(rtas_stop_self_token == RTAS_UNKNOWN_SERVICE); in rtas_stop_self() 863 if (rtas_stop_self_token == RTAS_UNKNOWN_SERVICE || in pseries_cpu_hotplug_init() 864 qcss_tok == RTAS_UNKNOWN_SERVICE) { in pseries_cpu_hotplug_init()
|
D | io_event_irq.c | 147 if (ioei_check_exception_token == RTAS_UNKNOWN_SERVICE) in ioei_init()
|
D | setup.c | 140 if (ibm_nmi_register_token == RTAS_UNKNOWN_SERVICE) in fwnmi_init() 144 if (WARN_ON(ibm_nmi_interlock_token == RTAS_UNKNOWN_SERVICE)) in fwnmi_init() 1082 rtas_poweroff_ups_token == RTAS_UNKNOWN_SERVICE) { in pseries_power_off()
|
D | mobility.c | 192 if (update_properties_token == RTAS_UNKNOWN_SERVICE) in update_dt_node() 303 if (update_nodes_token == RTAS_UNKNOWN_SERVICE) in pseries_devicetree_update()
|
D | msi.c | 685 if ((query_token == RTAS_UNKNOWN_SERVICE) || in rtas_msi_init() 686 (change_token == RTAS_UNKNOWN_SERVICE)) { in rtas_msi_init()
|
D | pci.c | 65 if (ibm_map_pes == RTAS_UNKNOWN_SERVICE) in pseries_send_map_pe()
|
D | dlpar.c | 147 if (cc_token == RTAS_UNKNOWN_SERVICE) in dlpar_configure_connector()
|
/Linux-v6.6/arch/powerpc/platforms/cell/ |
D | smp.c | 85 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu() 155 if (rtas_function_token(RTAS_FN_FREEZE_TIME_BASE) != RTAS_UNKNOWN_SERVICE) { in smp_init_cell()
|
D | ras.c | 303 if (ptcal_start_tok == RTAS_UNKNOWN_SERVICE in cbe_ptcal_init() 304 || ptcal_stop_tok == RTAS_UNKNOWN_SERVICE) in cbe_ptcal_init()
|
/Linux-v6.6/arch/powerpc/sysdev/xics/ |
D | ics-rtas.c | 211 if (ibm_get_xive == RTAS_UNKNOWN_SERVICE || in ics_rtas_init() 212 ibm_set_xive == RTAS_UNKNOWN_SERVICE) in ics_rtas_init()
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | rpaphp_pci.c | 80 if (token == RTAS_UNKNOWN_SERVICE) in __rpaphp_get_sensor_state()
|
D | rpadlpar_core.c | 459 return (int) (rc != RTAS_UNKNOWN_SERVICE); in is_dlpar_capable()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | rtas.h | 198 #define RTAS_UNKNOWN_SERVICE (-1) macro 409 return rtas_function_token(handle) != RTAS_UNKNOWN_SERVICE; in rtas_function_implemented()
|
/Linux-v6.6/drivers/misc/cxl/ |
D | flash.c | 119 if (token == RTAS_UNKNOWN_SERVICE) in update_node() 183 if (token == RTAS_UNKNOWN_SERVICE) in update_devicetree()
|
/Linux-v6.6/arch/powerpc/platforms/chrp/ |
D | setup.c | 330 if (rtas_function_token(RTAS_FN_GET_TIME_OF_DAY) != RTAS_UNKNOWN_SERVICE) { in chrp_setup_arch()
|
/Linux-v6.6/arch/powerpc/xmon/ |
D | xmon.c | 408 if (token == RTAS_UNKNOWN_SERVICE) in disable_surveillance()
|