Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dtvp514x.c231 static const struct tvp514x_std_info tvp514x_std_list[] = { variable
904 format->format.width = tvp514x_std_list[decoder->current_std].width; in tvp514x_get_pad_format()
905 format->format.height = tvp514x_std_list[decoder->current_std].height; in tvp514x_get_pad_format()
929 fmt->format.width != tvp514x_std_list[decoder->current_std].width || in tvp514x_set_pad_format()
930 fmt->format.height != tvp514x_std_list[decoder->current_std].height) in tvp514x_set_pad_format()
974 .std_list = tvp514x_std_list,
975 .num_stds = ARRAY_SIZE(tvp514x_std_list),