Lines Matching refs:outlen
333 cmd->outbuf, cmd->outlen);
399 size_t outlen;
417 min(outlen_actual, wait_data->outlen));
428 struct cdx_dword *outbuf, size_t outlen,
453 wait_data->outlen = outlen;
525 cmd->outlen = 0;
698 cmd->outlen = resp_data_len;
739 * @outbuf: Response buffer. May be %NULL if @outlen is 0.
740 * @outlen: Length of response buffer, in bytes. If the actual
741 * response is longer than @outlen & ~3, it will be truncated
758 struct cdx_dword *outbuf, size_t outlen,
761 return cdx_mcdi_rpc_sync(cdx, cmd, inbuf, inlen, outbuf, outlen,