Searched refs:cntrlbuf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dvicam.c127 u8 *cntrlbuf; // area used to send control msgs member in struct:vicam_camera
205 memcpy(cam->cntrlbuf, rec->data, be16_to_cpu(rec->len));
208 cam->cntrlbuf, be16_to_cpu(rec->len));
512 cam->cntrlbuf = kmalloc(PAGE_SIZE, GFP_KERNEL);
513 if (!cam->cntrlbuf) {
556 kfree(cam->cntrlbuf);
648 unsigned char *request = cam->cntrlbuf;

Completed in 20 milliseconds