Home
last modified time | relevance | path

Searched refs:dma_buf_fd (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h385 * calling dma_buf_fd().
597 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcommon.c47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-heap.c111 fd = dma_buf_fd(dmabuf, fd_flags); in dma_heap_bufferfd_alloc()
H A Ddma-buf.c581 * as a file descriptor by calling dma_buf_fd().
715 * dma_buf_fd - returns a file descriptor for the given dma_buf
721 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd() function
738 EXPORT_SYMBOL_GPL(dma_buf_fd); variable
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcommon.c157 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkisp_alloc_buffer()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcommon.c154 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkisp_alloc_buffer()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dcommon.c105 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkispp_allow_buffer()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_prime.c483 ret = dma_buf_fd(dmabuf, flags); in drm_gem_prime_handle_to_fd()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dcommon.c102 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkispp_allow_buffer()

Completed in 9 milliseconds