Lines Matching defs:it66121_ctx
297 struct it66121_ctx { struct
298 struct regmap *regmap;
299 struct drm_bridge bridge;
300 struct drm_bridge *next_bridge;
301 struct drm_connector *connector;
302 struct device *dev;
303 struct gpio_desc *gpio_reset;
304 struct i2c_client *client;
305 u32 bus_width;
306 struct mutex lock; /* Protects fields below and device registers */
307 struct hdmi_avi_infoframe hdmi_avi_infoframe;
308 struct {
314 } audio;
315 const struct it66121_chip_info *info;