Lines Matching defs:raw_rc
652 u32 *proxy_handle, int *raw_rc)
701 if (raw_rc)
702 *raw_rc = mcdi->resprc_raw;
802 size_t *outlen_actual, bool quiet, int *raw_rc)
818 outlen_actual, quiet, &proxy_handle, raw_rc);
842 quiet, NULL, raw_rc);
862 int raw_rc = 0;
866 outbuf, outlen, outlen_actual, true, &raw_rc);
868 if ((rc == -EPROTO) && (raw_rc == MC_CMD_ERR_NO_EVB_PORT) &&
885 true, &raw_rc);
889 (raw_rc == MC_CMD_ERR_NO_EVB_PORT) &&