Lines Matching defs:sd
36 struct v4l2_subdev sd; member
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, in ths7303_s_dv_timings()
218 static int ths7303_g_register(struct v4l2_subdev *sd, in ths7303_g_register()
226 static int ths7303_s_register(struct v4l2_subdev *sd, in ths7303_s_register()
264 static void ths7303_log_channel_status(struct v4l2_subdev *sd, u8 reg) in ths7303_log_channel_status()
281 static int ths7303_log_status(struct v4l2_subdev *sd) in ths7303_log_status()
330 struct v4l2_subdev *sd; in ths7303_probe() local
363 struct v4l2_subdev *sd = i2c_get_clientdata(client); in ths7303_remove() local