Home
last modified time | relevance | path

Searched refs:snd_motu_transaction_read (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/sound/firewire/motu/
Dmotu-protocol-v2.c35 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, &reg, in v2_get_clock_rate()
63 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, &reg, in v2_set_clock_rate()
89 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, &reg, in v2_get_clock_source()
99 err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, &reg, in v2_get_clock_source()
138 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, in v2_switch_fetching_mode()
258 err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, &reg, in v2_cache_packet_formats()
Dmotu-protocol-v3.c33 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg, in v3_get_clock_rate()
62 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg, in v3_set_clock_rate()
96 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg, in v3_get_clock_source()
110 err = snd_motu_transaction_read(motu, V3_OPT_IFACE_MODE_OFFSET, in v3_get_clock_source()
140 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, &reg, in v3_switch_fetching_mode()
282 err = snd_motu_transaction_read(motu, V3_OPT_IFACE_MODE_OFFSET, &reg, in v3_cache_packet_formats()
Dmotu-stream.c69 err = snd_motu_transaction_read(motu, ISOC_COMM_CONTROL_OFFSET, &reg, in begin_session()
95 err = snd_motu_transaction_read(motu, ISOC_COMM_CONTROL_OFFSET, &reg, in finish_session()
185 err = snd_motu_transaction_read(motu, PACKET_FORMAT_OFFSET, &reg, in ensure_packet_formats()
Dmotu.h146 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg,
Dmotu-transaction.c15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read() function