Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/qcom/
Dhidma_mgmt.c361 struct platform_device *new_pdev; in hidma_mgmt_of_populate_channels() local
385 new_pdev = platform_device_register_full(&pdevinfo); in hidma_mgmt_of_populate_channels()
386 if (IS_ERR(new_pdev)) { in hidma_mgmt_of_populate_channels()
387 ret = PTR_ERR(new_pdev); in hidma_mgmt_of_populate_channels()
390 new_pdev->dev.of_node = child; in hidma_mgmt_of_populate_channels()
391 of_dma_configure(&new_pdev->dev, child, true); in hidma_mgmt_of_populate_channels()
396 of_msi_configure(&new_pdev->dev, child); in hidma_mgmt_of_populate_channels()