Symbol: V4L2_STD_525_60
drivers/gpu/ipu-v3/ipu-csi.c
312
((std & V4L2_STD_525_60) ?
drivers/gpu/ipu-v3/ipu-vdi.c
74
top_field_0 = (std & V4L2_STD_525_60) ? true : false;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
2645
params.is_60hz = std & V4L2_STD_525_60;
drivers/media/i2c/adv7180.c
502
if (state->curr_norm & V4L2_STD_525_60) {
drivers/media/i2c/adv7180.c
711
fmt->height = state->curr_norm & V4L2_STD_525_60 ? 480 : 576;
drivers/media/i2c/adv7183.c
434
if (decoder->std & V4L2_STD_525_60) {
drivers/media/i2c/adv748x/adv748x-afe.c
122
fmt->height = afe->curr_norm & V4L2_STD_525_60 ? 480 : 576;
drivers/media/i2c/adv7842.c
2090
if (state->norm & V4L2_STD_525_60)
drivers/media/i2c/adv7842.c
2982
else if (norm & V4L2_STD_525_60)
drivers/media/i2c/bt819.c
175
struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0];
drivers/media/i2c/cx25840/cx25840-core.c
1308
} else if (std & V4L2_STD_525_60) {
drivers/media/i2c/cx25840/cx25840-core.c
1757
int is_50hz = !(state->std & V4L2_STD_525_60);
drivers/media/i2c/cx25840/cx25840-core.c
3590
if (std & V4L2_STD_525_60) {
drivers/media/i2c/cx25840/cx25840-vbi.c
121
int is_pal = !(state->std & V4L2_STD_525_60);
drivers/media/i2c/cx25840/cx25840-vbi.c
141
int is_pal = !(state->std & V4L2_STD_525_60);
drivers/media/i2c/cx25840/cx25840-vbi.c
83
int is_pal = !(state->std & V4L2_STD_525_60);
drivers/media/i2c/ks0127.c
472
if (ks->norm & V4L2_STD_525_60)
drivers/media/i2c/ks0127.c
606
std &= V4L2_STD_525_60;
drivers/media/i2c/ml86v7667.c
169
*std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
drivers/media/i2c/ml86v7667.c
217
fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576;
drivers/media/i2c/ml86v7667.c
251
mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
drivers/media/i2c/ml86v7667.c
353
priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
drivers/media/i2c/ml86v7667.c
356
val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
drivers/media/i2c/saa6752hs.c
438
set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0);
drivers/media/i2c/saa7115.c
1196
if (state->std & V4L2_STD_525_60)
drivers/media/i2c/saa7115.c
1473
*std &= V4L2_STD_525_60;
drivers/media/i2c/saa7115.c
762
hz = (state->std & V4L2_STD_525_60) ? 5994 : 5000;
drivers/media/i2c/saa7115.c
979
if (std & V4L2_STD_525_60) {
drivers/media/i2c/saa7127.c
471
if (std & V4L2_STD_525_60) {
drivers/media/i2c/saa7127.c
671
v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz");
drivers/media/i2c/tvp5150.c
1022
if (std & V4L2_STD_525_60)
drivers/media/i2c/tvp5150.c
1082
return (std & V4L2_STD_525_60) ?
drivers/media/i2c/tvp5150.c
1177
if (std & V4L2_STD_525_60)
drivers/media/i2c/tvp5150.c
819
if (std & V4L2_STD_525_60)
drivers/media/i2c/tw2804.c
145
state->norm & V4L2_STD_525_60 ? "60 Hz" : "50 Hz");
drivers/media/i2c/tw2804.c
254
bool is_60hz = norm & V4L2_STD_525_60;
drivers/media/i2c/tw9903.c
117
bool is_60hz = norm & V4L2_STD_525_60;
drivers/media/i2c/tw9903.c
163
bool is_60hz = dec->norm & V4L2_STD_525_60;
drivers/media/i2c/tw9906.c
133
bool is_60hz = dec->norm & V4L2_STD_525_60;
drivers/media/i2c/tw9906.c
88
bool is_60hz = norm & V4L2_STD_525_60;
drivers/media/i2c/tw9910.c
520
if (norm & V4L2_STD_525_60) {
drivers/media/pci/bt8xx/bttv-driver.c
1630
*id &= V4L2_STD_525_60;
drivers/media/pci/cx18/cx18-av-core.c
527
if (std & V4L2_STD_525_60) {
drivers/media/pci/cx18/cx18-av-core.c
940
int is_50Hz = !(state->std & V4L2_STD_525_60);
drivers/media/pci/cx18/cx18-av-vbi.c
121
int is_pal = !(state->std & V4L2_STD_525_60);
drivers/media/pci/cx18/cx18-av-vbi.c
171
int is_pal = !(state->std & V4L2_STD_525_60);
drivers/media/pci/cx18/cx18-driver.c
1056
if (cx->std & V4L2_STD_525_60)
drivers/media/pci/cx18/cx18-ioctl.c
619
cx->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0;
drivers/media/pci/cx23885/cx23885-417.c
1012
if (dev->encodernorm.id & V4L2_STD_525_60)
drivers/media/pci/cx23885/cx23885-417.c
1504
if (dev->encodernorm.id & V4L2_STD_525_60)
drivers/media/pci/cx23885/cx23885-vbi.c
121
if (dev->tvnorm & V4L2_STD_525_60)
drivers/media/pci/cx23885/cx23885-vbi.c
137
if (dev->tvnorm & V4L2_STD_525_60)
drivers/media/pci/cx23885/cx23885-vbi.c
46
if (dev->tvnorm & V4L2_STD_525_60) {
drivers/media/pci/cx23885/cx23885-video.c
373
if (dev->tvnorm & V4L2_STD_525_60)
drivers/media/pci/cx23885/cx23885.h
634
return (norm & V4L2_STD_525_60) ? 480 : 576;
drivers/media/pci/cx88/cx88-vbi.c
122
if (dev->core->tvnorm & V4L2_STD_525_60)
drivers/media/pci/cx88/cx88-vbi.c
138
if (dev->core->tvnorm & V4L2_STD_525_60)
drivers/media/pci/cx88/cx88-vbi.c
32
if (dev->core->tvnorm & V4L2_STD_525_60) {
drivers/media/pci/cx88/cx88.h
95
return (norm & V4L2_STD_525_60) ? 480 : 576;
drivers/media/pci/dt3155/dt3155.c
336
if (pd->std & V4L2_STD_525_60) {
drivers/media/pci/ivtv/ivtv-driver.c
1101
if (itv->std & V4L2_STD_525_60) {
drivers/media/pci/ivtv/ivtv-ioctl.c
1108
itv->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0;
drivers/media/pci/ivtv/ivtv-ioctl.c
1132
itv->is_out_60hz = (std & V4L2_STD_525_60) ? 1 : 0;
drivers/media/pci/saa7134/saa7134-video.c
1294
if (dev->tvnorm->id & V4L2_STD_525_60) {
drivers/media/pci/saa7134/saa7134-video.c
374
dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624)
drivers/media/pci/saa7164/saa7164-encoder.c
1067
if (port->encodernorm.id & V4L2_STD_525_60)
drivers/media/pci/tw68/tw68-video.c
215
dev->height = (norm->id & V4L2_STD_525_60) ? 480 : 576;
drivers/media/pci/tw68/tw68-video.c
284
vactive = ((norm->id & V4L2_STD_525_60) ? 524 : 624) / 2 - norm->video_v_start;
drivers/media/pci/tw68/tw68-video.c
602
maxh = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576;
drivers/media/pci/tw686x/tw686x-video.c
1272
vdev->tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50;
drivers/media/pci/tw686x/tw686x-video.c
26
#define TW686X_VIDEO_HEIGHT(id) ((id & V4L2_STD_525_60) ? 480 : 576)
drivers/media/pci/tw686x/tw686x-video.c
27
#define TW686X_MAX_FPS(id) ((id & V4L2_STD_525_60) ? 30 : 25)
drivers/media/pci/tw686x/tw686x-video.c
792
if (id & V4L2_STD_525_60)
drivers/media/platform/renesas/sh_vou.c
1210
.tvnorms = V4L2_STD_525_60, /* PAL only supported in 8-bit non-bt656 mode */
drivers/media/platform/renesas/sh_vou.c
425
if (vou_dev->std & V4L2_STD_525_60) {
drivers/media/platform/renesas/sh_vou.c
510
if (std & V4L2_STD_525_60)
drivers/media/platform/renesas/sh_vou.c
580
if (std & V4L2_STD_525_60) {
drivers/media/platform/renesas/sh_vou.c
670
if (vou_dev->std & V4L2_STD_525_60)
drivers/media/platform/renesas/sh_vou.c
725
if (vou_dev->std & V4L2_STD_525_60)
drivers/media/platform/renesas/sh_vou.c
834
if (std_id & V4L2_STD_525_60) {
drivers/media/platform/renesas/sh_vou.c
909
if (vou_dev->std & V4L2_STD_525_60)
drivers/media/platform/renesas/sh_vou.c
949
if (vou_dev->std & V4L2_STD_525_60)
drivers/media/platform/ti/am437x/am437x-vpfe.c
57
{V4L2_STD_525_60, 720, 480, {11, 10}, 1},
drivers/media/platform/ti/davinci/vpif.c
209
.stdid = V4L2_STD_525_60,
drivers/media/platform/ti/davinci/vpif_capture.c
1415
ch->video.stdid = V4L2_STD_525_60;
drivers/media/platform/ti/davinci/vpif_display.c
1157
ch->video.stdid = V4L2_STD_525_60;
drivers/media/platform/ti/davinci/vpif_display.c
32
#define VPIF_V4L2_STD (V4L2_STD_525_60 | V4L2_STD_625_50)
drivers/media/test-drivers/vivid/vivid-kthread-cap.c
394
bool is_60hz = is_tv && (dev->std_cap[dev->input] & V4L2_STD_525_60);
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
128
bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
147
bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
22
bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
301
bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
334
is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
339
is_60hz = dev->std_out & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
69
bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-out.c
138
bool is_60hz = dev->std_out & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-out.c
187
bool is_60hz = dev->std_out & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-out.c
23
bool is_60hz = dev->std_out & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vbi-out.c
230
if ((dev->std_out & V4L2_STD_525_60) && vbi->line == 21) {
drivers/media/test-drivers/vivid/vivid-vbi-out.c
42
bool is_60hz = dev->std_out & V4L2_STD_525_60;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
188
if (dev->std_cap[dev->input] & V4L2_STD_525_60)
drivers/media/test-drivers/vivid/vivid-vid-cap.c
356
return (dev->std_cap[dev->input] & V4L2_STD_525_60) ?
drivers/media/test-drivers/vivid/vivid-vid-cap.c
391
if (dev->std_cap[dev->input] & V4L2_STD_525_60) {
drivers/media/test-drivers/vivid/vivid-vid-cap.c
584
h = (dev->std_cap[dev->input] & V4L2_STD_525_60) ? 480 : 576;
drivers/media/test-drivers/vivid/vivid-vid-common.c
831
if (!(dev->std_cap[dev->input] & V4L2_STD_525_60) !=
drivers/media/test-drivers/vivid/vivid-vid-common.c
832
!(output_inst->std_out & V4L2_STD_525_60))
drivers/media/test-drivers/vivid/vivid-vid-out.c
222
if (dev->std_out & V4L2_STD_525_60) {
drivers/media/test-drivers/vivid/vivid-vid-out.c
300
return (dev->std_out & V4L2_STD_525_60) ?
drivers/media/test-drivers/vivid/vivid-vid-out.c
367
h = (dev->std_out & V4L2_STD_525_60) ? 480 : 576;
drivers/media/tuners/mt20xx.c
305
if (params->std & V4L2_STD_525_60) {
drivers/media/tuners/mt20xx.c
329
if (params->std & V4L2_STD_525_60) {
drivers/media/tuners/mt20xx.c
502
if (params->std & V4L2_STD_525_60) {
drivers/media/tuners/mt20xx.c
525
if (params->std & V4L2_STD_525_60) {
drivers/media/usb/cx231xx/cx231xx-417.c
1731
if (dev->encodernorm.id & V4L2_STD_525_60)
drivers/media/usb/dvb-usb/cxusb-analog.c
727
bool is525 = norm & V4L2_STD_525_60;
drivers/media/usb/em28xx/em28xx-video.c
1577
f.fmt.pix.height = (norm & V4L2_STD_525_60) ? 480 : 576;
drivers/media/usb/em28xx/em28xx-video.c
2061
if (v4l2->norm & V4L2_STD_525_60) {
drivers/media/usb/em28xx/em28xx-video.c
235
if (v4l2->norm & V4L2_STD_525_60) {
drivers/media/usb/em28xx/em28xx-video.c
321
if (v4l2->norm & V4L2_STD_525_60)
drivers/media/usb/hdpvr/hdpvr-video.c
1175
dev->cur_std = V4L2_STD_525_60;
drivers/media/usb/hdpvr/hdpvr-video.c
604
if (std & V4L2_STD_525_60)
drivers/media/usb/hdpvr/hdpvr-video.c
640
V4L2_STD_525_60 : V4L2_STD_625_50;
drivers/media/usb/pvrusb2/pvrusb2-encoder.c
414
hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ?
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
3044
if (hdw->std_mask_cur & V4L2_STD_525_60) {
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
3090
int nvres = hdw->std_mask_cur & V4L2_STD_525_60 ? 480 : 576;
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
634
if (cptr->hdw->std_mask_cur & V4L2_STD_525_60) {
drivers/media/usb/s2255/s2255drv.c
1106
if (i & V4L2_STD_525_60) {
drivers/media/usb/s2255/s2255drv.c
1351
int is_ntsc = vc->std & V4L2_STD_525_60;
drivers/media/usb/s2255/s2255drv.c
1371
int is_ntsc = vc->std & V4L2_STD_525_60;
drivers/media/usb/s2255/s2255drv.c
411
return (vc->std & V4L2_STD_525_60) ?
drivers/media/usb/s2255/s2255drv.c
417
return (vc->std & V4L2_STD_525_60) ?
drivers/media/usb/s2255/s2255drv.c
423
return (vc->std & V4L2_STD_525_60) ?
drivers/media/usb/s2255/s2255drv.c
429
return (vc->std & V4L2_STD_525_60) ?
drivers/media/usb/s2255/s2255drv.c
739
int is_ntsc = vc->std & V4L2_STD_525_60;
drivers/media/usb/s2255/s2255drv.c
761
int is_ntsc = vc->std & V4L2_STD_525_60;
drivers/media/usb/stk1160/stk1160-v4l.c
110
if (dev->norm & V4L2_STD_525_60) {
drivers/media/usb/stk1160/stk1160-v4l.c
378
base_height = (dev->norm & V4L2_STD_525_60) ? 480 : 576;
drivers/media/usb/stk1160/stk1160-v4l.c
532
dev->height = (norm & V4L2_STD_525_60) ? 480 : 576;
drivers/media/usb/stk1160/stk1160-v4l.c
737
.tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
drivers/media/usb/usbtv/usbtv-video.c
52
.norm = V4L2_STD_525_60,
drivers/media/usb/usbtv/usbtv-video.c
888
(void)usbtv_configure_for_norm(usbtv, V4L2_STD_525_60);
drivers/media/usb/usbtv/usbtv.h
71
#define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL | \
drivers/media/v4l2-core/v4l2-ioctl.c
116
vs->framelines = (id & V4L2_STD_525_60) ? 525 : 625;
drivers/media/v4l2-core/v4l2-ioctl.c
99
if (id & V4L2_STD_525_60) {
include/uapi/linux/videodev2.h
1540
#define V4L2_STD_ALL (V4L2_STD_525_60 |\
samples/v4l/v4l2-pci-skeleton.c
311
pix->height = (skel->std & V4L2_STD_525_60) ? 480 : 576;
samples/v4l/v4l2-pci-skeleton.c
466
*std &= V4L2_STD_525_60;