Home
last modified time | relevance | path

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

/linux/drivers/most/
H A Dmost_cdev.c53 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() function
199 if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) in comp_write()
296 if (!c->dev || !kfifo_is_empty(&c->fifo) || ch_has_mbo(c)) in comp_poll()