coda_alloc_aux_buf
return coda_alloc_aux_buf(ctx->dev, buf, size, name, ctx->debugfs_entry);
ret = coda_alloc_aux_buf(dev, &dev->codebuf, fw->size, "codebuf",
ret = coda_alloc_aux_buf(dev, &dev->workbuf,
ret = coda_alloc_aux_buf(dev, &dev->tempbuf,
int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf,