Searched refs:frbuf (Results 1 – 2 of 2) sorted by relevance
177 __u8 *frbuf; /* buffer for nframes */ member
512 gspca_dev->frbuf = vmalloc_32(frsz * count); in frame_alloc()513 if (!gspca_dev->frbuf) { in frame_alloc()530 frame->data = gspca_dev->frbuf + i * frsz; in frame_alloc()544 if (gspca_dev->frbuf != NULL) { in frame_free()545 vfree(gspca_dev->frbuf); in frame_free()546 gspca_dev->frbuf = NULL; in frame_free()