Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-buf.c1680 static struct dentry *dma_buf_debugfs_dir; variable
1691 dma_buf_debugfs_dir = d; in dma_buf_init_debugfs()
1693 d = debugfs_create_file("bufinfo", 0444, dma_buf_debugfs_dir, in dma_buf_init_debugfs()
1697 debugfs_remove_recursive(dma_buf_debugfs_dir); in dma_buf_init_debugfs()
1698 dma_buf_debugfs_dir = NULL; in dma_buf_init_debugfs()
1707 debugfs_remove_recursive(dma_buf_debugfs_dir); in dma_buf_uninit_debugfs()