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