Lines Matching defs:tvp514x_decoder
98 struct tvp514x_decoder { struct
99 struct v4l2_subdev sd;
100 struct v4l2_ctrl_handler hdl;
101 struct tvp514x_reg tvp514x_regs[ARRAY_SIZE(tvp514x_reg_list_default)];
102 const struct tvp514x_platform_data *pdata;
104 int ver;
105 int streaming;
107 struct v4l2_pix_format pix;
108 int num_fmts;
109 const struct v4l2_fmtdesc *fmt_list;
111 enum tvp514x_std current_std;
112 int num_stds;
113 const struct tvp514x_std_info *std_list;
115 u32 input;
116 u32 output;
119 struct media_pad pad;
120 struct v4l2_mbus_framefmt format;
122 const struct tvp514x_reg *int_seq;