Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h109 void hinic_dbg_register_debugfs(const char *debugfs_dir_name);
H A Dhinic_debugfs.c315 void hinic_dbg_register_debugfs(const char *debugfs_dir_name) in hinic_dbg_register_debugfs() argument
317 hinic_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hinic_dbg_register_debugfs()
/openbmc/linux/drivers/net/ieee802154/
H A Dadf7242.c1165 char debugfs_dir_name[DNAME_INLINE_LEN + 1]; in adf7242_debugfs_init() local
1167 snprintf(debugfs_dir_name, sizeof(debugfs_dir_name), in adf7242_debugfs_init()
1170 lp->debugfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in adf7242_debugfs_init()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h749 void hns3_dbg_register_debugfs(const char *debugfs_dir_name);
H A Dhns3_debugfs.c1443 void hns3_dbg_register_debugfs(const char *debugfs_dir_name) in hns3_dbg_register_debugfs() argument
1445 hns3_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hns3_dbg_register_debugfs()