Home
last modified time | relevance | path

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

/drivers/media/platform/coda/
Dcoda.h91 struct coda_aux_buf codebuf; member
Dcoda-common.c2807 p = (u16 *)dev->codebuf.vaddr; in coda_hw_init()
2838 coda_write(dev, dev->codebuf.paddr, in coda_hw_init()
2929 u32 *dst = dev->codebuf.vaddr; in coda_copy_firmware()
2944 memcpy(dev->codebuf.vaddr, src, size); in coda_copy_firmware()
2991 ret = coda_alloc_aux_buf(dev, &dev->codebuf, fw->size, "codebuf", in coda_fw_callback()
3304 coda_free_aux_buf(dev, &dev->codebuf); in coda_remove()
3318 if (dev->pm_domain && cdev->codebuf.vaddr) { in coda_runtime_resume()