Home
last modified time | relevance | path

Searched refs:RTAS_UNKNOWN_SERVICE (Results 1 – 25 of 25) sorted by relevance

/Linux-v6.6/drivers/tty/hvc/
Dhvc_rtas.c31 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/
Dwdrtas.c298 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/
Drtas.c481 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 …]
Drtas_flash.c574 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()
Drtasd.c510 if (event_scan == RTAS_UNKNOWN_SERVICE) { in rtas_event_scan_init()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Deeh_pseries.c107 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 …]
Dsmp.c60 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()
Dpapr-sysparm.c63 if (token == RTAS_UNKNOWN_SERVICE) in papr_sysparm_get()
115 if (token == RTAS_UNKNOWN_SERVICE) in papr_sysparm_set()
Dnvram.c46 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()
Dhotplug-cpu.c40 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()
Dio_event_irq.c147 if (ioei_check_exception_token == RTAS_UNKNOWN_SERVICE) in ioei_init()
Dsetup.c140 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()
Dmobility.c192 if (update_properties_token == RTAS_UNKNOWN_SERVICE) in update_dt_node()
303 if (update_nodes_token == RTAS_UNKNOWN_SERVICE) in pseries_devicetree_update()
Dmsi.c685 if ((query_token == RTAS_UNKNOWN_SERVICE) || in rtas_msi_init()
686 (change_token == RTAS_UNKNOWN_SERVICE)) { in rtas_msi_init()
Dpci.c65 if (ibm_map_pes == RTAS_UNKNOWN_SERVICE) in pseries_send_map_pe()
Ddlpar.c147 if (cc_token == RTAS_UNKNOWN_SERVICE) in dlpar_configure_connector()
/Linux-v6.6/arch/powerpc/platforms/cell/
Dsmp.c85 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()
Dras.c303 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/
Dics-rtas.c211 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/
Drpaphp_pci.c80 if (token == RTAS_UNKNOWN_SERVICE) in __rpaphp_get_sensor_state()
Drpadlpar_core.c459 return (int) (rc != RTAS_UNKNOWN_SERVICE); in is_dlpar_capable()
/Linux-v6.6/arch/powerpc/include/asm/
Drtas.h198 #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/
Dflash.c119 if (token == RTAS_UNKNOWN_SERVICE) in update_node()
183 if (token == RTAS_UNKNOWN_SERVICE) in update_devicetree()
/Linux-v6.6/arch/powerpc/platforms/chrp/
Dsetup.c330 if (rtas_function_token(RTAS_FN_GET_TIME_OF_DAY) != RTAS_UNKNOWN_SERVICE) { in chrp_setup_arch()
/Linux-v6.6/arch/powerpc/xmon/
Dxmon.c408 if (token == RTAS_UNKNOWN_SERVICE) in disable_surveillance()