Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/kernel/
Docd.c89 static struct dentry *ocd_debugfs_DC; variable
128 ocd_debugfs_DC = debugfs_create_file("DC", S_IRUSR | S_IWUSR, in ocd_debugfs_init()
130 if (!ocd_debugfs_DC) in ocd_debugfs_init()
148 debugfs_remove(ocd_debugfs_DC); in ocd_debugfs_init()