Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/motu/
Dmotu-stream.c38 packet_format = &motu->rx_packet_formats; in keep_resources()
126 motu->rx_packet_formats.midi_flag_offset = 4; in snd_motu_stream_cache_packet_formats()
127 motu->rx_packet_formats.midi_byte_offset = 6; in snd_motu_stream_cache_packet_formats()
129 motu->rx_packet_formats.midi_flag_offset = 8; in snd_motu_stream_cache_packet_formats()
130 motu->rx_packet_formats.midi_byte_offset = 7; in snd_motu_stream_cache_packet_formats()
196 if (motu->rx_packet_formats.differed_part_pcm_chunks[0] == 0) in ensure_packet_formats()
Dmotu-protocol-v2.c269 calculate_fixed_part(&motu->rx_packet_formats, AMDTP_OUT_STREAM, in v2_cache_packet_formats()
271 calculate_differed_part(&motu->rx_packet_formats, motu->spec->flags, in v2_cache_packet_formats()
275 motu->rx_packet_formats.pcm_byte_offset = 10; in v2_cache_packet_formats()
Dmotu-protocol-v3.c295 calculate_fixed_part(&motu->rx_packet_formats, AMDTP_OUT_STREAM, in v3_cache_packet_formats()
297 calculate_differed_part(&motu->rx_packet_formats, in v3_cache_packet_formats()
303 motu->rx_packet_formats.pcm_byte_offset = 10; in v3_cache_packet_formats()
Dmotu-proc.c71 formats = &motu->rx_packet_formats; in proc_read_format()
Dmotu.h57 struct snd_motu_packet_format rx_packet_formats; member
Dmotu-pcm.c114 formats = &motu->rx_packet_formats; in init_hw_info()