Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_rtas.c44 static int rtascons_put_char_token = RTAS_UNKNOWN_SERVICE;
45 static int rtascons_get_char_token = RTAS_UNKNOWN_SERVICE;
83 if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init()
85 if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init()
88 if (rtascons_get_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init()
90 if (rtascons_get_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_init()
111 if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_console_init()
115 if (rtascons_get_char_token == RTAS_UNKNOWN_SERVICE) in hvc_rtas_console_init()
/linux-4.4.14/drivers/watchdog/
Dwdrtas.c311 if (wdrtas_token_get_sensor_state == RTAS_UNKNOWN_SERVICE) in wdrtas_ioctl()
344 if (wdrtas_token_get_sp == RTAS_UNKNOWN_SERVICE) in wdrtas_ioctl()
528 if (wdrtas_token_get_sensor_state == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens()
533 if (wdrtas_token_get_sp == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens()
539 if (wdrtas_token_set_indicator == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens()
545 if (wdrtas_token_event_scan == RTAS_UNKNOWN_SERVICE) { in wdrtas_get_tokens()
562 if (wdrtas_token_get_sensor_state != RTAS_UNKNOWN_SERVICE) in wdrtas_unregister_devs()
584 if (wdrtas_token_get_sensor_state != RTAS_UNKNOWN_SERVICE) { in wdrtas_register_devs()
588 wdrtas_token_get_sensor_state = RTAS_UNKNOWN_SERVICE; in wdrtas_register_devs()
616 if (wdrtas_token_get_sp == RTAS_UNKNOWN_SERVICE) in wdrtas_init()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c91 if (ibm_set_eeh_option == RTAS_UNKNOWN_SERVICE || in pseries_eeh_init()
92 ibm_set_slot_reset == RTAS_UNKNOWN_SERVICE || in pseries_eeh_init()
93 (ibm_read_slot_reset_state2 == RTAS_UNKNOWN_SERVICE && in pseries_eeh_init()
94 ibm_read_slot_reset_state == RTAS_UNKNOWN_SERVICE) || in pseries_eeh_init()
95 ibm_slot_error_detail == RTAS_UNKNOWN_SERVICE || in pseries_eeh_init()
96 (ibm_configure_pe == RTAS_UNKNOWN_SERVICE && in pseries_eeh_init()
97 ibm_configure_bridge == RTAS_UNKNOWN_SERVICE)) { in pseries_eeh_init()
105 if (eeh_error_buf_size == RTAS_UNKNOWN_SERVICE) { in pseries_eeh_init()
352 if (ibm_get_config_addr_info2 != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_pe_addr()
377 if (ibm_get_config_addr_info != RTAS_UNKNOWN_SERVICE) { in pseries_eeh_get_pe_addr()
[all …]
Dsmp.c70 if (qcss_tok == RTAS_UNKNOWN_SERVICE) { in smp_query_cpu_stopped()
128 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu()
241 if (rtas_token("query-cpu-stopped-state") == RTAS_UNKNOWN_SERVICE) { in smp_init_pseries()
254 if (rtas_token("freeze-time-base") != RTAS_UNKNOWN_SERVICE) { in smp_init_pseries()
Dhotplug-cpu.c38 static int rtas_stop_self_token = RTAS_UNKNOWN_SERVICE;
101 BUG_ON(rtas_stop_self_token == RTAS_UNKNOWN_SERVICE); in rtas_stop_self()
402 if (rtas_stop_self_token == RTAS_UNKNOWN_SERVICE || in pseries_cpu_hotplug_init()
403 qcss_tok == RTAS_UNKNOWN_SERVICE) { in pseries_cpu_hotplug_init()
Dmobility.c143 if (update_properties_token == RTAS_UNKNOWN_SERVICE) in update_dt_node()
247 if (update_nodes_token == RTAS_UNKNOWN_SERVICE) in pseries_devicetree_update()
297 if (activate_fw_token == RTAS_UNKNOWN_SERVICE) { in post_mobility_fixup()
Dnvram.c54 if (nvram_size == 0 || nvram_fetch == RTAS_UNKNOWN_SERVICE) in pSeries_nvram_read()
97 if (nvram_size == 0 || nvram_store == RTAS_UNKNOWN_SERVICE) in pSeries_nvram_write()
Dio_event_irq.c151 if (ioei_check_exception_token == RTAS_UNKNOWN_SERVICE) in ioei_init()
Dscanlog.c174 if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE) in scanlog_init()
Dsuspend.c272 if (suspend_data.token == RTAS_UNKNOWN_SERVICE) in pseries_suspend_init()
Dmsi.c515 if ((query_token == RTAS_UNKNOWN_SERVICE) || in rtas_msi_init()
516 (change_token == RTAS_UNKNOWN_SERVICE)) { in rtas_msi_init()
Dsetup.c102 if (ibm_nmi_register == RTAS_UNKNOWN_SERVICE) in fwnmi_init()
723 rtas_poweroff_ups_token == RTAS_UNKNOWN_SERVICE) { in pseries_power_off()
Ddlpar.c148 if (cc_token == RTAS_UNKNOWN_SERVICE) in dlpar_configure_connector()
/linux-4.4.14/arch/powerpc/kernel/
Drtas.c149 static unsigned int rtas_putchar_token = RTAS_UNKNOWN_SERVICE;
150 static unsigned int rtas_getchar_token = RTAS_UNKNOWN_SERVICE;
239 if (display_character == RTAS_UNKNOWN_SERVICE) { in rtas_progress()
241 if (set_indicator != RTAS_UNKNOWN_SERVICE) in rtas_progress()
327 return RTAS_UNKNOWN_SERVICE; in rtas_token()
329 return tokp ? be32_to_cpu(*tokp) : RTAS_UNKNOWN_SERVICE; in rtas_token()
335 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
352 if ((rtas_error_log_max == RTAS_UNKNOWN_SERVICE) || in rtas_get_error_log_max()
430 if (!rtas.entry || token == RTAS_UNKNOWN_SERVICE) in rtas_call()
540 if (token == RTAS_UNKNOWN_SERVICE) in rtas_get_power_level()
[all …]
Drtasd.c538 if (event_scan == RTAS_UNKNOWN_SERVICE) { in rtas_init()
544 if (rtas_event_scan_rate == RTAS_UNKNOWN_SERVICE) { in rtas_init()
Drtas_flash.c578 if (update_token == RTAS_UNKNOWN_SERVICE) { in rtas_flash_firmware()
708 RTAS_UNKNOWN_SERVICE) { in rtas_flash_init()
738 if (token == RTAS_UNKNOWN_SERVICE) in rtas_flash_init()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dsmp.c93 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu()
162 if (rtas_token("freeze-time-base") != RTAS_UNKNOWN_SERVICE) { in smp_init_cell()
Dras.c307 if (ptcal_start_tok == RTAS_UNKNOWN_SERVICE in cbe_ptcal_init()
308 || ptcal_stop_tok == RTAS_UNKNOWN_SERVICE) in cbe_ptcal_init()
/linux-4.4.14/arch/powerpc/sysdev/xics/
Dics-rtas.c223 if (ibm_get_xive == RTAS_UNKNOWN_SERVICE || in ics_rtas_init()
224 ibm_set_xive == RTAS_UNKNOWN_SERVICE) in ics_rtas_init()
/linux-4.4.14/arch/powerpc/include/asm/
Drtas.h21 #define RTAS_UNKNOWN_SERVICE (-1) macro
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_cell.c576 if (unlikely(spu_rtas_token == RTAS_UNKNOWN_SERVICE)) { in cell_reg_setup_spu_cycles()
705 if (unlikely(pm_rtas_token == RTAS_UNKNOWN_SERVICE)) { in cell_reg_setup_spu_events()
867 if (unlikely(pm_rtas_token == RTAS_UNKNOWN_SERVICE)) { in cell_reg_setup()
/linux-4.4.14/drivers/pci/hotplug/
Drpadlpar_core.c454 return (int) (rc != RTAS_UNKNOWN_SERVICE); in is_dlpar_capable()
/linux-4.4.14/arch/powerpc/platforms/chrp/
Dsetup.c334 if (rtas_token("get-time-of-day") != RTAS_UNKNOWN_SERVICE) { in chrp_setup_arch()
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c332 if (args.token == RTAS_UNKNOWN_SERVICE) in disable_surveillance()