Home
last modified time | relevance | path

Searched refs:coda_alloc_aux_buf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/coda/
Dcoda.h251 int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf,
Dcoda-common.c1202 int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf, in coda_alloc_aux_buf() function
1947 ret = coda_alloc_aux_buf(dev, &dev->codebuf, fw->size, "codebuf", in coda_fw_callback()
2185 ret = coda_alloc_aux_buf(dev, &dev->workbuf, in coda_probe()
2193 ret = coda_alloc_aux_buf(dev, &dev->tempbuf, in coda_probe()
Dcoda-bit.c317 return coda_alloc_aux_buf(ctx->dev, buf, size, name, ctx->debugfs_entry); in coda_alloc_context_buf()