Home
last modified time | relevance | path

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

/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_debugfs.c17 static struct dentry *vchiq_dbg_dir; variable
126 vchiq_dbg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()
127 vchiq_dbg_clients = debugfs_create_dir("clients", vchiq_dbg_dir); in vchiq_debugfs_init()
129 debugfs_create_file("state", S_IFREG | 0444, vchiq_dbg_dir, state, in vchiq_debugfs_init()
136 debugfs_remove_recursive(vchiq_dbg_dir); in vchiq_debugfs_deinit()

Completed in 4 milliseconds