Searched refs:cb_out (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddma-buf.h433 /** @cb_out: for userspace poll support */
439 } cb_in, cb_out; member in struct:dma_buf
/linux-master/drivers/dma-buf/
H A Ddma-buf.c76 BUG_ON(dmabuf->cb_in.active || dmabuf->cb_out.active);
258 struct dma_buf_poll_cb_t *dcb = &dmabuf->cb_out;
656 dmabuf->cb_in.poll = dmabuf->cb_out.poll = &dmabuf->poll;
657 dmabuf->cb_in.active = dmabuf->cb_out.active = 0;

Completed in 93 milliseconds