Searched refs:snd_motu_transaction_read (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/sound/firewire/motu/ |
| D | motu-protocol-v2.c | 35 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, ®, in v2_get_clock_rate() 63 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, ®, in v2_set_clock_rate() 89 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, ®, in v2_get_clock_source() 99 err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, ®, 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, ®, in v2_cache_packet_formats()
|
| D | motu-protocol-v3.c | 33 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, in v3_get_clock_rate() 62 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, in v3_set_clock_rate() 96 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, 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, ®, in v3_switch_fetching_mode() 282 err = snd_motu_transaction_read(motu, V3_OPT_IFACE_MODE_OFFSET, ®, in v3_cache_packet_formats()
|
| D | motu-stream.c | 69 err = snd_motu_transaction_read(motu, ISOC_COMM_CONTROL_OFFSET, ®, in begin_session() 95 err = snd_motu_transaction_read(motu, ISOC_COMM_CONTROL_OFFSET, ®, in finish_session() 185 err = snd_motu_transaction_read(motu, PACKET_FORMAT_OFFSET, ®, in ensure_packet_formats()
|
| D | motu.h | 146 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg,
|
| D | motu-transaction.c | 15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read() function
|