Home
last modified time | relevance | path

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

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