Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/kernel/
Docd.c90 static struct dentry *ocd_debugfs_DS; variable
133 ocd_debugfs_DS = debugfs_create_file("DS", S_IRUSR, root, in ocd_debugfs_init()
135 if (!ocd_debugfs_DS) in ocd_debugfs_init()
146 debugfs_remove(ocd_debugfs_DS); in ocd_debugfs_init()