Home
last modified time | relevance | path

Searched refs:norm (Results 26 – 50 of 116) sorted by relevance

12345

/openbmc/linux/drivers/media/i2c/
H A Dsaa7185.c38 v4l2_std_id norm; member
212 if (encoder->norm & V4L2_STD_NTSC) in saa7185_init()
229 encoder->norm = std; in saa7185_s_std_output()
309 encoder->norm = V4L2_STD_NTSC; in saa7185_probe()
H A Dvpx3220.c37 v4l2_std_id norm; member
271 if (decoder->norm & V4L2_STD_NTSC) in vpx3220_init()
273 else if (decoder->norm & V4L2_STD_PAL) in vpx3220_init()
275 else if (decoder->norm & V4L2_STD_SECAM) in vpx3220_init()
361 decoder->norm = std; in vpx3220_s_std()
477 decoder->norm = V4L2_STD_PAL; in vpx3220_probe()
H A Dsaa7110.c46 v4l2_std_id norm; member
242 status, (unsigned long long)decoder->norm); in saa7110_g_input_status()
262 if (decoder->norm != std) { in saa7110_s_std()
263 decoder->norm = std; in saa7110_s_std()
380 decoder->norm = V4L2_STD_PAL; in saa7110_probe()
H A Dbt819.c45 v4l2_std_id norm; member
175 struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0]; in bt819_init()
189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
279 decoder->norm = std; in bt819_s_std()
420 decoder->norm = V4L2_STD_NTSC; in bt819_probe()
H A Dtvp5150.c683 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi()
726 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi()
791 *std = decoder->norm; in tvp5150_g_std()
802 if (decoder->norm == std) in tvp5150_s_std()
957 if (decoder->norm == V4L2_STD_ALL) in tvp5150_enable()
960 std = decoder->norm; in tvp5150_enable()
1077 if (decoder->norm == V4L2_STD_ALL) in tvp5150_get_hmax()
1080 std = decoder->norm; in tvp5150_get_hmax()
1176 std = decoder->norm; in tvp5150_get_selection()
1396 if (decoder->norm == new_norm) in tvp5150_link_setup()
[all …]
H A Dadv7170.c42 v4l2_std_id norm; member
208 encoder->norm = std; in adv7170_s_std_output()
355 encoder->norm = V4L2_STD_NTSC; in adv7170_probe()
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dch7006_drv.c125 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; in ch7006_encoder_mode_set() local
130 regs[CH7006_DISPMODE] = norm->dispmode | mode->dispmode; in ch7006_encoder_mode_set()
236 ~mode->valid_norms & 1<<priv->norm) in ch7006_encoder_get_modes()
270 priv->norm); in ch7006_encoder_create_resources()
324 priv->norm = val; in ch7006_encoder_set_property()
454 priv->norm = TV_NORM_PAL; in ch7006_encoder_init()
469 priv->norm = i; in ch7006_encoder_init()
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c923 *id = dev->norm; in vidioc_g_std()
934 if (dev->norm == norm) in vidioc_s_std()
940 dev->norm = norm; in vidioc_s_std()
946 call_all(dev, video, s_std, dev->norm); in vidioc_s_std()
1083 call_all(dev, video, s_std, dev->norm); in cx231xx_s_input()
1171 else if (dev->norm & V4L2_STD_B) in cx231xx_s_frequency()
1175 else if (dev->norm & V4L2_STD_GH) in cx231xx_s_frequency()
1177 else if (dev->norm & V4L2_STD_PAL_I) in cx231xx_s_frequency()
1179 else if (dev->norm & V4L2_STD_SECAM_L) in cx231xx_s_frequency()
1763 dev->norm = V4L2_STD_PAL; in cx231xx_register_analog_devices()
[all …]
H A Dcx231xx-vbi.c163 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_queue_setup()
178 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buf_prepare()
368 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_init_vbi_isoc()
655 height = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_is_vbi_buffer_done()
/openbmc/linux/arch/arc/lib/
H A Dstrchr-700.S76 norm r2,r3
92 norm r3,r3
105 norm r2,r2
121 norm r3,r3
H A Dmemcmp.S63 norm r1,r1
70 norm r1,r1
85 norm r1,r1
H A Dstrlen.S61 norm r1,r2
71 norm r1,r1
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/
H A Dypbind.init58 echo -n " . . . . . . . . . . ${attn}/etc/yp.conf not found${norm}"
78 echo -n " ${warn}No NIS server found${norm}";
/openbmc/linux/drivers/media/usb/usbtv/
H A Dusbtv.h76 v4l2_std_id norm; member
112 v4l2_std_id norm; member
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_driver.c204 static int zoran_set_norm(struct zoran *zr, v4l2_std_id norm) in zoran_set_norm() argument
206 if (!(norm & zr->card.norms)) { in zoran_set_norm()
207 pci_dbg(zr->pci_dev, "%s - unsupported norm %llx\n", __func__, norm); in zoran_set_norm()
211 if (norm & V4L2_STD_SECAM) in zoran_set_norm()
213 else if (norm & V4L2_STD_NTSC) in zoran_set_norm()
218 decoder_call(zr, video, s_std, norm); in zoran_set_norm()
219 encoder_call(zr, video, s_std_output, norm); in zoran_set_norm()
222 zr->norm = norm; in zoran_set_norm()
563 *std = zr->norm; in zoran_g_std()
572 if (zr->norm == std) in zoran_s_std()
/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c184 static int adv748x_afe_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm) in adv748x_afe_g_std() argument
188 *norm = afe->curr_norm; in adv748x_afe_g_std()
248 static int adv748x_afe_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm) in adv748x_afe_g_tvnorms() argument
250 *norm = V4L2_STD_ALL; in adv748x_afe_g_tvnorms()
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c149 return (v4l2->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh()
235 if (v4l2->norm & V4L2_STD_525_60) { in em28xx_set_outfmt()
238 } else if (v4l2->norm & V4L2_STD_625_50) { in em28xx_set_outfmt()
321 if (v4l2->norm & V4L2_STD_525_60) in em28xx_resolution_set()
1549 *norm = dev->v4l2->norm; in vidioc_g_std()
1569 if (norm == v4l2->norm) in vidioc_s_std()
1575 v4l2->norm = norm; in vidioc_s_std()
1614 v4l2_video_std_frame_period(v4l2->norm, in vidioc_g_parm()
2061 if (v4l2->norm & V4L2_STD_525_60) { in vidioc_g_fmt_vbi_cap()
2065 } else if (v4l2->norm & V4L2_STD_625_50) { in vidioc_g_fmt_vbi_cap()
[all …]
/openbmc/linux/drivers/media/usb/gspca/
H A Dpac7302.c429 unsigned int norm; in rgbbalance_ctrl_to_reg_value() local
432 norm = k * (rgb_ctrl_val - PAC7302_RGB_BALANCE_MIN) in rgbbalance_ctrl_to_reg_value()
435 return 64 * norm * norm / (k*k) + 32 * norm / k + 32; in rgbbalance_ctrl_to_reg_value()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88.h88 static inline unsigned int norm_maxw(v4l2_std_id norm) in norm_maxw() argument
93 static inline unsigned int norm_maxh(v4l2_std_id norm) in norm_maxh() argument
95 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()
641 int cx88_set_tvnorm(struct cx88_core *core, v4l2_std_id norm);
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h289 if (__this_cpu_read(rcu_data.cpu_no_qs.b.norm)) { in rcu_qs()
293 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
491 rdp->cpu_no_qs.b.norm = false; in rcu_preempt_deferred_qs_irqrestore()
742 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
827 rdp->cpu_no_qs.b.norm = false; in rcu_read_unlock_strict()
855 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
/openbmc/linux/kernel/time/
H A Dntp.c863 struct pps_normtime norm = { in pps_normalize_ts() local
868 if (norm.nsec > (NSEC_PER_SEC >> 1)) { in pps_normalize_ts()
869 norm.nsec -= NSEC_PER_SEC; in pps_normalize_ts()
870 norm.sec++; in pps_normalize_ts()
873 return norm; in pps_normalize_ts()
/openbmc/linux/drivers/media/pci/dt3155/
H A Ddt3155.c323 static int dt3155_g_std(struct file *filp, void *p, v4l2_std_id *norm) in dt3155_g_std() argument
327 *norm = pd->std; in dt3155_g_std()
331 static int dt3155_s_std(struct file *filp, void *p, v4l2_std_id norm) in dt3155_s_std() argument
335 if (pd->std == norm) in dt3155_s_std()
339 pd->std = norm; in dt3155_s_std()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.h52 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog,
/openbmc/linux/fs/unicode/
H A DMakefile9 unicode-y := utf8-norm.o utf8-core.o
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-video.c106 int cx23885_set_tvnorm(struct cx23885_dev *dev, v4l2_std_id norm) in cx23885_set_tvnorm() argument
115 (unsigned int)norm, in cx23885_set_tvnorm()
116 v4l2_norm_to_name(norm)); in cx23885_set_tvnorm()
118 if (dev->tvnorm == norm) in cx23885_set_tvnorm()
121 if (dev->tvnorm != norm) { in cx23885_set_tvnorm()
127 dev->tvnorm = norm; in cx23885_set_tvnorm()
129 dev->height = norm_maxh(norm); in cx23885_set_tvnorm()
132 call_all(dev, video, s_std, norm); in cx23885_set_tvnorm()

12345