Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dab3100-core.c578 static struct dentry *ab3100_dir; variable
589 ab3100_dir = debugfs_create_dir("ab3100", NULL); in ab3100_setup_debugfs()
590 if (!ab3100_dir) in ab3100_setup_debugfs()
594 S_IRUGO, ab3100_dir, ab3100, in ab3100_setup_debugfs()
604 S_IWUSR, ab3100_dir, &ab3100_get_priv, in ab3100_setup_debugfs()
614 S_IWUSR, ab3100_dir, &ab3100_set_priv, in ab3100_setup_debugfs()
627 debugfs_remove(ab3100_dir); in ab3100_setup_debugfs()