Lines Matching defs:adv7842_state
88 struct adv7842_state { struct
89 struct adv7842_platform_data pdata;
90 struct v4l2_subdev sd;
91 struct media_pad pad;
92 struct v4l2_ctrl_handler hdl;
93 enum adv7842_mode mode;
94 struct v4l2_dv_timings timings;
95 enum adv7842_vid_std_select vid_std_select;
97 const struct adv7842_format_info *format;
99 v4l2_std_id norm;
100 struct {
103 } hdmi_edid;
104 struct {
107 } vga_edid;
108 struct v4l2_fract aspect_ratio;
109 u32 rgb_quantization_range;
110 bool is_cea_format;
111 struct delayed_work delayed_work_enable_hotplug;
112 bool restart_stdi_once;
113 bool hdmi_port_a;
116 struct i2c_client *i2c_sdp_io;
117 struct i2c_client *i2c_sdp;
118 struct i2c_client *i2c_cp;
119 struct i2c_client *i2c_vdp;
120 struct i2c_client *i2c_afe;
121 struct i2c_client *i2c_hdmi;
122 struct i2c_client *i2c_repeater;
123 struct i2c_client *i2c_edid;
124 struct i2c_client *i2c_infoframe;
125 struct i2c_client *i2c_cec;
126 struct i2c_client *i2c_avlink;
129 struct v4l2_ctrl *detect_tx_5v_ctrl;
130 struct v4l2_ctrl *analog_sampling_phase_ctrl;
131 struct v4l2_ctrl *free_run_color_ctrl_manual;
132 struct v4l2_ctrl *free_run_color_ctrl;
133 struct v4l2_ctrl *rgb_quantization_range_ctrl;
135 struct cec_adapter *cec_adap;
136 u8 cec_addr[ADV7842_MAX_ADDRS];
137 u8 cec_valid_addrs;
138 bool cec_enabled_adap;