Lines Matching refs:cx18
347 struct cx18; /* forward reference */
363 struct cx18 *cx;
378 struct cx18 *cx; /* for ease of use */
433 struct cx18 *cx;
569 struct cx18 *cx;
576 struct cx18 { struct
678 static inline struct cx18 *to_cx18(struct v4l2_device *v4l2_dev) in to_cx18() argument
680 return container_of(v4l2_dev, struct cx18, v4l2_dev); in to_cx18()
684 extern int (*cx18_ext_init)(struct cx18 *);
696 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv);
699 int cx18_init_on_first_open(struct cx18 *cx);
702 static inline int cx18_raw_vbi(const struct cx18 *cx) in cx18_raw_vbi()