Lines Matching refs:norm
41 v4l2_std_id norm; /* Current set standard */ member
628 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi()
675 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi()
713 decoder->norm = std; in tvp5150_set_std()
742 if (decoder->norm == std) in tvp5150_s_std()
774 tvp5150_set_std(sd, decoder->norm); in tvp5150_reset()
879 if (decoder->norm == V4L2_STD_ALL) in tvp5150_s_crop()
882 std = decoder->norm; in tvp5150_s_crop()
934 if (decoder->norm == V4L2_STD_ALL) in tvp5150_cropcap()
937 std = decoder->norm; in tvp5150_cropcap()
1160 core->norm = V4L2_STD_ALL; /* Default is autodetect */ in tvp5150_probe()