Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/ti/davinci/
H A Dvpif.c485 pdev_capture = kzalloc(sizeof(*pdev_capture), GFP_KERNEL); in vpif_probe()
486 if (!pdev_capture) { in vpif_probe()
491 pdev_capture->name = "vpif_capture"; in vpif_probe()
492 pdev_capture->id = -1; in vpif_probe()
493 pdev_capture->resource = &res_irq; in vpif_probe()
494 pdev_capture->num_resources = 1; in vpif_probe()
497 pdev_capture->dev.parent = &pdev->dev; in vpif_probe()
498 pdev_capture->dev.release = vpif_pdev_release; in vpif_probe()
500 ret = platform_device_register(pdev_capture); in vpif_probe()
523 data->capture = pdev_capture; in vpif_probe()
[all …]