Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-buf.c1387 static struct dentry *dma_buf_debugfs_dir; variable
1398 dma_buf_debugfs_dir = d; in dma_buf_init_debugfs()
1400 d = debugfs_create_file("bufinfo", S_IRUGO, dma_buf_debugfs_dir, in dma_buf_init_debugfs()
1404 debugfs_remove_recursive(dma_buf_debugfs_dir); in dma_buf_init_debugfs()
1405 dma_buf_debugfs_dir = NULL; in dma_buf_init_debugfs()
1409 dma_buf_process_info_init_debugfs(dma_buf_debugfs_dir); in dma_buf_init_debugfs()
1415 debugfs_remove_recursive(dma_buf_debugfs_dir); in dma_buf_uninit_debugfs()
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dkernel.patch214 - dma_buf_process_info_init_debugfs(dma_buf_debugfs_dir);