Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.c275 (upwr_resp_t)rxmsg.hdr.errcode, in upwr_mu_int_callback()
286 if (rxmsg.hdr.errcode == UPWR_RESP_SHUTDOWN) { /* shutdown error: */ in upwr_mu_int_callback()
427 if ((upwr_resp_t)msg->hdr.errcode == UPWR_RESP_OK) { in upwr_start_callb()
433 (upwr_resp_t)msg->hdr.errcode, 0U); in upwr_start_callb()
445 (upwr_resp_t)msg->hdr.errcode, in upwr_start_callb()
550 sg_rsp_msg[j].hdr.errcode = UPWR_RESP_SHUTDOWN; in upwr_init()
2872 *errptr = (upwr_resp_t)sg_rsp_msg[sg].hdr.errcode; in upwr_req_status()
2881 (sg_rsp_msg[sg].hdr.errcode == UPWR_RESP_OK) ? UPWR_REQ_OK : in upwr_req_status()
H A Dupower_api.h132 upwr_resp_t errcode, ...);
H A Dupower_defs.h643 uint32_t errcode : UPWR_RESP_ERR_BITS; member