Lines Matching full:decoder

2  * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder driver
20 MODULE_DESCRIPTION("Texas Instruments TVP5150A video decoder driver");
243 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_selmux() local
247 if ((decoder->output & TVP5150_BLACK_SCREEN) || !decoder->enable) in tvp5150_selmux()
250 switch (decoder->input) { in tvp5150_selmux()
264 decoder->input, decoder->output, in tvp5150_selmux()
274 if (decoder->input == TVP5150_SVIDEO) in tvp5150_selmux()
620 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_vbi() local
621 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi()
667 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_get_vbi() local
668 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi()
698 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_set_std() local
701 decoder->norm = std; in tvp5150_set_std()
730 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_std() local
732 if (decoder->norm == std) in tvp5150_s_std()
740 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_reset() local
748 /* Selects decoder input */ in tvp5150_reset()
755 v4l2_ctrl_handler_setup(&decoder->hdl); in tvp5150_reset()
757 tvp5150_set_std(sd, decoder->norm); in tvp5150_reset()
817 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_mbus_fmt() local
826 if (decoder->norm == V4L2_STD_ALL) in tvp5150_mbus_fmt()
829 std = decoder->norm; in tvp5150_mbus_fmt()
853 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_s_routing() local
855 decoder->input = input; in tvp5150_s_routing()
856 decoder->output = output; in tvp5150_s_routing()
1094 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_remove() local
1101 v4l2_ctrl_handler_free(&decoder->hdl); in tvp5150_remove()