Lines Matching defs:sd

107 	struct v4l2_subdev sd;  member
270 static inline struct tvp514x_decoder *to_decoder(struct v4l2_subdev *sd) in to_decoder()
288 static int tvp514x_read_reg(struct v4l2_subdev *sd, u8 reg) in tvp514x_read_reg()
313 static void dump_reg(struct v4l2_subdev *sd, u8 reg) in dump_reg()
330 static int tvp514x_write_reg(struct v4l2_subdev *sd, u8 reg, u8 val) in tvp514x_write_reg()
362 static int tvp514x_write_regs(struct v4l2_subdev *sd, in tvp514x_write_regs()
393 static enum tvp514x_std tvp514x_query_current_std(struct v4l2_subdev *sd) in tvp514x_query_current_std()
420 static void tvp514x_reg_dump(struct v4l2_subdev *sd) in tvp514x_reg_dump()
473 static int tvp514x_configure(struct v4l2_subdev *sd, in tvp514x_configure()
501 static int tvp514x_detect(struct v4l2_subdev *sd, in tvp514x_detect()
541 static int tvp514x_querystd(struct v4l2_subdev *sd, v4l2_std_id *std_id) in tvp514x_querystd()
623 static int tvp514x_s_std(struct v4l2_subdev *sd, v4l2_std_id std_id) in tvp514x_s_std()
660 static int tvp514x_s_routing(struct v4l2_subdev *sd, in tvp514x_s_routing()
706 struct v4l2_subdev *sd = to_sd(ctrl); in tvp514x_s_ctrl() local
757 tvp514x_g_parm(struct v4l2_subdev *sd, struct v4l2_streamparm *a) in tvp514x_g_parm()
790 tvp514x_s_parm(struct v4l2_subdev *sd, struct v4l2_streamparm *a) in tvp514x_s_parm()
821 static int tvp514x_s_stream(struct v4l2_subdev *sd, int enable) in tvp514x_s_stream()
883 static int tvp514x_enum_mbus_code(struct v4l2_subdev *sd, in tvp514x_enum_mbus_code()
910 static int tvp514x_get_pad_format(struct v4l2_subdev *sd, in tvp514x_get_pad_format()
942 static int tvp514x_set_pad_format(struct v4l2_subdev *sd, in tvp514x_set_pad_format()
1050 struct v4l2_subdev *sd; in tvp514x_probe() local
1148 struct v4l2_subdev *sd = i2c_get_clientdata(client); in tvp514x_remove() local