saa7134.h (6ea24cf79e055f0a62a64baa8587e2254a493c7b) saa7134.h (2bc46b3ad3c15165f91459b07ff8682478683194)
1/*
2 *
3 * v4l2 device driver for philips saa7134 based TV cards
4 *
5 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 596 unchanged lines hidden (view full) ---

605 enum v4l2_field ovfield;
606 struct v4l2_window win;
607 struct v4l2_clip clips[8];
608 unsigned int nclips;
609 struct v4l2_fh *overlay_owner;
610
611
612 /* video+ts+vbi capture */
1/*
2 *
3 * v4l2 device driver for philips saa7134 based TV cards
4 *
5 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 596 unchanged lines hidden (view full) ---

605 enum v4l2_field ovfield;
606 struct v4l2_window win;
607 struct v4l2_clip clips[8];
608 unsigned int nclips;
609 struct v4l2_fh *overlay_owner;
610
611
612 /* video+ts+vbi capture */
613 void *alloc_ctx;
614 struct saa7134_dmaqueue video_q;
615 struct vb2_queue video_vbq;
616 struct saa7134_dmaqueue vbi_q;
617 struct vb2_queue vbi_vbq;
618 enum v4l2_field field;
619 struct saa7134_format *fmt;
620 unsigned int width, height;
621 unsigned int vbi_hlen, vbi_vlen;

--- 313 unchanged lines hidden ---
613 struct saa7134_dmaqueue video_q;
614 struct vb2_queue video_vbq;
615 struct saa7134_dmaqueue vbi_q;
616 struct vb2_queue vbi_vbq;
617 enum v4l2_field field;
618 struct saa7134_format *fmt;
619 unsigned int width, height;
620 unsigned int vbi_hlen, vbi_vlen;

--- 313 unchanged lines hidden ---