Lines Matching defs:adv76xx_state
137 struct adv76xx_state { struct
138 const struct adv76xx_chip_info *info;
139 struct adv76xx_platform_data pdata;
141 struct gpio_desc *hpd_gpio[4];
143 struct v4l2_subdev sd;
144 struct media_pad pads[ADV76XX_PAD_MAX];
145 unsigned int source_pad;
147 struct v4l2_ctrl_handler hdl;
149 enum adv76xx_pad selected_input;
151 struct v4l2_dv_timings timings;
152 const struct adv76xx_format_info *format;
177 static bool adv76xx_has_afe(struct adv76xx_state *state) in adv76xx_has_afe() argument