Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c89 static struct dentry *vchiq_debugfs_top(void);
170 dir = debugfs_create_dir("log", vchiq_debugfs_top()); in vchiq_debugfs_create_log_entries()
328 vchiq_debugfs_top()); in vchiq_debugfs_init()
332 if (vchiq_debugfs_create_log_entries(vchiq_debugfs_top()) != 0) in vchiq_debugfs_init()
349 debugfs_remove_recursive(vchiq_debugfs_top()); in vchiq_debugfs_deinit()
357 static struct dentry *vchiq_debugfs_top(void) in vchiq_debugfs_top() function