Searched refs:plf (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | ab8500-debugfs.c | 3009 static int ab8500_debug_probe(struct platform_device *plf) in ab8500_debug_probe() argument 3018 ab8500 = dev_get_drvdata(plf->dev.parent); in ab8500_debug_probe() 3021 irq_count = devm_kzalloc(&plf->dev, in ab8500_debug_probe() 3026 dev_attr = devm_kzalloc(&plf->dev, in ab8500_debug_probe() 3031 event_name = devm_kzalloc(&plf->dev, in ab8500_debug_probe() 3036 res = platform_get_resource_byname(plf, 0, "IRQ_AB8500"); in ab8500_debug_probe() 3038 dev_err(&plf->dev, "AB8500 irq not found, err %d\n", irq_first); in ab8500_debug_probe() 3043 irq_first = platform_get_irq_byname(plf, "IRQ_FIRST"); in ab8500_debug_probe() 3045 dev_err(&plf->dev, "First irq not found, err %d\n", irq_first); in ab8500_debug_probe() 3049 irq_last = platform_get_irq_byname(plf, "IRQ_LAST"); in ab8500_debug_probe() [all …]
|