Lines Matching defs:tvp514x_decoder
106 struct tvp514x_decoder { struct
107 struct v4l2_subdev sd;
108 struct v4l2_ctrl_handler hdl;
109 struct tvp514x_reg tvp514x_regs[ARRAY_SIZE(tvp514x_reg_list_default)];
110 const struct tvp514x_platform_data *pdata;
112 int ver;
113 int streaming;
115 struct v4l2_pix_format pix;
116 int num_fmts;
117 const struct v4l2_fmtdesc *fmt_list;
119 enum tvp514x_std current_std;
120 int num_stds;
121 const struct tvp514x_std_info *std_list;
123 u32 input;
124 u32 output;
127 struct media_pad pad;
128 struct v4l2_mbus_framefmt format;
130 struct tvp514x_reg *int_seq;