Home
last modified time | relevance | path

Searched refs:plf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mfd/
H A Dab8500-debugfs.c2013 static int ab8500_debug_probe(struct platform_device *plf) in ab8500_debug_probe() argument
2022 ab8500 = dev_get_drvdata(plf->dev.parent); in ab8500_debug_probe()
2025 irq_count = devm_kcalloc(&plf->dev, in ab8500_debug_probe()
2030 dev_attr = devm_kcalloc(&plf->dev, in ab8500_debug_probe()
2035 event_name = devm_kcalloc(&plf->dev, in ab8500_debug_probe()
2040 res = platform_get_resource_byname(plf, 0, "IRQ_AB8500"); in ab8500_debug_probe()
2042 dev_err(&plf->dev, "AB8500 irq not found, err %d\n", irq_first); in ab8500_debug_probe()
2047 irq_first = platform_get_irq_byname(plf, "IRQ_FIRST"); in ab8500_debug_probe()
2051 irq_last = platform_get_irq_byname(plf, "IRQ_LAST"); in ab8500_debug_probe()
2058 &plf in ab8500_debug_probe()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c38 char plf[64]; in read_patterns() local
41 sprintf(plf, "/sys/kernel/debug/pcmtest/fill_pattern%d_len", i); in read_patterns()
42 fpl = fopen(plf, "r"); in read_patterns()

Completed in 3 milliseconds