Searched refs:cmd_bytes (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/sound/core/ |
D | ump_convert.c | 283 if (cvt->cmd_bytes > 1) in cvt_legacy_system_to_ump() 285 if (cvt->cmd_bytes > 2) in cvt_legacy_system_to_ump() 450 static unsigned char cmd_bytes[8] = { in do_convert_to_ump() local 480 cvt->cmd_bytes = bytes; in do_convert_to_ump() 486 bytes = cmd_bytes[(c >> 4) & 7]; in do_convert_to_ump() 489 cvt->cmd_bytes = bytes; in do_convert_to_ump() 505 if (cvt->len < cvt->cmd_bytes) in do_convert_to_ump() 510 return cvt_legacy_cmd_to_ump(cvt, group, protocol, data, cvt->cmd_bytes); in do_convert_to_ump()
|
/linux-6.12.1/sound/firewire/fireworks/ |
D | fireworks_command.c | 109 unsigned int buf_bytes, cmd_bytes; in efw_transaction() local 132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction() 134 header->length = cpu_to_be32(cmd_bytes / sizeof(__be32)); in efw_transaction() 144 err = snd_efw_transaction_run(efw->unit, buf, cmd_bytes, in efw_transaction()
|
/linux-6.12.1/drivers/spi/ |
D | spi-microchip-core-qspi.c | 317 int total_bytes, cmd_bytes, frames, ctrl; in mchp_coreqspi_config_op() local 319 cmd_bytes = op->cmd.nbytes + op->addr.nbytes; in mchp_coreqspi_config_op() 320 total_bytes = cmd_bytes + op->data.nbytes; in mchp_coreqspi_config_op() 349 cmd_bytes = total_bytes; in mchp_coreqspi_config_op() 354 frames |= cmd_bytes << FRAMES_CMDBYTES_SHIFT; in mchp_coreqspi_config_op()
|
/linux-6.12.1/include/sound/ |
D | ump_convert.h | 24 int cmd_bytes; member
|
/linux-6.12.1/drivers/scsi/aacraid/ |
D | aacraid.h | 301 u8 cmd_bytes[AAC_MAX_NATIVE_SIZE-FW_ERROR_BUFFER_SIZE]; member
|