current_std 110 drivers/media/i2c/tvp514x.c enum tvp514x_std current_std; current_std 535 drivers/media/i2c/tvp514x.c enum tvp514x_std current_std; current_std 549 drivers/media/i2c/tvp514x.c current_std = tvp514x_query_current_std(sd); current_std 550 drivers/media/i2c/tvp514x.c if (current_std == STD_INVALID) { current_std 599 drivers/media/i2c/tvp514x.c *std_id &= decoder->std_list[current_std].standard.id; current_std 602 drivers/media/i2c/tvp514x.c decoder->std_list[current_std].standard.name); current_std 631 drivers/media/i2c/tvp514x.c decoder->current_std = i; current_std 752 drivers/media/i2c/tvp514x.c enum tvp514x_std current_std; current_std 756 drivers/media/i2c/tvp514x.c current_std = decoder->current_std; current_std 759 drivers/media/i2c/tvp514x.c decoder->std_list[current_std].standard.frameperiod; current_std 778 drivers/media/i2c/tvp514x.c enum tvp514x_std current_std; current_std 784 drivers/media/i2c/tvp514x.c current_std = decoder->current_std; current_std 787 drivers/media/i2c/tvp514x.c decoder->std_list[current_std].standard.frameperiod; current_std 904 drivers/media/i2c/tvp514x.c format->format.width = tvp514x_std_list[decoder->current_std].width; current_std 905 drivers/media/i2c/tvp514x.c format->format.height = tvp514x_std_list[decoder->current_std].height; current_std 929 drivers/media/i2c/tvp514x.c fmt->format.width != tvp514x_std_list[decoder->current_std].width || current_std 930 drivers/media/i2c/tvp514x.c fmt->format.height != tvp514x_std_list[decoder->current_std].height) current_std 973 drivers/media/i2c/tvp514x.c .current_std = STD_NTSC_MJ,