Lines Matching defs:cx231xx_fh
430 struct cx231xx_fh { struct
431 struct cx231xx *dev;
432 unsigned int stream_on:1; /* Locks streams */
433 int radio;
435 struct videobuf_queue vb_vidq;
437 enum v4l2_buf_type type;
442 u32 resources;
445 struct v4l2_window win;
446 struct v4l2_clip *clips;
447 unsigned int nclips;
450 struct cx23417_fmt *fmt;
451 unsigned int width, height;
454 struct videobuf_queue vidq;
455 struct videobuf_queue vbiq;
459 atomic_t v4l_reading;