Home
last modified time | relevance | path

Searched refs:supported_stds (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/
H A Dtvp5150.c800 v4l2_std_id supported_stds; in tvp5150_s_std() local
807 supported_stds = V4L2_STD_ALL; in tvp5150_s_std()
809 supported_stds = cur_con->base.connector.analog.sdtv_stds; in tvp5150_s_std()
815 if ((supported_stds & std) == 0) in tvp5150_s_std()
825 decoder->norm = supported_stds & std; in tvp5150_s_std()