Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/platform/chips-media/coda/
Dcoda.h91 struct coda_aux_buf codebuf; member
Dcoda-common.c2804 p = (u16 *)dev->codebuf.vaddr; in coda_hw_init()
2835 coda_write(dev, dev->codebuf.paddr, in coda_hw_init()
2943 u32 *dst = dev->codebuf.vaddr; in coda_copy_firmware()
2958 memcpy(dev->codebuf.vaddr, src, size); in coda_copy_firmware()
3005 ret = coda_alloc_aux_buf(dev, &dev->codebuf, fw->size, "codebuf", in coda_fw_callback()
3318 coda_free_aux_buf(dev, &dev->codebuf); in coda_remove()
3331 if (dev->pm_domain && cdev->codebuf.vaddr) { in coda_runtime_resume()