Lines Matching defs:adv7842_state
98 struct adv7842_state { struct
99 struct adv7842_platform_data pdata;
100 struct v4l2_subdev sd;
101 struct media_pad pad;
102 struct v4l2_ctrl_handler hdl;
103 enum adv7842_mode mode;
104 struct v4l2_dv_timings timings;
105 enum adv7842_vid_std_select vid_std_select;
107 const struct adv7842_format_info *format;
109 v4l2_std_id norm;
110 struct {
113 } hdmi_edid;
114 struct {
117 } vga_edid;
118 struct v4l2_fract aspect_ratio;
119 u32 rgb_quantization_range;
120 bool is_cea_format;
121 struct workqueue_struct *work_queues;
122 struct delayed_work delayed_work_enable_hotplug;
123 bool restart_stdi_once;
124 bool hdmi_port_a;
127 struct i2c_client *i2c_sdp_io;
128 struct i2c_client *i2c_sdp;
129 struct i2c_client *i2c_cp;
130 struct i2c_client *i2c_vdp;
131 struct i2c_client *i2c_afe;
132 struct i2c_client *i2c_hdmi;
133 struct i2c_client *i2c_repeater;
134 struct i2c_client *i2c_edid;
135 struct i2c_client *i2c_infoframe;
136 struct i2c_client *i2c_cec;
137 struct i2c_client *i2c_avlink;
140 struct v4l2_ctrl *detect_tx_5v_ctrl;
141 struct v4l2_ctrl *analog_sampling_phase_ctrl;
142 struct v4l2_ctrl *free_run_color_ctrl_manual;
143 struct v4l2_ctrl *free_run_color_ctrl;
144 struct v4l2_ctrl *rgb_quantization_range_ctrl;