Searched refs:frbuf (Results 1 – 2 of 2) sorted by relevance
186 __u8 *frbuf; /* buffer for nframes */ member
523 gspca_dev->frbuf = vmalloc_32(frsz * count); in frame_alloc()524 if (!gspca_dev->frbuf) { in frame_alloc()541 frame->data = gspca_dev->frbuf + i * frsz; in frame_alloc()555 if (gspca_dev->frbuf != NULL) { in frame_free()556 vfree(gspca_dev->frbuf); in frame_free()557 gspca_dev->frbuf = NULL; in frame_free()