Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c121 if (!is_dma_buf_file(file)) { in dma_buf_file_release()
214 if (!is_dma_buf_file(file)) { in dma_buf_mmap_internal()
238 if (!is_dma_buf_file(file)) { in dma_buf_llseek()
537 * is_dma_buf_file - Check if struct file* is associated with dma_buf
539 int is_dma_buf_file(struct file *file) in is_dma_buf_file() function
543 EXPORT_SYMBOL_GPL(is_dma_buf_file); variable
757 if (!is_dma_buf_file(file)) { in dma_buf_get()
1623 if (!is_dma_buf_file(f)) { in get_dma_buf_from_file()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h587 int is_dma_buf_file(struct file *file);

Completed in 4 milliseconds