Searched refs:OPAL_ASYNC_COMPLETION (Results 1 – 8 of 8) sorted by relevance
126 if (rc != OPAL_ASYNC_COMPLETION) { in opal_get_tpo_time()173 if (rc != OPAL_ASYNC_COMPLETION) { in opal_set_tpo_time()
50 case OPAL_ASYNC_COMPLETION: in opal_get_sensor_data()
58 if (ret != OPAL_ASYNC_COMPLETION) { in opal_get_sys_param()94 if (ret != OPAL_ASYNC_COMPLETION) { in opal_set_sys_param()
872 case OPAL_ASYNC_COMPLETION: return -EINPROGRESS; in opal_error_code()
84 if (rc != OPAL_ASYNC_COMPLETION) { in powernv_flash_async_op()
107 if (rc != OPAL_ASYNC_COMPLETION) { in powernv_led_set()
65 if (rc != OPAL_ASYNC_COMPLETION) { in i2c_opal_send_request()
33 #define OPAL_ASYNC_COMPLETION -15 macro