nfcsim_debugfs_root  335 drivers/nfc/nfcsim.c static struct dentry *nfcsim_debugfs_root;
nfcsim_debugfs_root  339 drivers/nfc/nfcsim.c 	nfcsim_debugfs_root = debugfs_create_dir("nfcsim", NULL);
nfcsim_debugfs_root  341 drivers/nfc/nfcsim.c 	if (!nfcsim_debugfs_root)
nfcsim_debugfs_root  348 drivers/nfc/nfcsim.c 	debugfs_remove_recursive(nfcsim_debugfs_root);
nfcsim_debugfs_root  358 drivers/nfc/nfcsim.c 	if (!nfcsim_debugfs_root) {
nfcsim_debugfs_root  370 drivers/nfc/nfcsim.c 	dev_dir = debugfs_create_dir(devname, nfcsim_debugfs_root);