Searched refs:debugfs_create_dir (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 170 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-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | debugfs.h | 80 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | debugfs.c | 111 dir = debugfs_create_dir("mt76", phy->hw->wiphy->debugfsdir); in mt76_register_debugfs_fops()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | debugfs.c | 1007 root = debugfs_create_dir("ath11k", NULL); in ath11k_debugfs_soc_create() 1020 ab->debugfs_soc = debugfs_create_dir(name, root); in ath11k_debugfs_soc_create() 1050 struct dentry *fwstats_dir = debugfs_create_dir("fw_stats", in ath11k_debugfs_fw_stats_init() 1327 dbr_debug->dbr_debugfs = debugfs_create_dir(dbr_id_to_str[dbr_id], in ath11k_debugfs_dbr_dbg_init() 1599 ar->debug.debugfs_pdev = debugfs_create_dir(pdev_name, ab->debugfs_soc); in ath11k_debugfs_register() 1905 arvif->debugfs_twt = debugfs_create_dir("twt", in ath11k_debugfs_add_interface()
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_fs.c | 294 ipoib_root = debugfs_create_dir("ipoib", NULL); in ipoib_register_debugfs()
|
| /freebsd-14.2/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 623 node->dentry = debugfs_create_dir(node->name, parent->dentry); in new_node() 955 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 1450 drv->dbgfs_op_mode = debugfs_create_dir(op->name, in _iwl_op_mode_start() 1822 drv->dbgfs_drv = debugfs_create_dir(dev_name(trans->dev), in iwl_drv_start() 1826 drv->trans->dbgfs_dir = debugfs_create_dir("trans", drv->dbgfs_drv); in iwl_drv_start() 1969 iwl_dbgfs_root = debugfs_create_dir(DRV_NAME, NULL); in iwl_drv_init()
|
| /freebsd-14.2/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 261 debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs-vif.c | 725 mvmvif->dbgfs_dir = debugfs_create_dir("iwlmvm", dbgfs_dir); in iwl_mvm_vif_dbgfs_register()
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | debug.c | 1254 debugfs_topdir = debugfs_create_dir("rtw88", in rtw_debugfs_init()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | debug.c | 2584 ar->debug.debugfs_phy = debugfs_create_dir("ath10k", in ath10k_debug_register()
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 3641 debugfs_topdir = debugfs_create_dir("rtw89", in rtw89_debugfs_init()
|