Home
last modified time | relevance | path

Searched refs:has_msg (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/sound/firewire/fireface/
H 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()
H A Dff.h116 bool (*has_msg)(struct snd_ff *ff); member
H A Dff-protocol-former.c723 .has_msg = ff400_has_msg,
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c218 * @has_msg: Is there data available to read from a previous write?
224 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()
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c217 * @has_msg: Is there data available to read from a previous write?
223 bool has_msg; member
256 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()

Completed in 5 milliseconds