Searched refs:pdev_capture (Results 1 – 1 of 1) sorted by relevance
429 struct platform_device *pdev_capture, *pdev_display; in vpif_probe() local464 pdev_capture = devm_kzalloc(&pdev->dev, sizeof(*pdev_capture), in vpif_probe()466 if (pdev_capture) { in vpif_probe()467 pdev_capture->name = "vpif_capture"; in vpif_probe()468 pdev_capture->id = -1; in vpif_probe()469 pdev_capture->resource = res_irq; in vpif_probe()470 pdev_capture->num_resources = 1; in vpif_probe()471 pdev_capture->dev.dma_mask = pdev->dev.dma_mask; in vpif_probe()472 pdev_capture->dev.coherent_dma_mask = pdev->dev.coherent_dma_mask; in vpif_probe()473 pdev_capture->dev.parent = &pdev->dev; in vpif_probe()[all …]