Home
last modified time | relevance | path

Searched refs:has_msg (Results 1 – 3 of 3) sorted by relevance

/sound/firewire/fireface/
A Dff-hwdep.c18 static bool has_msg(struct snd_ff *ff) in has_msg() function
20 if (ff->spec->protocol->has_msg) in has_msg()
21 return ff->spec->protocol->has_msg(ff); in has_msg()
34 while (!ff->dev_lock_changed && !has_msg(ff)) { in hwdep_read()
57 } else if (has_msg(ff)) { in hwdep_read()
80 if (ff->dev_lock_changed || has_msg(ff)) in hwdep_poll()
A Dff.h116 bool (*has_msg)(struct snd_ff *ff); member
A Dff-protocol-former.c723 .has_msg = ff400_has_msg,

Completed in 8 milliseconds