Searched refs:vpdma_create (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpdma.h | 281 int vpdma_create(struct platform_device *pdev, struct vpdma_data *vpdma,
|
H A D | vpdma.c | 1141 int vpdma_create(struct platform_device *pdev, struct vpdma_data *vpdma, in vpdma_create() function 1147 dev_dbg(&pdev->dev, "vpdma_create\n"); in vpdma_create() 1173 EXPORT_SYMBOL(vpdma_create); variable
|
H A D | vpe.c | 2612 ret = vpdma_create(pdev, dev->vpdma, vpe_fw_cb); in vpe_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpdma.h | 281 int vpdma_create(struct platform_device *pdev, struct vpdma_data *vpdma,
|
H A D | vpdma.c | 1140 int vpdma_create(struct platform_device *pdev, struct vpdma_data *vpdma, in vpdma_create() function 1146 dev_dbg(&pdev->dev, "vpdma_create\n"); in vpdma_create() 1172 EXPORT_SYMBOL(vpdma_create); variable
|
H A D | vpe.c | 2608 ret = vpdma_create(pdev, dev->vpdma, vpe_fw_cb); in vpe_probe()
|
Completed in 11 milliseconds