Searched refs:pdev_display (Results 1 – 1 of 1) sorted by relevance
443 struct platform_device *pdev_capture, *pdev_display; in vpif_probe() local505 pdev_display = kzalloc(sizeof(*pdev_display), GFP_KERNEL); in vpif_probe()506 if (!pdev_display) { in vpif_probe()511 pdev_display->name = "vpif_display"; in vpif_probe()512 pdev_display->id = -1; in vpif_probe()513 pdev_display->resource = &res_irq; in vpif_probe()514 pdev_display->num_resources = 1; in vpif_probe()515 pdev_display->dev.dma_mask = pdev->dev.dma_mask; in vpif_probe()516 pdev_display->dev.coherent_dma_mask = pdev->dev.coherent_dma_mask; in vpif_probe()517 pdev_display->dev.parent = &pdev->dev; in vpif_probe()[all …]