Home
last modified time | relevance | path

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

/linux/drivers/nfc/
A Dnfcsim.c334 static struct dentry *nfcsim_debugfs_root; variable
338 nfcsim_debugfs_root = debugfs_create_dir("nfcsim", NULL); in nfcsim_debugfs_init()
340 if (!nfcsim_debugfs_root) in nfcsim_debugfs_init()
347 debugfs_remove_recursive(nfcsim_debugfs_root); in nfcsim_debugfs_remove()
357 if (!nfcsim_debugfs_root) { in nfcsim_debugfs_init_dev()
369 dev_dir = debugfs_create_dir(devname, nfcsim_debugfs_root); in nfcsim_debugfs_init_dev()

Completed in 4 milliseconds