Home
last modified time | relevance | path

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

/sound/firewire/motu/
Dmotu-proc.c52 if (protocol->cache_packet_formats(motu) < 0) in proc_read_format()
Dmotu.h115 int (*cache_packet_formats)(struct snd_motu *motu); member
Dmotu-protocol-v2.c231 .cache_packet_formats = v2_cache_packet_formats,
Dmotu-protocol-v3.c305 .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()