Lines Matching refs:v4l2_subdev
41 struct v4l2_subdev sd;
56 static inline struct ths8200_state *to_state(struct v4l2_subdev *sd) in to_state()
71 static int ths8200_read(struct v4l2_subdev *sd, u8 reg) in ths8200_read()
78 static int ths8200_write(struct v4l2_subdev *sd, u8 reg, u8 val) in ths8200_write()
97 ths8200_write_and_or(struct v4l2_subdev *sd, u8 reg, in ths8200_write_and_or()
105 static int ths8200_g_register(struct v4l2_subdev *sd, in ths8200_g_register()
114 static int ths8200_s_register(struct v4l2_subdev *sd, in ths8200_s_register()
123 static int ths8200_log_status(struct v4l2_subdev *sd) in ths8200_log_status()
145 static int ths8200_s_power(struct v4l2_subdev *sd, int on) in ths8200_s_power()
172 static int ths8200_s_stream(struct v4l2_subdev *sd, int enable) in ths8200_s_stream()
188 static void ths8200_core_init(struct v4l2_subdev *sd) in ths8200_core_init()
214 static void ths8200_setup(struct v4l2_subdev *sd, struct v4l2_bt_timings *bt) in ths8200_setup()
361 static int ths8200_s_dv_timings(struct v4l2_subdev *sd, in ths8200_s_dv_timings()
388 static int ths8200_g_dv_timings(struct v4l2_subdev *sd, in ths8200_g_dv_timings()
400 static int ths8200_enum_dv_timings(struct v4l2_subdev *sd, in ths8200_enum_dv_timings()
410 static int ths8200_dv_timings_cap(struct v4l2_subdev *sd, in ths8200_dv_timings_cap()
442 struct v4l2_subdev *sd; in ths8200_probe()
473 struct v4l2_subdev *sd = i2c_get_clientdata(client); in ths8200_remove()