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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-fileops.h32 int cx18_start_capture(struct cx18_open_id *id);
33 void cx18_stop_capture(struct cx18_open_id *id, int gop_end);
38 int cx18_claim_stream(struct cx18_open_id *id, int type);
H A Dcx18-ioctl.c152 struct cx18_open_id *id = fh;
177 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
196 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
225 struct cx18_open_id *id = fh;
256 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
275 struct cx18_open_id *id = fh;
307 struct cx18_open_id *id = fh;
341 struct cx18_open_id *id = fh;
376 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
446 struct cx18 *cx = ((struct cx18_open_id *)f
[all...]
H A Dcx18-controls.c57 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
98 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
235 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
261 struct cx18_open_id *id = fh;
330 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
H A Dcx18-fileops.c43 int cx18_claim_stream(struct cx18_open_id *id, int type)
514 int cx18_start_capture(struct cx18_open_id *id)
606 struct cx18_open_id *id = filp->private_data;
623 struct cx18_open_id *id = filp->private_data;
654 void cx18_stop_capture(struct cx18_open_id *id, int gop_end)
697 struct cx18_open_id *id = filp->private_data;
744 struct cx18_open_id *item;
749 item = kmalloc(sizeof(struct cx18_open_id), GFP_KERNEL);
H A Dcx18-alsa-pcm.c155 struct cx18_open_id item;
H A Dcx18-driver.h403 struct cx18_open_id { struct
H A Dcx18-driver.c1112 struct cx18_open_id fh;

Completed in 187 milliseconds