Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A 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()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A 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()
/kernel/linux/linux-5.10/drivers/watchdog/
H A 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()
[all...]
/kernel/linux/linux-6.6/drivers/watchdog/
H A 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()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Drtas.c143 static unsigned int rtas_putchar_token = RTAS_UNKNOWN_SERVICE;
144 static unsigned int rtas_getchar_token = RTAS_UNKNOWN_SERVICE;
233 if (display_character == RTAS_UNKNOWN_SERVICE) { in rtas_progress()
235 if (set_indicator != RTAS_UNKNOWN_SERVICE) in rtas_progress()
321 return RTAS_UNKNOWN_SERVICE; in rtas_token()
323 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token()
329 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
346 if ((rtas_error_log_max == RTAS_UNKNOWN_SERVICE) || in rtas_get_error_log_max()
454 if (!rtas.entry || token == RTAS_UNKNOWN_SERVICE) in rtas_call()
556 if (token == RTAS_UNKNOWN_SERVICE) in rtas_get_power_level()
[all...]
H A Drtasd.c508 if (event_scan == RTAS_UNKNOWN_SERVICE) { in rtas_event_scan_init()
514 if (rtas_event_scan_rate == RTAS_UNKNOWN_SERVICE) { in rtas_event_scan_init()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Drtas.c478 * otherwise RTAS_UNKNOWN_SERVICE.
486 return RTAS_UNKNOWN_SERVICE; in rtas_function_token()
492 return RTAS_UNKNOWN_SERVICE; in rtas_function_token()
539 if (token == RTAS_UNKNOWN_SERVICE) in rtas_token_to_function_xarray_init()
723 static unsigned int rtas_putchar_token = RTAS_UNKNOWN_SERVICE;
724 static unsigned int rtas_getchar_token = RTAS_UNKNOWN_SERVICE;
813 if (display_character == RTAS_UNKNOWN_SERVICE) { in rtas_progress()
815 if (set_indicator != RTAS_UNKNOWN_SERVICE) in rtas_progress()
903 return RTAS_UNKNOWN_SERVICE; in rtas_token()
919 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c105 if (ibm_get_config_addr_info2 != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_pe_config_addr()
129 if (ibm_get_config_addr_info != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_pe_config_addr()
558 if (ibm_read_slot_reset_state2 != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_state()
562 } else if (ibm_read_slot_reset_state != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_state()
776 if (rtas_token("ibm,open-sriov-allow-unfreeze") == RTAS_UNKNOWN_SERVICE) in pseries_notify_resume()
831 if (ibm_configure_pe == RTAS_UNKNOWN_SERVICE) in eeh_pseries_init()
839 if (ibm_set_eeh_option == RTAS_UNKNOWN_SERVICE || in eeh_pseries_init()
840 ibm_set_slot_reset == RTAS_UNKNOWN_SERVICE || in eeh_pseries_init()
841 (ibm_read_slot_reset_state2 == RTAS_UNKNOWN_SERVICE && in eeh_pseries_init()
842 ibm_read_slot_reset_state == RTAS_UNKNOWN_SERVICE) || in eeh_pseries_init()
[all...]
H A Dsmp.c61 if (qcss_tok == RTAS_UNKNOWN_SERVICE) { in smp_query_cpu_stopped()
113 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu()
270 if (rtas_token("query-cpu-stopped-state") == RTAS_UNKNOWN_SERVICE) { in smp_init_pseries()
283 if (rtas_token("freeze-time-base") != RTAS_UNKNOWN_SERVICE) { in smp_init_pseries()
H A 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()
H A Dmobility.c163 if (update_properties_token == RTAS_UNKNOWN_SERVICE) in update_dt_node()
273 if (update_nodes_token == RTAS_UNKNOWN_SERVICE) in pseries_devicetree_update()
336 if (activate_fw_token == RTAS_UNKNOWN_SERVICE) { in post_mobility_fixup()
H A Dhotplug-cpu.c40 static int rtas_stop_self_token = RTAS_UNKNOWN_SERVICE;
48 BUG_ON(rtas_stop_self_token == RTAS_UNKNOWN_SERVICE); in rtas_stop_self()
900 if (rtas_stop_self_token == RTAS_UNKNOWN_SERVICE || in pseries_cpu_hotplug_init()
901 qcss_tok == RTAS_UNKNOWN_SERVICE) { in pseries_cpu_hotplug_init()
H A Dio_event_irq.c147 if (ioei_check_exception_token == RTAS_UNKNOWN_SERVICE) in ioei_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A 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...]
H A 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()
H A Dpapr-sysparm.c63 if (token == RTAS_UNKNOWN_SERVICE) in papr_sysparm_get()
115 if (token == RTAS_UNKNOWN_SERVICE) in papr_sysparm_set()
H A 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()
H A 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()
H A Dio_event_irq.c147 if (ioei_check_exception_token == RTAS_UNKNOWN_SERVICE) in ioei_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dsmp.c86 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu()
156 if (rtas_token("freeze-time-base") != RTAS_UNKNOWN_SERVICE) { in smp_init_cell()
H A Dras.c303 if (ptcal_start_tok == RTAS_UNKNOWN_SERVICE in cbe_ptcal_init()
304 || ptcal_stop_tok == RTAS_UNKNOWN_SERVICE) in cbe_ptcal_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A 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()
H A Dras.c303 if (ptcal_start_tok == RTAS_UNKNOWN_SERVICE in cbe_ptcal_init()
304 || ptcal_stop_tok == RTAS_UNKNOWN_SERVICE) in cbe_ptcal_init()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/
H A Dics-rtas.c226 if (ibm_get_xive == RTAS_UNKNOWN_SERVICE || in ics_rtas_init()
227 ibm_set_xive == RTAS_UNKNOWN_SERVICE) in ics_rtas_init()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A 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()

Completed in 20 milliseconds

123