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

/linux-master/sound/firewire/fireworks/
H A Dfireworks_transaction.c81 t.seqnum = be32_to_cpu(((struct snd_efw_transaction *)cmd)->seqnum) + 1;
121 struct snd_efw_transaction *t;
123 t = (struct snd_efw_transaction *)data;
235 if (length < sizeof(struct snd_efw_transaction)) {
243 seqnum = be32_to_cpu(((struct snd_efw_transaction *)data)->seqnum);
H A Dfireworks_hwdep.c26 struct snd_efw_transaction *t;
30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction))
52 t = (struct snd_efw_transaction *)(pull_ptr);
165 if (count < sizeof(struct snd_efw_transaction) ||
174 seqnum = be32_to_cpu(((struct snd_efw_transaction *)buf)->seqnum);
H A Dfireworks_command.c106 struct snd_efw_transaction *header;
113 buf_bytes = sizeof(struct snd_efw_transaction) +
132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes;
133 header = (struct snd_efw_transaction *)buf;
169 sizeof(struct snd_efw_transaction));
/linux-master/include/uapi/sound/
H A Dfirewire.h35 struct snd_efw_transaction { struct

Completed in 153 milliseconds