Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Damba-pl08x.c2577 struct pl08x_channel_data *chanp = NULL; in pl08x_of_probe() local
2669 chanp = devm_kcalloc(&adev->dev, in pl08x_of_probe()
2673 if (!chanp) in pl08x_of_probe()
2676 pd->slave_channels = chanp; in pl08x_of_probe()
2679 * chanp->periph_buses will be assigned at translation in pl08x_of_probe()
2681 chanp->bus_id = kasprintf(GFP_KERNEL, "slave%d", i); in pl08x_of_probe()
2682 chanp++; in pl08x_of_probe()
/kernel/linux/linux-6.6/drivers/dma/
H A Damba-pl08x.c2569 struct pl08x_channel_data *chanp = NULL; in pl08x_of_probe() local
2661 chanp = devm_kcalloc(&adev->dev, in pl08x_of_probe()
2665 if (!chanp) in pl08x_of_probe()
2668 pd->slave_channels = chanp; in pl08x_of_probe()
2671 * chanp->periph_buses will be assigned at translation in pl08x_of_probe()
2673 chanp->bus_id = kasprintf(GFP_KERNEL, "slave%d", i); in pl08x_of_probe()
2674 chanp++; in pl08x_of_probe()

Completed in 8 milliseconds