Lines Matching refs:ab8500_dir
3006 static struct dentry *ab8500_dir; variable
3055 ab8500_dir = debugfs_create_dir(AB8500_NAME_STRING, NULL); in ab8500_debug_probe()
3056 if (!ab8500_dir) in ab8500_debug_probe()
3060 ab8500_dir); in ab8500_debug_probe()
3064 file = debugfs_create_file("all-bank-registers", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
3069 file = debugfs_create_file("all-banks", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
3076 ab8500_dir, &plf->dev, &ab8500_bank_fops); in ab8500_debug_probe()
3082 ab8500_dir, &plf->dev, &ab8500_address_fops); in ab8500_debug_probe()
3088 ab8500_dir, &plf->dev, &ab8500_val_fops); in ab8500_debug_probe()
3093 (S_IRUGO | S_IWUSR | S_IWGRP), ab8500_dir, in ab8500_debug_probe()
3112 file = debugfs_create_file("interrupts", (S_IRUGO), ab8500_dir, in ab8500_debug_probe()
3118 (S_IRUGO | S_IWUSR | S_IWGRP), ab8500_dir, in ab8500_debug_probe()
3124 ab8500_dir, &plf->dev, &ab8500_hwreg_fops); in ab8500_debug_probe()
3130 ab8500_dir, &plf->dev, &ab8500_modem_fops); in ab8500_debug_probe()
3296 debugfs_remove_recursive(ab8500_dir); in ab8500_debug_probe()
3304 debugfs_remove_recursive(ab8500_dir); in ab8500_debug_remove()