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()
624 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_mbus_fmt()
777 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_s_stream()
803 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_log_status()
879 struct tvp7002 *tvp7002 = to_tvp7002(sd); in tvp7002_get_pad_format() local
882 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()
883 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()
884 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()
885 fmt->format.colorspace = tvp7002->current_timings->color_space; in tvp7002_get_pad_format()
1003 struct tvp7002 *device; in tvp7002_probe()
1020 device = devm_kzalloc(&c->dev, sizeof(struct tvp7002), GFP_KERNEL); in tvp7002_probe()
1111 struct tvp7002 *device = to_tvp7002(sd); in tvp7002_remove()