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()
778 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_mbus_fmt()
807 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_g_parm()
840 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_parm()
872 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_s_stream()
962 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_get_pad_format()
991 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_set_pad_format()
1040 static struct tvp514x_decoder tvp514x_dev = {
1109 struct tvp514x_decoder *decoder; in tvp514x_probe()
1209 struct tvp514x_decoder *decoder = to_decoder(sd); in tvp514x_remove()