Symbol: snd_motu_transaction_read
sound/firewire/motu/motu-protocol-v1.c
138
err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
173
err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
195
err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
215
err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
260
err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
299
err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
346
err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
370
err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v1.c
405
err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg));
sound/firewire/motu/motu-protocol-v2.c
111
int err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v2.c
151
err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v2.c
204
err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET,
sound/firewire/motu/motu-protocol-v2.c
240
err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v2.c
51
err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v2.c
74
err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v3.c
114
err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v3.c
142
err = snd_motu_transaction_read(motu,
sound/firewire/motu/motu-protocol-v3.c
176
err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v3.c
249
err = snd_motu_transaction_read(motu, V3_OPT_IFACE_MODE_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v3.c
44
err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-protocol-v3.c
74
err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg,
sound/firewire/motu/motu-stream.c
207
err = snd_motu_transaction_read(motu, PACKET_FORMAT_OFFSET, &reg,
sound/firewire/motu/motu-stream.c
69
err = snd_motu_transaction_read(motu, ISOC_COMM_CONTROL_OFFSET, &reg,
sound/firewire/motu/motu-stream.c
95
err = snd_motu_transaction_read(motu, ISOC_COMM_CONTROL_OFFSET, &reg,
sound/firewire/motu/motu.h
160
int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg,