Lines Matching refs:tvp7002
419 struct tvp7002 { struct
437 static inline struct tvp7002 *to_tvp7002(struct v4l2_subdev *sd) in to_tvp7002()
439 return container_of(sd, struct tvp7002, sd); in to_tvp7002()
444 return &container_of(ctrl->handler, struct tvp7002, hdl)->sd; in to_sd()
565 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_s_dv_timings()
585 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_g_dv_timings()
733 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_s_stream()
759 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_log_status()
835 struct tvp7002 *tvp7002 = to_tvp7002(sd); in tvp7002_get_pad_format() local
838 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()
839 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()
840 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()
841 fmt->format.colorspace = tvp7002->current_timings->color_space; in tvp7002_get_pad_format()
950 struct tvp7002 *device; in tvp7002_probe()
967 device = devm_kzalloc(&c->dev, sizeof(struct tvp7002), GFP_KERNEL); in tvp7002_probe()
1058 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_remove()