Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/motu/
Dmotu-stream.c45 packet_format = &motu->tx_packet_formats; in keep_resources()
118 motu->tx_packet_formats.midi_flag_offset = 4; in snd_motu_stream_cache_packet_formats()
119 motu->tx_packet_formats.midi_byte_offset = 6; in snd_motu_stream_cache_packet_formats()
121 motu->tx_packet_formats.midi_flag_offset = 8; in snd_motu_stream_cache_packet_formats()
122 motu->tx_packet_formats.midi_byte_offset = 7; in snd_motu_stream_cache_packet_formats()
194 if (motu->tx_packet_formats.differed_part_pcm_chunks[0] == 0) in ensure_packet_formats()
Dmotu-protocol-v2.c264 calculate_fixed_part(&motu->tx_packet_formats, AMDTP_IN_STREAM, in v2_cache_packet_formats()
266 calculate_differed_part(&motu->tx_packet_formats, motu->spec->flags, in v2_cache_packet_formats()
274 motu->tx_packet_formats.pcm_byte_offset = 10; in v2_cache_packet_formats()
Dmotu-protocol-v3.c288 calculate_fixed_part(&motu->tx_packet_formats, AMDTP_IN_STREAM, in v3_cache_packet_formats()
290 calculate_differed_part(&motu->tx_packet_formats, in v3_cache_packet_formats()
302 motu->tx_packet_formats.pcm_byte_offset = 10; in v3_cache_packet_formats()
Dmotu-proc.c58 formats = &motu->tx_packet_formats; in proc_read_format()
Dmotu.h56 struct snd_motu_packet_format tx_packet_formats; member
Dmotu-pcm.c110 formats = &motu->tx_packet_formats; in init_hw_info()