Searched refs:ab8500_dir (Results 1 - 1 of 1) sorted by relevance

/drivers/mfd/
H A Dab8500-debugfs.c549 static struct dentry *ab8500_dir; variable in typeref:struct:dentry
560 ab8500_dir = debugfs_create_dir(AB8500_NAME_STRING, NULL);
561 if (!ab8500_dir)
565 S_IRUGO, ab8500_dir, &plf->dev, &ab8500_registers_fops);
570 (S_IRUGO | S_IWUSR), ab8500_dir, &plf->dev, &ab8500_bank_fops);
575 (S_IRUGO | S_IWUSR), ab8500_dir, &plf->dev,
581 (S_IRUGO | S_IWUSR), ab8500_dir, &plf->dev, &ab8500_val_fops);
594 debugfs_remove(ab8500_dir);
606 debugfs_remove(ab8500_dir);

Completed in 54 milliseconds