Searched refs:coda_alloc_aux_buf (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/media/platform/coda/ | 
| D | coda.h | 291 int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf,
 | 
| D | coda-common.c | 1795 int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf,  in coda_alloc_aux_buf()  function2790 	ret = coda_alloc_aux_buf(dev, &dev->codebuf, fw->size, "codebuf",  in coda_fw_callback()
 3035 		ret = coda_alloc_aux_buf(dev, &dev->workbuf,  in coda_probe()
 3043 		ret = coda_alloc_aux_buf(dev, &dev->tempbuf,  in coda_probe()
 
 | 
| D | coda-bit.c | 463 	return coda_alloc_aux_buf(ctx->dev, buf, size, name, ctx->debugfs_entry);  in coda_alloc_context_buf()
 |