Lines Matching refs:v4l2_subdev
36 struct v4l2_subdev sd;
55 static inline struct ths7303_state *to_state(struct v4l2_subdev *sd) in to_state()
60 static int ths7303_read(struct v4l2_subdev *sd, u8 reg) in ths7303_read()
67 static int ths7303_write(struct v4l2_subdev *sd, u8 reg, u8 val) in ths7303_write()
82 static int ths7303_setval(struct v4l2_subdev *sd, in ths7303_setval()
139 static int ths7303_s_std_output(struct v4l2_subdev *sd, v4l2_std_id norm) in ths7303_s_std_output()
152 static int ths7303_config(struct v4l2_subdev *sd) in ths7303_config()
186 static int ths7303_s_stream(struct v4l2_subdev *sd, int enable) in ths7303_s_stream()
196 static int ths7303_s_dv_timings(struct v4l2_subdev *sd, unsigned int pad, in ths7303_s_dv_timings()
217 static int ths7303_g_register(struct v4l2_subdev *sd, in ths7303_g_register()
225 static int ths7303_s_register(struct v4l2_subdev *sd, in ths7303_s_register()
263 static void ths7303_log_channel_status(struct v4l2_subdev *sd, u8 reg) in ths7303_log_channel_status()
280 static int ths7303_log_status(struct v4l2_subdev *sd) in ths7303_log_status()
333 struct v4l2_subdev *sd; in ths7303_probe()
366 struct v4l2_subdev *sd = i2c_get_clientdata(client); in ths7303_remove()