Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4410 static struct dentry *stmmac_fs_dir; variable
4603 priv->dbgfs_dir = debugfs_rename(stmmac_fs_dir, in stmmac_device_event()
4605 stmmac_fs_dir, in stmmac_device_event()
4624 priv->dbgfs_dir = debugfs_create_dir(dev->name, stmmac_fs_dir); in stmmac_init_fs()
5512 if (!stmmac_fs_dir) in stmmac_init()
5513 stmmac_fs_dir = debugfs_create_dir(STMMAC_RESOURCE_NAME, NULL); in stmmac_init()
5524 debugfs_remove_recursive(stmmac_fs_dir); in stmmac_exit()