Lines Matching refs:norm
40 v4l2_std_id norm; /* Current set standard */ member
627 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi()
674 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi()
712 decoder->norm = std; in tvp5150_set_std()
741 if (decoder->norm == std) in tvp5150_s_std()
773 tvp5150_set_std(sd, decoder->norm); in tvp5150_reset()
873 if (decoder->norm == V4L2_STD_ALL) in tvp5150_s_crop()
876 std = decoder->norm; in tvp5150_s_crop()
928 if (decoder->norm == V4L2_STD_ALL) in tvp5150_cropcap()
931 std = decoder->norm; in tvp5150_cropcap()
1151 core->norm = V4L2_STD_ALL; /* Default is autodetect */ in tvp5150_probe()