Searched refs:dma_buf_fd (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-buf.h | 385 * 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 D | common.c | 47 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 D | common.c | 47 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 D | dma-heap.c | 111 fd = dma_buf_fd(dmabuf, fd_flags); in dma_heap_bufferfd_alloc()
|
H A D | dma-buf.c | 581 * 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 D | common.c | 157 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 D | common.c | 154 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 D | common.c | 105 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 D | drm_prime.c | 483 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 D | common.c | 102 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkispp_allow_buffer()
|
Completed in 9 milliseconds