Searched refs:OPAL_ASYNC_COMPLETION (Results 1 – 13 of 13) sorted by relevance
43 case OPAL_ASYNC_COMPLETION: in opal_get_sensor_data()96 case OPAL_ASYNC_COMPLETION: in opal_get_sensor_data_u64()
49 case OPAL_ASYNC_COMPLETION: in psr_show()102 case OPAL_ASYNC_COMPLETION: in psr_store()
55 case OPAL_ASYNC_COMPLETION: in powercap_show()111 case OPAL_ASYNC_COMPLETION: in powercap_store()
45 if (ret == OPAL_ASYNC_COMPLETION) { in sensor_group_enable()90 case OPAL_ASYNC_COMPLETION: in sg_store()
58 if (ret != OPAL_ASYNC_COMPLETION) { in opal_get_sys_param()94 if (ret != OPAL_ASYNC_COMPLETION) { in opal_set_sys_param()
1072 case OPAL_ASYNC_COMPLETION: return -EINPROGRESS; in opal_error_code()
143 } else if (rc != OPAL_ASYNC_COMPLETION) { in pnv_pci_set_power_state()
143 if (rc != OPAL_ASYNC_COMPLETION) { in opal_get_tpo_time()207 if (rc != OPAL_ASYNC_COMPLETION) { in opal_set_tpo_time()
64 case OPAL_ASYNC_COMPLETION: in __op_panel_update_display()
92 if (rc == OPAL_ASYNC_COMPLETION) { in powernv_flash_async_op()
65 if (rc != OPAL_ASYNC_COMPLETION) { in i2c_opal_send_request()
107 if (rc != OPAL_ASYNC_COMPLETION) { in powernv_led_set()
33 #define OPAL_ASYNC_COMPLETION -15 macro