Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_debugfs.c55 static struct dentry *vchiq_dbg_dir; variable
256 vchiq_dbg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()
257 vchiq_dbg_clients = debugfs_create_dir("clients", vchiq_dbg_dir); in vchiq_debugfs_init()
260 dir = debugfs_create_dir("log", vchiq_dbg_dir); in vchiq_debugfs_init()
271 debugfs_remove_recursive(vchiq_dbg_dir); in vchiq_debugfs_deinit()