Lines Matching refs:cx18
333 struct cx18; /* forward reference */
349 struct cx18 *cx;
364 struct cx18 *cx; /* for ease of use */
419 struct cx18 *cx;
555 struct cx18 *cx;
562 struct cx18 { struct
664 static inline struct cx18 *to_cx18(struct v4l2_device *v4l2_dev) in to_cx18() argument
666 return container_of(v4l2_dev, struct cx18, v4l2_dev); in to_cx18()
670 extern int (*cx18_ext_init)(struct cx18 *);
682 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv);
685 int cx18_init_on_first_open(struct cx18 *cx);
688 static inline int cx18_raw_vbi(const struct cx18 *cx) in cx18_raw_vbi()