Searched refs:opal_get_async_rc (Results 1 – 11 of 11) sorted by relevance
51 ret = opal_error_code(opal_get_async_rc(msg)); in opal_get_sensor_data()104 ret = opal_error_code(opal_get_async_rc(msg)); in opal_get_sensor_data_u64()
56 ret = opal_error_code(opal_get_async_rc(msg)); in psr_show()109 ret = opal_error_code(opal_get_async_rc(msg)); in psr_store()
62 ret = opal_error_code(opal_get_async_rc(msg)); in powercap_show()118 ret = opal_error_code(opal_get_async_rc(msg)); in powercap_store()
52 ret = opal_error_code(opal_get_async_rc(msg)); in sensor_group_enable()97 ret = opal_error_code(opal_get_async_rc(msg)); in sg_store()
70 ret = opal_error_code(opal_get_async_rc(msg)); in opal_get_sys_param()106 ret = opal_error_code(opal_get_async_rc(msg)); in opal_set_sys_param()
154 rc = opal_get_async_rc(msg); in opal_get_tpo_time()218 rc = opal_get_async_rc(msg); in opal_set_tpo_time()
71 rc = opal_get_async_rc(msg); in __op_panel_update_display()
112 rc = opal_get_async_rc(msg); in powernv_flash_async_op()
74 rc = opal_get_async_rc(msg); in i2c_opal_send_request()
121 rc = opal_get_async_rc(msg); in powernv_led_set()
373 static inline int opal_get_async_rc(struct opal_msg msg) in opal_get_async_rc() function