Home
last modified time | relevance | path

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

/linux-6.3-rc2/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,
/linux-6.3-rc2/drivers/platform/chrome/wilco_ec/
A Dtelemetry.c224 bool has_msg; member
257 sess_data->has_msg = false; in telem_open()
294 sess_data->has_msg = true; in telem_write()
304 if (!sess_data->has_msg) in telem_read()
312 sess_data->has_msg = false; in telem_read()

Completed in 8 milliseconds