Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks_command.c103 const __be32 *params, unsigned int param_bytes, in efw_transaction() argument
114 max(param_bytes, resp_bytes); in efw_transaction()
132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()
142 memcpy(header->params, params, param_bytes); in efw_transaction()
/kernel/linux/linux-5.10/drivers/visorbus/
Dvisorchipset.c42 unsigned long param_bytes; member
585 (unsigned long)phdr->name_length > ctx->param_bytes) in parser_name_get()
1308 chipset_dev->controlvm_payload_bytes_buffered -= ctx->param_bytes; in parser_done()
1334 ctx->param_bytes = bytes; in parser_init_stream()
1341 chipset_dev->controlvm_payload_bytes_buffered += ctx->param_bytes; in parser_init_stream()