Searched refs:V4L2_STD_525_60 (Results 1 - 25 of 65) sorted by path

123

/linux-master/drivers/gpu/ipu-v3/
H A Dipu-vdi.c74 top_field_0 = (std & V4L2_STD_525_60) ? true : false;
H A Dipu-csi.c338 ((std & V4L2_STD_525_60) ?
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c83 int is_pal = !(state->std & V4L2_STD_525_60);
121 int is_pal = !(state->std & V4L2_STD_525_60);
141 int is_pal = !(state->std & V4L2_STD_525_60);
H A Dcx25840-core.c1308 } else if (std & V4L2_STD_525_60) {
1757 int is_50hz = !(state->std & V4L2_STD_525_60);
3590 if (std & V4L2_STD_525_60) {
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c46 if (dev->tvnorm & V4L2_STD_525_60) {
121 if (dev->tvnorm & V4L2_STD_525_60)
137 if (dev->tvnorm & V4L2_STD_525_60)
/linux-master/drivers/media/tuners/
H A Dmt20xx.c305 if (params->std & V4L2_STD_525_60) {
329 if (params->std & V4L2_STD_525_60) {
502 if (params->std & V4L2_STD_525_60) {
525 if (params->std & V4L2_STD_525_60) {
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2642 params.is_60hz = std & V4L2_STD_525_60;
/linux-master/drivers/media/i2c/
H A Dadv7180.c479 if (state->curr_norm & V4L2_STD_525_60) {
727 fmt->height = state->curr_norm & V4L2_STD_525_60 ? 480 : 576;
870 if (state->curr_norm & V4L2_STD_525_60) {
H A Dadv7183.c434 if (decoder->std & V4L2_STD_525_60) {
H A Dadv7842.c2077 if (state->norm & V4L2_STD_525_60)
2959 else if (norm & V4L2_STD_525_60)
H A Dbt819.c175 struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0];
H A Dks0127.c480 if (ks->norm & V4L2_STD_525_60)
614 std &= V4L2_STD_525_60;
H A Dml86v7667.c169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
217 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576;
251 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
356 val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
H A Dsaa6752hs.c438 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0);
H A Dsaa7115.c770 hz = (state->std & V4L2_STD_525_60) ? 5994 : 5000;
987 if (std & V4L2_STD_525_60) {
1204 if (state->std & V4L2_STD_525_60)
1481 *std &= V4L2_STD_525_60;
H A Dsaa7127.c471 if (std & V4L2_STD_525_60) {
671 v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz");
H A Dtvp5150.c819 if (std & V4L2_STD_525_60)
1022 if (std & V4L2_STD_525_60)
1082 return (std & V4L2_STD_525_60) ?
1177 if (std & V4L2_STD_525_60)
H A Dtw2804.c145 state->norm & V4L2_STD_525_60 ? "60 Hz" : "50 Hz");
254 bool is_60hz = norm & V4L2_STD_525_60;
H A Dtw9903.c117 bool is_60hz = norm & V4L2_STD_525_60;
163 bool is_60hz = dec->norm & V4L2_STD_525_60;
H A Dtw9906.c88 bool is_60hz = norm & V4L2_STD_525_60;
133 bool is_60hz = dec->norm & V4L2_STD_525_60;
H A Dtw9910.c525 if (norm & V4L2_STD_525_60) {
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c122 fmt->height = afe->curr_norm & V4L2_STD_525_60 ? 480 : 576;
169 if (afe->curr_norm & V4L2_STD_525_60) {
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1632 *id &= V4L2_STD_525_60;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c527 if (std & V4L2_STD_525_60) {
940 int is_50Hz = !(state->std & V4L2_STD_525_60);
H A Dcx18-av-vbi.c129 int is_pal = !(state->std & V4L2_STD_525_60);
179 int is_pal = !(state->std & V4L2_STD_525_60);

Completed in 506 milliseconds

123