Lines Matching refs:tvp514x_decoder
98 struct tvp514x_decoder { struct
262 static inline struct tvp514x_decoder *to_decoder(struct v4l2_subdev *sd) in to_decoder()
264 return container_of(sd, struct tvp514x_decoder, sd); in to_decoder()
269 return &container_of(ctrl->handler, struct tvp514x_decoder, hdl)->sd; in to_sd()
466 struct tvp514x_decoder *decoder) in tvp514x_configure()
494 struct tvp514x_decoder *decoder) in tvp514x_detect()
535 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_querystd()
617 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_std()
655 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_routing()
699 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_ctrl()
746 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_get_frame_interval()
770 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_set_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 = {
1028 struct tvp514x_decoder *decoder; in tvp514x_probe()
1126 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_remove()