Searched refs:frbuf (Results 1 – 2 of 2) sorted by relevance
178 __u8 *frbuf; /* buffer for nframes */ member
507 gspca_dev->frbuf = vmalloc_32(frsz * count); in frame_alloc()508 if (!gspca_dev->frbuf) { in frame_alloc()525 frame->data = gspca_dev->frbuf + i * frsz; in frame_alloc()539 if (gspca_dev->frbuf != NULL) { in frame_free()540 vfree(gspca_dev->frbuf); in frame_free()541 gspca_dev->frbuf = NULL; in frame_free()