Lines Matching refs:decoder
245 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_selmux() local
249 if ((decoder->output & TVP5150_BLACK_SCREEN) || !decoder->enable) in tvp5150_selmux()
252 switch (decoder->input) { in tvp5150_selmux()
266 decoder->input, decoder->output, in tvp5150_selmux()
281 if (decoder->input == TVP5150_SVIDEO) in tvp5150_selmux()
627 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_vbi() local
628 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi()
674 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_vbi() local
675 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi()
710 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_std() local
713 decoder->norm = std; in tvp5150_set_std()
740 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_std() local
742 if (decoder->norm == std) in tvp5150_s_std()
747 decoder->rect.height = TVP5150_V_MAX_525_60; in tvp5150_s_std()
749 decoder->rect.height = TVP5150_V_MAX_OTHERS; in tvp5150_s_std()
757 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_reset() local
772 v4l2_ctrl_handler_setup(&decoder->hdl); in tvp5150_reset()
774 tvp5150_set_std(sd, decoder->norm); in tvp5150_reset()
837 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_fill_fmt() local
846 f->width = decoder->rect.width; in tvp5150_fill_fmt()
847 f->height = decoder->rect.height; in tvp5150_fill_fmt()
861 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_crop() local
879 if (decoder->norm == V4L2_STD_ALL) in tvp5150_s_crop()
882 std = decoder->norm; in tvp5150_s_crop()
906 decoder->rect = rect; in tvp5150_s_crop()
913 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_g_crop() local
915 a->c = decoder->rect; in tvp5150_g_crop()
923 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_cropcap() local
934 if (decoder->norm == V4L2_STD_ALL) in tvp5150_cropcap()
937 std = decoder->norm; in tvp5150_cropcap()
958 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_routing() local
960 decoder->input = input; in tvp5150_s_routing()
961 decoder->output = output; in tvp5150_s_routing()
1205 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_remove() local
1212 v4l2_ctrl_handler_free(&decoder->hdl); in tvp5150_remove()