Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c59 struct dentry *vchiq_cfg_dir; member
321 BUG_ON(debugfs_info.vchiq_cfg_dir != NULL); in vchiq_debugfs_init()
323 debugfs_info.vchiq_cfg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()
324 if (debugfs_info.vchiq_cfg_dir == NULL) in vchiq_debugfs_init()
359 BUG_ON(debugfs_info.vchiq_cfg_dir == NULL); in vchiq_debugfs_top()
360 return debugfs_info.vchiq_cfg_dir; in vchiq_debugfs_top()