Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c170 dir = debugfs_create_dir("log", vchiq_debugfs_top()); in vchiq_debugfs_create_log_entries()
282 top = debugfs_create_dir(pidstr, clients); in vchiq_debugfs_add_instance()
323 debugfs_info.vchiq_cfg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()
327 debugfs_info.clients = debugfs_create_dir("clients", in vchiq_debugfs_init()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h44 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c296 ipoib_root = debugfs_create_dir("ipoib", NULL); in ipoib_register_debugfs()
/freebsd-13.1/sys/gnu/gcov/
H A Dgcov_fs.c625 node->dentry = debugfs_create_dir(node->name, parent->dentry); in new_node()
957 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init()
/freebsd-13.1/sys/compat/lindebugfs/
H A Dlindebugfs.c222 debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c1400 drv->dbgfs_op_mode = debugfs_create_dir(op->name, in _iwl_op_mode_start()
1766 drv->dbgfs_drv = debugfs_create_dir(dev_name(trans->dev), in iwl_drv_start()
1770 drv->trans->dbgfs_dir = debugfs_create_dir("trans", drv->dbgfs_drv); in iwl_drv_start()
1896 iwl_dbgfs_root = debugfs_create_dir(DRV_NAME, NULL); in iwl_drv_init()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c2100 bcast_dir = debugfs_create_dir("bcast_filtering", in iwl_mvm_dbgfs_register()