Lines Matching refs:tvp7002
406 struct tvp7002 { struct
424 static inline struct tvp7002 *to_tvp7002(struct v4l2_subdev *sd) in to_tvp7002()
426 return container_of(sd, struct tvp7002, sd); in to_tvp7002()
431 return &container_of(ctrl->handler, struct tvp7002, hdl)->sd; in to_sd()
552 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_s_dv_timings()
572 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_g_dv_timings()
722 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_s_stream()
748 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_log_status()
824 struct tvp7002 *tvp7002 = to_tvp7002(sd); in tvp7002_get_pad_format() local
827 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()
828 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()
829 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()
830 fmt->format.colorspace = tvp7002->current_timings->color_space; in tvp7002_get_pad_format()
939 struct tvp7002 *device; in tvp7002_probe()
956 device = devm_kzalloc(&c->dev, sizeof(struct tvp7002), GFP_KERNEL); in tvp7002_probe()
1047 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_remove()