tvp514x_std_list  230 drivers/media/i2c/tvp514x.c static const struct tvp514x_std_info tvp514x_std_list[] = {
tvp514x_std_list  904 drivers/media/i2c/tvp514x.c 	format->format.width = tvp514x_std_list[decoder->current_std].width;
tvp514x_std_list  905 drivers/media/i2c/tvp514x.c 	format->format.height = tvp514x_std_list[decoder->current_std].height;
tvp514x_std_list  929 drivers/media/i2c/tvp514x.c 	    fmt->format.width != tvp514x_std_list[decoder->current_std].width ||
tvp514x_std_list  930 drivers/media/i2c/tvp514x.c 	    fmt->format.height != tvp514x_std_list[decoder->current_std].height)
tvp514x_std_list  974 drivers/media/i2c/tvp514x.c 	.std_list = tvp514x_std_list,
tvp514x_std_list  975 drivers/media/i2c/tvp514x.c 	.num_stds = ARRAY_SIZE(tvp514x_std_list),