snd_efw_transaction 106 sound/firewire/fireworks/fireworks_command.c struct snd_efw_transaction *header; snd_efw_transaction 113 sound/firewire/fireworks/fireworks_command.c buf_bytes = sizeof(struct snd_efw_transaction) + snd_efw_transaction 132 sound/firewire/fireworks/fireworks_command.c cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; snd_efw_transaction 133 sound/firewire/fireworks/fireworks_command.c header = (struct snd_efw_transaction *)buf; snd_efw_transaction 169 sound/firewire/fireworks/fireworks_command.c sizeof(struct snd_efw_transaction)); snd_efw_transaction 26 sound/firewire/fireworks/fireworks_hwdep.c struct snd_efw_transaction *t; snd_efw_transaction 30 sound/firewire/fireworks/fireworks_hwdep.c if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) snd_efw_transaction 51 sound/firewire/fireworks/fireworks_hwdep.c t = (struct snd_efw_transaction *)(pull_ptr); snd_efw_transaction 164 sound/firewire/fireworks/fireworks_hwdep.c if (count < sizeof(struct snd_efw_transaction) || snd_efw_transaction 173 sound/firewire/fireworks/fireworks_hwdep.c seqnum = be32_to_cpu(((struct snd_efw_transaction *)buf)->seqnum); snd_efw_transaction 81 sound/firewire/fireworks/fireworks_transaction.c t.seqnum = be32_to_cpu(((struct snd_efw_transaction *)cmd)->seqnum) + 1; snd_efw_transaction 121 sound/firewire/fireworks/fireworks_transaction.c struct snd_efw_transaction *t; snd_efw_transaction 123 sound/firewire/fireworks/fireworks_transaction.c t = (struct snd_efw_transaction *)data; snd_efw_transaction 235 sound/firewire/fireworks/fireworks_transaction.c if (length < sizeof(struct snd_efw_transaction)) { snd_efw_transaction 243 sound/firewire/fireworks/fireworks_transaction.c seqnum = be32_to_cpu(((struct snd_efw_transaction *)data)->seqnum);