Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/
H A Dvpif.c443 struct platform_device *pdev_capture, *pdev_display; in vpif_probe() local
486 pdev_capture = kzalloc(sizeof(*pdev_capture), GFP_KERNEL); in vpif_probe()
487 if (!pdev_capture) { in vpif_probe()
492 pdev_capture->name = "vpif_capture"; in vpif_probe()
493 pdev_capture->id = -1; in vpif_probe()
494 pdev_capture->resource = &res_irq; in vpif_probe()
495 pdev_capture->num_resources = 1; in vpif_probe()
496 pdev_capture->dev.dma_mask = pdev->dev.dma_mask; in vpif_probe()
497 pdev_capture in vpif_probe()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpif.c429 struct platform_device *pdev_capture, *pdev_display; in vpif_probe() local
466 pdev_capture = devm_kzalloc(&pdev->dev, sizeof(*pdev_capture), in vpif_probe()
468 if (pdev_capture) { in vpif_probe()
469 pdev_capture->name = "vpif_capture"; in vpif_probe()
470 pdev_capture->id = -1; in vpif_probe()
471 pdev_capture->resource = res_irq; in vpif_probe()
472 pdev_capture->num_resources = 1; in vpif_probe()
473 pdev_capture->dev.dma_mask = pdev->dev.dma_mask; in vpif_probe()
474 pdev_capture in vpif_probe()
[all...]

Completed in 2 milliseconds