Searched refs:cache_packet_formats (Results 1 – 5 of 5) sorted by relevance
52 if (protocol->cache_packet_formats(motu) < 0) in proc_read_format()
115 int (*cache_packet_formats)(struct snd_motu *motu); member
231 .cache_packet_formats = v2_cache_packet_formats,
305 .cache_packet_formats = v3_cache_packet_formats,
155 err = motu->spec->protocol->cache_packet_formats(motu); in snd_motu_stream_cache_packet_formats()