Lines Matching defs:inbuf
226 const struct cdx_dword *inbuf = cmd->inbuf;
261 hdr[0].cdx_u32 |= (__force __le32)(cdx_mcdi_payload_csum(hdr, hdr_len, inbuf, inlen) <<
265 print_hex_dump_debug("MCDI REQ PAYLOAD: ", DUMP_PREFIX_NONE, 32, 4, inbuf, inlen, false);
267 cdx->mcdi_ops->mcdi_request(cdx, hdr, hdr_len, inbuf, inlen);
427 const struct cdx_dword *inbuf, size_t inlen,
461 cmd_item->inbuf = inbuf;
736 * @inbuf: Command parameters
757 const struct cdx_dword *inbuf, size_t inlen,
761 return cdx_mcdi_rpc_sync(cdx, cmd, inbuf, inlen, outbuf, outlen,
769 * @inbuf: Command parameters
785 const struct cdx_dword *inbuf, size_t inlen,
800 /* inbuf is probably not valid after return, so take a copy */
801 cmd_item->inbuf = (struct cdx_dword *)(cmd_item + 1);
802 memcpy(cmd_item + 1, inbuf, inlen);