Searched refs:ab3100_dir (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mfd/ |
D | ab3100-core.c | 576 static struct dentry *ab3100_dir; variable 587 ab3100_dir = debugfs_create_dir("ab3100", NULL); in ab3100_setup_debugfs() 588 if (!ab3100_dir) in ab3100_setup_debugfs() 592 S_IRUGO, ab3100_dir, ab3100, in ab3100_setup_debugfs() 602 S_IWUSR, ab3100_dir, &ab3100_get_priv, in ab3100_setup_debugfs() 612 S_IWUSR, ab3100_dir, &ab3100_set_priv, in ab3100_setup_debugfs() 625 debugfs_remove(ab3100_dir); in ab3100_setup_debugfs() 634 debugfs_remove(ab3100_dir); in ab3100_remove_debugfs()
|