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

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

Completed in 128 milliseconds