Home
last modified time | relevance | path

Searched refs:OPAL_SUCCESS (Results 1 – 17 of 17) sorted by relevance

/linux/arch/powerpc/sysdev/xics/
H A Dics-opal.c56 if (rc != OPAL_SUCCESS) in ics_opal_unmask_irq()
78 if (rc != OPAL_SUCCESS) in ics_opal_mask_real_irq()
109 if (rc != OPAL_SUCCESS) { in ics_opal_set_affinity()
127 if (rc != OPAL_SUCCESS) { in ics_opal_set_affinity()
163 if (rc != OPAL_SUCCESS) in ics_opal_check()
177 if (rc != OPAL_SUCCESS) in ics_opal_mask_unknown()
191 if (rc != OPAL_SUCCESS) in ics_opal_get_server()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c51 if ((ret != OPAL_SUCCESS) || !addr) { in opal_fadump_dt_scan()
67 if ((ret != OPAL_SUCCESS) || !addr) { in opal_fadump_dt_scan()
249 if (ret != OPAL_SUCCESS) { in opal_fadump_setup_metadata()
260 if (ret != OPAL_SUCCESS) { in opal_fadump_setup_metadata()
285 if (rc != OPAL_SUCCESS) in opal_fadump_register()
293 case OPAL_SUCCESS: in opal_fadump_register()
364 if (ret != OPAL_SUCCESS) in opal_fadump_cleanup()
687 if ((ret != OPAL_SUCCESS) || !be_addr) { in opal_fadump_dt_scan()
H A Deeh-powernv.c489 if (rc != OPAL_SUCCESS) { in pnv_eeh_set_option()
504 if (rc != OPAL_SUCCESS) { in pnv_eeh_set_option()
521 if (rc != OPAL_SUCCESS) in pnv_eeh_get_phb_diag()
539 if (rc != OPAL_SUCCESS) { in pnv_eeh_get_phb_state()
599 if (rc != OPAL_SUCCESS) { in pnv_eeh_get_pe_state()
755 if (rc != OPAL_SUCCESS) in pnv_eeh_phb_reset()
795 if (rc != OPAL_SUCCESS) in pnv_eeh_root_reset()
885 if (rc <= OPAL_SUCCESS) in pnv_eeh_bridge_reset()
890 return (rc == OPAL_SUCCESS) ? 0 : -EIO; in pnv_eeh_bridge_reset()
1071 if (rc != OPAL_SUCCESS) { in pnv_eeh_reset()
[all …]
H A Dopal-sensor.c44 case OPAL_SUCCESS: in opal_get_sensor_data()
97 case OPAL_SUCCESS: in opal_get_sensor_data_u64()
H A Dopal-power.c35 if (rc != OPAL_SUCCESS) { in detect_epow()
63 if (rc == OPAL_SUCCESS) { in poweroff_pending()
H A Dopal.c436 if (rc == OPAL_SUCCESS) in opal_get_chars()
475 if (rc != OPAL_SUCCESS) { in __opal_put_chars()
531 return OPAL_SUCCESS; in __opal_flush_console()
705 if (rc == OPAL_SUCCESS) { in opal_hmi_exception_early()
723 if (rc != OPAL_SUCCESS) in opal_hmi_exception_early2()
1196 case OPAL_SUCCESS: return 0; in opal_error_code()
1221 if (rc != OPAL_SUCCESS && rc != OPAL_UNSUPPORTED) in powernv_set_nmmu_ptcr()
H A Dopal-rtc.c55 if (rc != OPAL_SUCCESS) in opal_get_boot_time()
H A Dopal-nvram.c37 if (rc != OPAL_SUCCESS) in opal_nvram_read()
H A Dopal-secvar.c26 case OPAL_SUCCESS: in opal_status_to_err()
H A Dopal-irqchip.c63 if (opal_poll_events(&events) != OPAL_SUCCESS) in opal_handle_events()
H A Dopal-sensor-groups.c97 case OPAL_SUCCESS: in sg_store()
H A Dopal-hmi.c306 while (opal_get_msg(__pa(&msg), sizeof(msg)) == OPAL_SUCCESS) { in hmi_event_handler()
/linux/drivers/rtc/
H A Drtc-opal.c70 if (rc != OPAL_SUCCESS) in opal_get_rtc_time()
104 return rc == OPAL_SUCCESS ? 0 : -EIO; in opal_set_rtc_time()
143 if (rc != OPAL_SUCCESS) { in opal_get_tpo_time()
207 if (rc != OPAL_SUCCESS) in opal_set_tpo_time()
/linux/drivers/mtd/devices/
H A Dpowernv_flash.c115 if (rc != OPAL_SUCCESS && rc != OPAL_BUSY) in powernv_flash_async_op()
119 if (rc == OPAL_SUCCESS && retlen) in powernv_flash_async_op()
/linux/drivers/leds/
H A Dleds-powernv.c118 if (rc != OPAL_SUCCESS) in powernv_led_set()
146 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) { in powernv_led_get()
/linux/arch/powerpc/include/asm/
H A Dopal-api.h14 #define OPAL_SUCCESS 0 macro
/linux/drivers/pci/hotplug/
H A Dpnv_php.c347 if (be64_to_cpu(msg.params[3]) != OPAL_SUCCESS) { in pnv_php_set_slot_power_state()