Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_debugfs.h110 void hinic_dbg_register_debugfs(const char *debugfs_dir_name);
Dhinic_debugfs.c309 void hinic_dbg_register_debugfs(const char *debugfs_dir_name) in hinic_dbg_register_debugfs() argument
311 hinic_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hinic_dbg_register_debugfs()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c470 void hns3_dbg_register_debugfs(const char *debugfs_dir_name) in hns3_dbg_register_debugfs() argument
472 hns3_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hns3_dbg_register_debugfs()
Dhns3_enet.h610 void hns3_dbg_register_debugfs(const char *debugfs_dir_name);
/Linux-v5.10/drivers/net/ieee802154/
Dadf7242.c1165 char debugfs_dir_name[DNAME_INLINE_LEN + 1] = "adf7242-"; in adf7242_debugfs_init() local
1167 strncat(debugfs_dir_name, dev_name(&lp->spi->dev), DNAME_INLINE_LEN); in adf7242_debugfs_init()
1169 lp->debugfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in adf7242_debugfs_init()
Dat86rf230.c1631 char debugfs_dir_name[DNAME_INLINE_LEN + 1] = "at86rf230-"; in at86rf230_debugfs_init() local
1633 strncat(debugfs_dir_name, dev_name(&lp->spi->dev), DNAME_INLINE_LEN); in at86rf230_debugfs_init()
1635 at86rf230_debugfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in at86rf230_debugfs_init()