Searched refs:ch_has_mbo (Results 1 – 1 of 1) sorted by relevance
50 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() function196 if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) in comp_write()293 if (!c->dev || !kfifo_is_empty(&c->fifo) || ch_has_mbo(c)) in comp_poll()