Home
last modified time | relevance | path

Searched refs:cache_packet_formats (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/firewire/motu/
Dmotu-proc.c52 if (protocol->cache_packet_formats(motu) < 0) in proc_read_format()
Dmotu.h116 int (*cache_packet_formats)(struct snd_motu *motu); member
Dmotu-protocol-v2.c267 .cache_packet_formats = v2_cache_packet_formats,
Dmotu-protocol-v3.c314 .cache_packet_formats = v3_cache_packet_formats,
Dmotu-stream.c155 err = motu->spec->protocol->cache_packet_formats(motu); in snd_motu_stream_cache_packet_formats()