Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/most/
H A Dmost_cdev.c50 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() function
196 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()