Searched refs:debugfs_dir_name (Results 1 – 5 of 5) sorted by relevance
109 void hinic_dbg_register_debugfs(const char *debugfs_dir_name);
315 void hinic_dbg_register_debugfs(const char *debugfs_dir_name) in hinic_dbg_register_debugfs() argument317 hinic_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hinic_dbg_register_debugfs()
1165 char debugfs_dir_name[DNAME_INLINE_LEN + 1] = "adf7242-"; in adf7242_debugfs_init() local1167 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()
741 void hns3_dbg_register_debugfs(const char *debugfs_dir_name);
1413 void hns3_dbg_register_debugfs(const char *debugfs_dir_name) in hns3_dbg_register_debugfs() argument1415 hns3_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hns3_dbg_register_debugfs()