Lines Matching refs:ab8500_dir
2003 struct dentry *ab8500_dir; in ab8500_debug_probe() local
2043 ab8500_dir = debugfs_create_dir(AB8500_NAME_STRING, NULL); in ab8500_debug_probe()
2045 debugfs_create_file("all-bank-registers", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
2047 debugfs_create_file("all-banks", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
2050 ab8500_dir, &plf->dev, &ab8500_bank_fops); in ab8500_debug_probe()
2052 ab8500_dir, &plf->dev, &ab8500_address_fops); in ab8500_debug_probe()
2054 ab8500_dir, &plf->dev, &ab8500_val_fops); in ab8500_debug_probe()
2056 ab8500_dir, &plf->dev, &ab8500_subscribe_fops); in ab8500_debug_probe()
2072 debugfs_create_file("interrupts", (S_IRUGO), ab8500_dir, &plf->dev, in ab8500_debug_probe()
2075 ab8500_dir, &plf->dev, &ab8500_unsubscribe_fops); in ab8500_debug_probe()
2076 debugfs_create_file("hwreg", (S_IRUGO | S_IWUSR | S_IWGRP), ab8500_dir, in ab8500_debug_probe()
2079 ab8500_dir, &plf->dev, &ab8500_modem_fops); in ab8500_debug_probe()