Lines Matching defs:lt7911d_state
64 struct lt7911d_state { struct
65 struct v4l2_fwnode_bus_mipi_csi2 bus;
66 struct v4l2_subdev sd;
67 struct media_pad pad;
68 struct v4l2_ctrl_handler hdl;
69 struct i2c_client *i2c_client;
70 struct mutex confctl_mutex;
71 struct v4l2_ctrl *detect_tx_5v_ctrl;
72 struct v4l2_ctrl *audio_sampling_rate_ctrl;
73 struct v4l2_ctrl *audio_present_ctrl;
74 struct v4l2_ctrl *link_freq;
75 struct v4l2_ctrl *pixel_rate;
76 struct delayed_work delayed_work_enable_hotplug;
77 struct delayed_work delayed_work_res_change;
78 struct v4l2_dv_timings timings;
79 struct clk *xvclk;
80 struct gpio_desc *reset_gpio;
81 struct gpio_desc *plugin_det_gpio;
82 struct gpio_desc *power_gpio;
83 struct work_struct work_i2c_poll;
84 struct timer_list timer;
85 const char *module_facing;
86 const char *module_name;
87 const char *len_name;
88 const struct lt7911d_mode *cur_mode;
89 bool nosignal;
90 bool enable_hdcp;
91 bool is_audio_present;
92 int plugin_irq;
93 u32 mbus_fmt_code;
94 u8 csi_lanes_in_use;
95 u32 module_index;
96 u32 audio_sampling_rate;