Lines Matching refs:tvp514x_decoder
97 struct tvp514x_decoder { struct
261 static inline struct tvp514x_decoder *to_decoder(struct v4l2_subdev *sd) in to_decoder()
263 return container_of(sd, struct tvp514x_decoder, sd); in to_decoder()
268 return &container_of(ctrl->handler, struct tvp514x_decoder, hdl)->sd; in to_sd()
465 struct tvp514x_decoder *decoder) in tvp514x_configure()
493 struct tvp514x_decoder *decoder) in tvp514x_detect()
534 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_querystd()
616 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_std()
654 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_routing()
698 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_ctrl()
751 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_g_frame_interval()
776 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_frame_interval()
802 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_stream()
892 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_get_pad_format()
924 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_set_pad_format()
958 static const struct tvp514x_decoder tvp514x_dev = {
1029 struct tvp514x_decoder *decoder; in tvp514x_probe()
1127 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_remove()