Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Dab8500-debugfs.c2649 struct dentry *ab8500_dir; in ab8500_debug_probe() local
2690 ab8500_dir = debugfs_create_dir(AB8500_NAME_STRING, NULL); in ab8500_debug_probe()
2693 ab8500_dir); in ab8500_debug_probe()
2695 debugfs_create_file("all-bank-registers", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
2697 debugfs_create_file("all-banks", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
2700 ab8500_dir, &plf->dev, &ab8500_bank_fops); in ab8500_debug_probe()
2702 ab8500_dir, &plf->dev, &ab8500_address_fops); in ab8500_debug_probe()
2704 ab8500_dir, &plf->dev, &ab8500_val_fops); in ab8500_debug_probe()
2706 ab8500_dir, &plf->dev, &ab8500_subscribe_fops); in ab8500_debug_probe()
2722 debugfs_create_file("interrupts", (S_IRUGO), ab8500_dir, &plf->dev, in ab8500_debug_probe()
[all …]