Searched refs:snd_motu_transaction_write (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/sound/firewire/motu/ |
D | motu-transaction.c | 31 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_write() function 87 err = snd_motu_transaction_write(motu, ASYNC_ADDR_HI, &data, in snd_motu_transaction_reregister() 93 return snd_motu_transaction_write(motu, ASYNC_ADDR_LO, &data, in snd_motu_transaction_reregister() 134 snd_motu_transaction_write(motu, ASYNC_ADDR_HI, &data, sizeof(data)); in snd_motu_transaction_unregister() 135 snd_motu_transaction_write(motu, ASYNC_ADDR_LO, &data, sizeof(data)); in snd_motu_transaction_unregister()
|
D | motu-protocol-v1.c | 205 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_828() 241 return snd_motu_transaction_write(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_896() 361 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_828() 380 return snd_motu_transaction_write(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_896()
|
D | motu-stream.c | 81 return snd_motu_transaction_write(motu, ISOC_COMM_CONTROL_OFFSET, ®, in begin_session() 105 snd_motu_transaction_write(motu, ISOC_COMM_CONTROL_OFFSET, ®, in finish_session() 223 return snd_motu_transaction_write(motu, PACKET_FORMAT_OFFSET, ®, in ensure_packet_formats()
|
D | motu-protocol-v2.c | 84 return snd_motu_transaction_write(motu, V2_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v2_set_clock_rate() 222 return snd_motu_transaction_write(motu, V2_CLOCK_STATUS_OFFSET, in snd_motu_protocol_v2_switch_fetching_mode()
|
D | motu-protocol-v3.c | 86 err = snd_motu_transaction_write(motu, V3_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v3_set_clock_rate() 188 return snd_motu_transaction_write(motu, V3_CLOCK_STATUS_OFFSET, ®, in snd_motu_protocol_v3_switch_fetching_mode()
|
D | motu.h | 162 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg,
|