Searched refs:OPAL_ASYNC_COMPLETION (Results 1 – 13 of 13) sorted by relevance
30 case OPAL_ASYNC_COMPLETION: in opal_get_sensor_data()83 case OPAL_ASYNC_COMPLETION: in opal_get_sensor_data_u64()
45 case OPAL_ASYNC_COMPLETION: in psr_show()98 case OPAL_ASYNC_COMPLETION: in psr_store()
41 if (ret == OPAL_ASYNC_COMPLETION) { in sensor_group_enable()86 case OPAL_ASYNC_COMPLETION: in sg_store()
45 if (ret != OPAL_ASYNC_COMPLETION) { in opal_get_sys_param()81 if (ret != OPAL_ASYNC_COMPLETION) { in opal_set_sys_param()
51 case OPAL_ASYNC_COMPLETION: in powercap_show()107 case OPAL_ASYNC_COMPLETION: in powercap_store()
1208 case OPAL_ASYNC_COMPLETION: return -EINPROGRESS; in opal_error_code()
142 } else if (rc != OPAL_ASYNC_COMPLETION) { in pnv_pci_set_power_state()
131 if (rc != OPAL_ASYNC_COMPLETION) { in opal_get_tpo_time()195 if (rc != OPAL_ASYNC_COMPLETION) { in opal_set_tpo_time()
65 case OPAL_ASYNC_COMPLETION: in __op_panel_update_display()
83 if (rc == OPAL_ASYNC_COMPLETION) { in powernv_flash_async_op()
103 if (rc != OPAL_ASYNC_COMPLETION) { in powernv_led_set()
53 if (rc != OPAL_ASYNC_COMPLETION) { in i2c_opal_send_request()
29 #define OPAL_ASYNC_COMPLETION -15 macro