Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddma-buf.h436 } cb_in, cb_out; member
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c76 BUG_ON(dmabuf->cb_in.active || dmabuf->cb_out.active); in dma_buf_release()
281 struct dma_buf_poll_cb_t *dcb = &dmabuf->cb_in; in dma_buf_poll()
656 dmabuf->cb_in.poll = dmabuf->cb_out.poll = &dmabuf->poll; in dma_buf_export()
657 dmabuf->cb_in.active = dmabuf->cb_out.active = 0; in dma_buf_export()