Searched defs:tc358743_state (Results 1 – 1 of 1) sorted by relevance
78 struct tc358743_state { struct79 struct tc358743_platform_data pdata;80 struct v4l2_of_bus_mipi_csi2 bus;81 struct v4l2_subdev sd;82 struct media_pad pad;83 struct v4l2_ctrl_handler hdl;84 struct i2c_client *i2c_client;86 struct mutex confctl_mutex;89 struct v4l2_ctrl *detect_tx_5v_ctrl;113 static inline struct tc358743_state *to_state(struct v4l2_subdev *sd) in to_state() argument