Lines Matching refs:decoder
244 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_selmux() local
248 if ((decoder->output & TVP5150_BLACK_SCREEN) || !decoder->enable) in tvp5150_selmux()
251 switch (decoder->input) { in tvp5150_selmux()
265 decoder->input, decoder->output, in tvp5150_selmux()
280 if (decoder->input == TVP5150_SVIDEO) in tvp5150_selmux()
626 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_vbi() local
627 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi()
673 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_vbi() local
674 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi()
709 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_std() local
712 decoder->norm = std; in tvp5150_set_std()
739 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_std() local
741 if (decoder->norm == std) in tvp5150_s_std()
746 decoder->rect.height = TVP5150_V_MAX_525_60; in tvp5150_s_std()
748 decoder->rect.height = TVP5150_V_MAX_OTHERS; in tvp5150_s_std()
756 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_reset() local
771 v4l2_ctrl_handler_setup(&decoder->hdl); in tvp5150_reset()
773 tvp5150_set_std(sd, decoder->norm); in tvp5150_reset()
833 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_mbus_fmt() local
840 f->width = decoder->rect.width; in tvp5150_mbus_fmt()
841 f->height = decoder->rect.height; in tvp5150_mbus_fmt()
855 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_crop() local
873 if (decoder->norm == V4L2_STD_ALL) in tvp5150_s_crop()
876 std = decoder->norm; in tvp5150_s_crop()
900 decoder->rect = rect; in tvp5150_s_crop()
907 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_g_crop() local
909 a->c = decoder->rect; in tvp5150_g_crop()
917 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_cropcap() local
928 if (decoder->norm == V4L2_STD_ALL) in tvp5150_cropcap()
931 std = decoder->norm; in tvp5150_cropcap()
952 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_routing() local
954 decoder->input = input; in tvp5150_s_routing()
955 decoder->output = output; in tvp5150_s_routing()
1189 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_remove() local
1196 v4l2_ctrl_handler_free(&decoder->hdl); in tvp5150_remove()