Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c51 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() function
203 if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) in comp_write()
300 if (!c->dev || !kfifo_is_empty(&c->fifo) || ch_has_mbo(c)) in comp_poll()