Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_transaction.c81 t.seqnum = be32_to_cpu(((struct snd_efw_transaction *)cmd)->seqnum) + 1; in snd_efw_transaction_run()
121 struct snd_efw_transaction *t; in copy_resp_to_buf()
123 t = (struct snd_efw_transaction *)data; in copy_resp_to_buf()
235 if (length < sizeof(struct snd_efw_transaction)) { in efw_response()
243 seqnum = be32_to_cpu(((struct snd_efw_transaction *)data)->seqnum); in efw_response()
H A Dfireworks_command.c106 struct snd_efw_transaction *header; in efw_transaction()
113 buf_bytes = sizeof(struct snd_efw_transaction) + in efw_transaction()
132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()
133 header = (struct snd_efw_transaction *)buf; in efw_transaction()
169 sizeof(struct snd_efw_transaction)); in efw_transaction()
H A Dfireworks_hwdep.c26 struct snd_efw_transaction *t; in hwdep_read_resp_buf()
30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf()
52 t = (struct snd_efw_transaction *)(pull_ptr); in hwdep_read_resp_buf()
165 if (count < sizeof(struct snd_efw_transaction) || in hwdep_write()
174 seqnum = be32_to_cpu(((struct snd_efw_transaction *)buf)->seqnum); in hwdep_write()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_command.c106 struct snd_efw_transaction *header; in efw_transaction()
113 buf_bytes = sizeof(struct snd_efw_transaction) + in efw_transaction()
132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()
133 header = (struct snd_efw_transaction *)buf; in efw_transaction()
169 sizeof(struct snd_efw_transaction)); in efw_transaction()
H A Dfireworks_transaction.c81 t.seqnum = be32_to_cpu(((struct snd_efw_transaction *)cmd)->seqnum) + 1; in snd_efw_transaction_run()
121 struct snd_efw_transaction *t; in copy_resp_to_buf()
123 t = (struct snd_efw_transaction *)data; in copy_resp_to_buf()
235 if (length < sizeof(struct snd_efw_transaction)) { in efw_response()
243 seqnum = be32_to_cpu(((struct snd_efw_transaction *)data)->seqnum); in efw_response()
H A Dfireworks_hwdep.c26 struct snd_efw_transaction *t; in hwdep_read_resp_buf()
30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf()
52 t = (struct snd_efw_transaction *)(pull_ptr); in hwdep_read_resp_buf()
165 if (count < sizeof(struct snd_efw_transaction) || in hwdep_write()
174 seqnum = be32_to_cpu(((struct snd_efw_transaction *)buf)->seqnum); in hwdep_write()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dfirewire.h27 struct snd_efw_transaction { struct
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dfirewire.h33 struct snd_efw_transaction { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dfirewire.h41 struct snd_efw_transaction { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dfirewire.h41 struct snd_efw_transaction { struct
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dfirewire.h35 struct snd_efw_transaction { struct

Completed in 7 milliseconds