Home
last modified time | relevance | path

Searched refs:param_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dparser.c36 ulong param_bytes; member
76 ctx->param_bytes = bytes; in parser_init_guts()
127 controlvm_payload_bytes_buffered += ctx->param_bytes; in parser_init_guts()
173 *nbytes = ctx->param_bytes; in parser_byte_stream_get()
226 controlvm_payload_bytes_buffered -= ctx->param_bytes; in parser_done()
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_command.c104 const __be32 *params, unsigned int param_bytes, in efw_transaction() argument
115 max(param_bytes, resp_bytes); in efw_transaction()
133 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()
143 memcpy(header->params, params, param_bytes); in efw_transaction()