Lines Matching refs:extra_buf
187 int extra_buf; member
329 uint8_t *extra_buf; member
713 if (data->extra_buf != 0) { in camdd_release_buf()
714 void *extra_buf; in camdd_release_buf() local
716 extra_buf = (void *) in camdd_release_buf()
718 free(extra_buf); in camdd_release_buf()
719 data->extra_buf = 0; in camdd_release_buf()
725 if (data->extra_buf != 0) { in camdd_release_buf()
727 data->extra_buf = 0; in camdd_release_buf()
799 uint8_t *extra_buf = NULL; in camdd_buf_sg_create() local
815 extra_buf = calloc(extra_buf_len, 1); in camdd_buf_sg_create()
816 if (extra_buf == NULL) { in camdd_buf_sg_create()
822 data->extra_buf = 1; in camdd_buf_sg_create()
883 if (extra_buf != NULL) { in camdd_buf_sg_create()
885 data->segs[i].ds_addr = (bus_addr_t)extra_buf; in camdd_buf_sg_create()
888 data->iovec[i].iov_base = extra_buf; in camdd_buf_sg_create()
910 free(extra_buf); in camdd_buf_sg_create()
911 data->extra_buf = 0; in camdd_buf_sg_create()