Searched refs:codebuf (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | signal.c | 870 char sigbuf[4], codebuf[12]; in die_from_signal() local 939 snprintf(codebuf, sizeof(sigbuf), "%d", info->si_code); in die_from_signal() 940 code = codebuf; in die_from_signal()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda.h | 91 struct coda_aux_buf codebuf; member
|
H A D | coda-common.c | 2806 p = (u16 *)dev->codebuf.vaddr; in coda_hw_init() 2837 coda_write(dev, dev->codebuf.paddr, in coda_hw_init() 2945 u32 *dst = dev->codebuf.vaddr; in coda_copy_firmware() 2960 memcpy(dev->codebuf.vaddr, src, size); in coda_copy_firmware() 3007 ret = coda_alloc_aux_buf(dev, &dev->codebuf, fw->size, "codebuf", in coda_fw_callback() 3320 coda_free_aux_buf(dev, &dev->codebuf); in coda_remove() 3333 if (dev->pm_domain && cdev->codebuf.vaddr) { in coda_runtime_resume()
|