Lines Matching refs:plf
2001 static int ab8500_debug_probe(struct platform_device *plf) in ab8500_debug_probe() argument
2010 ab8500 = dev_get_drvdata(plf->dev.parent); in ab8500_debug_probe()
2013 irq_count = devm_kcalloc(&plf->dev, in ab8500_debug_probe()
2018 dev_attr = devm_kcalloc(&plf->dev, in ab8500_debug_probe()
2023 event_name = devm_kcalloc(&plf->dev, in ab8500_debug_probe()
2028 res = platform_get_resource_byname(plf, 0, "IRQ_AB8500"); in ab8500_debug_probe()
2030 dev_err(&plf->dev, "AB8500 irq not found, err %d\n", irq_first); in ab8500_debug_probe()
2035 irq_first = platform_get_irq_byname(plf, "IRQ_FIRST"); in ab8500_debug_probe()
2039 irq_last = platform_get_irq_byname(plf, "IRQ_LAST"); in ab8500_debug_probe()
2046 &plf->dev, &ab8500_bank_registers_fops); in ab8500_debug_probe()
2048 &plf->dev, &ab8500_all_banks_fops); 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()
2077 &plf->dev, &ab8500_hwreg_fops); in ab8500_debug_probe()
2079 ab8500_dir, &plf->dev, &ab8500_modem_fops); in ab8500_debug_probe()