Lines Matching refs:plat_dev
935 dev_err(&dev->plat_dev->dev, "CODA PIC_RUN timeout\n"); in coda_pic_run_work()
1080 dev_err(&ctx->dev->plat_dev->dev, "invalid map type: %d\n", in coda_set_tiled_map_type()
1205 buf->vaddr = dma_alloc_coherent(&dev->plat_dev->dev, size, &buf->paddr, in coda_alloc_aux_buf()
1222 dev_warn(&dev->plat_dev->dev, in coda_alloc_aux_buf()
1233 dma_free_coherent(&dev->plat_dev->dev, buf->size, in coda_free_aux_buf()
1698 ret = pm_runtime_get_sync(&dev->plat_dev->dev); in coda_open()
1751 pm_runtime_put_sync(&dev->plat_dev->dev); in coda_open()
1792 pm_runtime_put_sync(&dev->plat_dev->dev); in coda_release()
1938 struct platform_device *pdev = dev->plat_dev; in coda_fw_callback()
2008 dev_dbg(&dev->plat_dev->dev, "requesting firmware '%s' for %s\n", fw, in coda_firmware_request()
2012 fw, &dev->plat_dev->dev, GFP_KERNEL, dev, coda_fw_callback); in coda_firmware_request()
2115 dev->plat_dev = pdev; in coda_probe()