Home
last modified time | relevance | path

Searched refs:snd_motu_transaction_write (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/firewire/motu/
Dmotu-transaction.c31 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()
Dmotu-protocol-v1.c205 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg)); in set_clock_rate_828()
241 return snd_motu_transaction_write(motu, CLK_896_STATUS_OFFSET, &reg, sizeof(reg)); in set_clock_rate_896()
361 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, &reg, sizeof(reg)); in switch_fetching_mode_828()
380 return snd_motu_transaction_write(motu, CLK_896_STATUS_OFFSET, &reg, sizeof(reg)); in switch_fetching_mode_896()
Dmotu-stream.c81 return snd_motu_transaction_write(motu, ISOC_COMM_CONTROL_OFFSET, &reg, in begin_session()
105 snd_motu_transaction_write(motu, ISOC_COMM_CONTROL_OFFSET, &reg, in finish_session()
223 return snd_motu_transaction_write(motu, PACKET_FORMAT_OFFSET, &reg, in ensure_packet_formats()
Dmotu-protocol-v2.c84 return snd_motu_transaction_write(motu, V2_CLOCK_STATUS_OFFSET, &reg, 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()
Dmotu-protocol-v3.c86 err = snd_motu_transaction_write(motu, V3_CLOCK_STATUS_OFFSET, &reg, in snd_motu_protocol_v3_set_clock_rate()
188 return snd_motu_transaction_write(motu, V3_CLOCK_STATUS_OFFSET, &reg, in snd_motu_protocol_v3_switch_fetching_mode()
Dmotu.h162 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg,