Searched refs:snd_efw_transaction (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_command.c107 struct snd_efw_transaction *header; efw_transaction()
114 buf_bytes = sizeof(struct snd_efw_transaction) + efw_transaction()
133 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; efw_transaction()
134 header = (struct snd_efw_transaction *)buf; efw_transaction()
170 sizeof(struct snd_efw_transaction)); efw_transaction()
H A Dfireworks_hwdep.c27 struct snd_efw_transaction *t; hwdep_read_resp_buf()
30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) hwdep_read_resp_buf()
42 t = (struct snd_efw_transaction *)(efw->pull_ptr); hwdep_read_resp_buf()
132 if (count < sizeof(struct snd_efw_transaction) || hwdep_write()
141 seqnum = be32_to_cpu(((struct snd_efw_transaction *)buf)->seqnum); hwdep_write()
H A Dfireworks_transaction.c82 t.seqnum = be32_to_cpu(((struct snd_efw_transaction *)cmd)->seqnum) + 1; snd_efw_transaction_run()
122 struct snd_efw_transaction *t; copy_resp_to_buf()
126 t = (struct snd_efw_transaction *)data; copy_resp_to_buf()
237 if (length < sizeof(struct snd_efw_transaction)) { efw_response()
245 seqnum = be32_to_cpu(((struct snd_efw_transaction *)data)->seqnum); efw_response()
/linux-4.1.27/include/uapi/sound/
H A Dfirewire.h29 struct snd_efw_transaction { struct

Completed in 259 milliseconds