Lines Matching defs:sd
72 struct v4l2_subdev sd; member
98 static inline struct tvp5150 *to_tvp5150(struct v4l2_subdev *sd) in to_tvp5150()
108 static int tvp5150_read(struct v4l2_subdev *sd, unsigned char addr) in tvp5150_read()
120 static void dump_reg_range(struct v4l2_subdev *sd, char *s, u8 init, in dump_reg_range()
141 static int tvp5150_log_status(struct v4l2_subdev *sd) in tvp5150_log_status()
279 static void tvp5150_selmux(struct v4l2_subdev *sd) in tvp5150_selmux()
597 static int tvp5150_write_inittab(struct v4l2_subdev *sd, in tvp5150_write_inittab()
609 static int tvp5150_vdp_init(struct v4l2_subdev *sd) in tvp5150_vdp_init()
641 static int tvp5150_g_sliced_vbi_cap(struct v4l2_subdev *sd, in tvp5150_g_sliced_vbi_cap()
678 static int tvp5150_set_vbi(struct v4l2_subdev *sd, in tvp5150_set_vbi()
723 static int tvp5150_get_vbi(struct v4l2_subdev *sd, int line) in tvp5150_get_vbi()
759 static int tvp5150_set_std(struct v4l2_subdev *sd, v4l2_std_id std) in tvp5150_set_std()
787 static int tvp5150_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) in tvp5150_g_std()
796 static int tvp5150_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in tvp5150_s_std()
830 static v4l2_std_id tvp5150_read_std(struct v4l2_subdev *sd) in tvp5150_read_std()
852 static int query_lock(struct v4l2_subdev *sd) in query_lock()
866 static int tvp5150_querystd(struct v4l2_subdev *sd, v4l2_std_id *std_id) in tvp5150_querystd()
915 static int tvp5150_reset(struct v4l2_subdev *sd, u32 val) in tvp5150_reset()
949 static int tvp5150_enable(struct v4l2_subdev *sd) in tvp5150_enable()
991 struct v4l2_subdev *sd = to_sd(ctrl); in tvp5150_s_ctrl() local
1047 static int tvp5150_fill_fmt(struct v4l2_subdev *sd, in tvp5150_fill_fmt()
1071 static unsigned int tvp5150_get_hmax(struct v4l2_subdev *sd) in tvp5150_get_hmax()
1086 static void tvp5150_set_hw_selection(struct v4l2_subdev *sd, in tvp5150_set_hw_selection()
1106 static int tvp5150_set_selection(struct v4l2_subdev *sd, in tvp5150_set_selection()
1158 static int tvp5150_get_selection(struct v4l2_subdev *sd, in tvp5150_get_selection()
1194 static int tvp5150_get_mbus_config(struct v4l2_subdev *sd, in tvp5150_get_mbus_config()
1212 static int tvp5150_init_state(struct v4l2_subdev *sd, in tvp5150_init_state()
1233 static int tvp5150_enum_mbus_code(struct v4l2_subdev *sd, in tvp5150_enum_mbus_code()
1244 static int tvp5150_enum_frame_size(struct v4l2_subdev *sd, in tvp5150_enum_frame_size()
1307 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in tvp5150_link_setup() local
1418 struct v4l2_subdev *sd = dev_get_drvdata(dev); in tvp5150_runtime_suspend() local
1431 struct v4l2_subdev *sd = dev_get_drvdata(dev); in tvp5150_runtime_resume() local
1443 static int tvp5150_s_stream(struct v4l2_subdev *sd, int enable) in tvp5150_s_stream()
1475 static int tvp5150_s_routing(struct v4l2_subdev *sd, in tvp5150_s_routing()
1492 static int tvp5150_s_raw_fmt(struct v4l2_subdev *sd, struct v4l2_vbi_format *fmt) in tvp5150_s_raw_fmt()
1514 static int tvp5150_s_sliced_fmt(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_format *svbi) in tvp5150_s_sliced_fmt()
1542 static int tvp5150_g_sliced_fmt(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_format *svbi) in tvp5150_g_sliced_fmt()
1558 static int tvp5150_g_register(struct v4l2_subdev *sd, struct v4l2_dbg_register *reg) in tvp5150_g_register()
1573 static int tvp5150_s_register(struct v4l2_subdev *sd, const struct v4l2_dbg_register *reg) in tvp5150_s_register()
1581 static int tvp5150_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, in tvp5150_subscribe_event()
1594 static int tvp5150_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tvp5150_g_tuner()
1602 static int tvp5150_registered(struct v4l2_subdev *sd) in tvp5150_registered()
1676 static int tvp5150_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in tvp5150_open()
1681 static int tvp5150_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in tvp5150_close()
1828 struct v4l2_subdev *sd = &core->sd; in tvp5150_detect_version() local
1900 struct v4l2_subdev *sd = &decoder->sd; in tvp5150_mc_init() local
2118 struct v4l2_subdev *sd; in tvp5150_probe() local
2239 struct v4l2_subdev *sd = i2c_get_clientdata(c); in tvp5150_remove() local