Lines Matching refs:plat_dev
1228 dev_err(&dev->plat_dev->dev, "CODA PIC_RUN timeout\n"); in coda_pic_run_work()
1549 buf->vaddr = dma_alloc_coherent(&dev->plat_dev->dev, size, &buf->paddr, in coda_alloc_aux_buf()
1566 dev_warn(&dev->plat_dev->dev, in coda_alloc_aux_buf()
1577 dma_free_coherent(&dev->plat_dev->dev, buf->size, in coda_free_aux_buf()
2057 vq->dev = &ctx->dev->plat_dev->dev; in coda_queue_init()
2186 ret = pm_runtime_get_sync(&dev->plat_dev->dev); in coda_open()
2240 pm_runtime_put_sync(&dev->plat_dev->dev); in coda_open()
2284 pm_runtime_put_sync(&dev->plat_dev->dev); in coda_release()
2471 dev_dbg(&dev->plat_dev->dev, "requesting firmware '%s' for %s\n", fw, in coda_firmware_request()
2475 &dev->plat_dev->dev, GFP_KERNEL, dev, in coda_firmware_request()
2482 struct platform_device *pdev = dev->plat_dev; in coda_fw_callback()
2684 dev->plat_dev = pdev; in coda_probe()