Lines Matching refs:cx
176 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
190 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
202 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args)
203 #define CX18_WARN(fmt, args...) v4l2_warn(&cx->v4l2_dev, fmt , ## args)
204 #define CX18_INFO(fmt, args...) v4l2_info(&cx->v4l2_dev, fmt , ## args)
363 struct cx18 *cx; member
378 struct cx18 *cx; /* for ease of use */ member
433 struct cx18 *cx; member
569 struct cx18 *cx; member
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() argument
704 return cx->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE; in cx18_raw_vbi()
709 #define cx18_call_hw(cx, hw, o, f, args...) \ argument
712 __v4l2_device_call_subdevs_p(&(cx)->v4l2_dev, __sd, \
716 #define cx18_call_all(cx, o, f, args...) cx18_call_hw(cx, 0, o, f , ##args) argument
721 #define cx18_call_hw_err(cx, hw, o, f, args...) \ argument
724 __v4l2_device_call_subdevs_until_err_p(&(cx)->v4l2_dev, \
729 #define cx18_call_all_err(cx, o, f, args...) \ argument
730 cx18_call_hw_err(cx, 0, o, f , ##args)