Lines Matching refs:tvp514x_decoder
106 struct tvp514x_decoder { struct
270 static inline struct tvp514x_decoder *to_decoder(struct v4l2_subdev *sd) in to_decoder()
272 return container_of(sd, struct tvp514x_decoder, sd); in to_decoder()
277 return &container_of(ctrl->handler, struct tvp514x_decoder, hdl)->sd; in to_sd()
474 struct tvp514x_decoder *decoder) in tvp514x_configure()
502 struct tvp514x_decoder *decoder) in tvp514x_detect()
543 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_querystd()
625 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_std()
663 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_routing()
707 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_ctrl()
759 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_g_parm()
792 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_parm()
824 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_stream()
914 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_get_pad_format()
946 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_set_pad_format()
980 static struct tvp514x_decoder tvp514x_dev = {
1049 struct tvp514x_decoder *decoder; in tvp514x_probe()
1149 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_remove()