Searched refs:has_msg (Results 1 – 4 of 4) sorted by relevance
18 static bool has_msg(struct snd_ff *ff) in has_msg() function20 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()
116 bool (*has_msg)(struct snd_ff *ff); member
723 .has_msg = ff400_has_msg,
223 bool has_msg; member256 sess_data->has_msg = false; in telem_open()293 sess_data->has_msg = true; in telem_write()303 if (!sess_data->has_msg) in telem_read()311 sess_data->has_msg = false; in telem_read()