Lines Matching refs:itv

144 			v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args);	\
160 v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args); \
174 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args)
175 #define IVTV_WARN(fmt, args...) v4l2_warn(&itv->v4l2_dev, fmt , ## args)
176 #define IVTV_INFO(fmt, args...) v4l2_info(&itv->v4l2_dev, fmt , ## args)
331 struct ivtv *itv; /* for ease of use */ member
385 struct ivtv *itv; member
755 void (*ivtvfb_restore)(struct ivtv *itv); /* Used for a warm start */
772 void ivtv_set_irq_mask(struct ivtv *itv, u32 mask);
773 void ivtv_clear_irq_mask(struct ivtv *itv, u32 mask);
776 int ivtv_set_output_mode(struct ivtv *itv, int mode);
779 struct ivtv_stream *ivtv_get_output_stream(struct ivtv *itv);
789 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv);
792 int ivtv_init_on_first_open(struct ivtv *itv);
795 static inline int ivtv_raw_vbi(const struct ivtv *itv) in ivtv_raw_vbi() argument
797 return itv->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE; in ivtv_raw_vbi()
812 #define read_reg(reg) readl(itv->reg_mem + (reg))
813 #define write_reg(val, reg) writel(val, itv->reg_mem + (reg))
817 #define read_enc(addr) readl(itv->enc_mem + (u32)(addr))
818 #define write_enc(val, addr) writel(val, itv->enc_mem + (u32)(addr))
822 #define read_dec(addr) readl(itv->dec_mem + (u32)(addr))
823 #define write_dec(val, addr) writel(val, itv->dec_mem + (u32)(addr))
829 #define ivtv_call_hw(itv, hw, o, f, args...) \ argument
832 __v4l2_device_call_subdevs_p(&(itv)->v4l2_dev, __sd, \
836 #define ivtv_call_all(itv, o, f, args...) ivtv_call_hw(itv, 0, o, f , ##args) argument
841 #define ivtv_call_hw_err(itv, hw, o, f, args...) \ argument
844 __v4l2_device_call_subdevs_until_err_p(&(itv)->v4l2_dev, __sd, \
848 #define ivtv_call_all_err(itv, o, f, args...) ivtv_call_hw_err(itv, 0, o, f , ##args) argument