Searched refs:cmd_bytes (Results 1 – 2 of 2) sorted by relevance
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() local480 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()
109 unsigned int buf_bytes, cmd_bytes; in efw_transaction() local132 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()
Completed in 12 milliseconds