Searched refs:snd_motu_transaction_read (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/sound/firewire/motu/ |
| D | motu-protocol-v3.c | 37 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v3_get_clock_rate() 67 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v3_set_clock_rate() 123 err = snd_motu_transaction_read(motu, in detect_clock_source_828mk3() 182 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v3_get_clock_source() 201 err = snd_motu_transaction_read(motu, V3_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v3_switch_fetching_mode() 274 err = snd_motu_transaction_read(motu, V3_OPT_IFACE_MODE_OFFSET, ®, in snd_motu_protocol_v3_cache_packet_formats()
|
| D | motu-protocol-v2.c | 44 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v2_get_clock_rate() 67 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v2_set_clock_rate() 93 int err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, in detect_clock_source_optical_model() 165 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v2_get_clock_source() 215 err = snd_motu_transaction_read(motu, V2_CLOCK_STATUS_OFFSET, in snd_motu_protocol_v2_switch_fetching_mode() 301 err = snd_motu_transaction_read(motu, V2_IN_OUT_CONF_OFFSET, ®, in snd_motu_protocol_v2_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() 195 err = snd_motu_transaction_read(motu, PACKET_FORMAT_OFFSET, ®, in ensure_packet_formats()
|
| D | motu-transaction.c | 15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read() function
|
| D | motu.h | 136 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg,
|