ov                241 arch/m68k/bvme6000/config.c     u32 v = 800000, ov;
ov                249 arch/m68k/bvme6000/config.c 	ov = v;
ov                257 arch/m68k/bvme6000/config.c 			abs(ov-v) > 80 ||
ov               1413 arch/mips/mm/tlbex.c 				int ov = 0;
ov               1426 arch/mips/mm/tlbex.c 					ov = 1;
ov               1428 arch/mips/mm/tlbex.c 				if (ov) {
ov               1448 arch/mips/mm/tlbex.c 				if (ov) {
ov                 31 arch/riscv/include/asm/futex.h 	: [r] "+r" (ret), [ov] "=&r" (oldval),			\
ov                107 arch/riscv/include/asm/futex.h 	: [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "i" (-EFAULT)
ov                120 arch/x86/boot/video-mode.c 	u8 pt, ov;
ov                137 arch/x86/boot/video-mode.c 	ov = in_idx(crtc, 0x07); /* Overflow register */
ov                138 arch/x86/boot/video-mode.c 	ov &= 0xbd;
ov                139 arch/x86/boot/video-mode.c 	ov |= (rows >> (8-1)) & 0x02;
ov                140 arch/x86/boot/video-mode.c 	ov |= (rows >> (9-6)) & 0x40;
ov                141 arch/x86/boot/video-mode.c 	out_idx(ov, crtc, 0x07);
ov                466 drivers/block/drbd/drbd_worker.c 	int ov;
ov                468 drivers/block/drbd/drbd_worker.c 	ov = fb->values[fb->head_index];
ov                474 drivers/block/drbd/drbd_worker.c 	return ov;
ov                 24 drivers/gpu/drm/armada/armada_drm.h 	uint32_t ov, v;
ov                 26 drivers/gpu/drm/armada/armada_drm.h 	ov = v = readl_relaxed(ptr);
ov                 28 drivers/gpu/drm/armada/armada_drm.h 	if (ov != v)
ov               1128 drivers/gpu/drm/i810/i810_dma.c 	drm_i810_overlay_t *ov = data;
ov               1130 drivers/gpu/drm/i810/i810_dma.c 	ov->offset = dev_priv->overlay_offset;
ov               1131 drivers/gpu/drm/i810/i810_dma.c 	ov->physical = dev_priv->overlay_physical;
ov                344 drivers/media/common/saa7146/saa7146_hlp.c 	int width = vv->ov.win.w.width;
ov                345 drivers/media/common/saa7146/saa7146_hlp.c 	int height =  vv->ov.win.w.height;
ov                346 drivers/media/common/saa7146/saa7146_hlp.c 	int clipcount = vv->ov.nclips;
ov                366 drivers/media/common/saa7146/saa7146_hlp.c 		x[i] = vv->ov.clips[i].c.left;
ov                367 drivers/media/common/saa7146/saa7146_hlp.c 		y[i] = vv->ov.clips[i].c.top;
ov                368 drivers/media/common/saa7146/saa7146_hlp.c 		w[i] = vv->ov.clips[i].c.width;
ov                369 drivers/media/common/saa7146/saa7146_hlp.c 		h[i] = vv->ov.clips[i].c.height;
ov                487 drivers/media/common/saa7146/saa7146_hlp.c 	enum v4l2_field field = vv->ov.win.field;
ov                493 drivers/media/common/saa7146/saa7146_hlp.c 	if (vv->ov.nclips == 0) {
ov                653 drivers/media/common/saa7146/saa7146_hlp.c 	saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field);
ov                654 drivers/media/common/saa7146/saa7146_hlp.c 	saa7146_set_position(dev, vv->ov.win.w.left, vv->ov.win.w.top, vv->ov.win.w.height, vv->ov.win.field, vv->ov_fmt->pixelformat);
ov                106 drivers/media/common/saa7146/saa7146_video.c 	if (vv->ov.fh == NULL) {
ov                132 drivers/media/common/saa7146/saa7146_video.c 	fmt.fmt.win = vv->ov.win;
ov                138 drivers/media/common/saa7146/saa7146_video.c 	vv->ov.win = fmt.fmt.win;
ov                141 drivers/media/common/saa7146/saa7146_video.c 	      vv->ov.win.w.width, vv->ov.win.w.height,
ov                142 drivers/media/common/saa7146/saa7146_video.c 	      vv->ov.win.w.left, vv->ov.win.w.top,
ov                143 drivers/media/common/saa7146/saa7146_video.c 	      vv->ov_fmt->pixelformat, v4l2_field_names[vv->ov.win.field]);
ov                598 drivers/media/common/saa7146/saa7146_video.c 	f->fmt.win = vv->ov.win;
ov                768 drivers/media/common/saa7146/saa7146_video.c 	vv->ov.win    = f->fmt.win;
ov                769 drivers/media/common/saa7146/saa7146_video.c 	vv->ov.nclips = f->fmt.win.clipcount;
ov                770 drivers/media/common/saa7146/saa7146_video.c 	if (vv->ov.nclips > 16)
ov                771 drivers/media/common/saa7146/saa7146_video.c 		vv->ov.nclips = 16;
ov                772 drivers/media/common/saa7146/saa7146_video.c 	if (copy_from_user(vv->ov.clips, f->fmt.win.clips,
ov                773 drivers/media/common/saa7146/saa7146_video.c 				sizeof(struct v4l2_clip) * vv->ov.nclips)) {
ov                778 drivers/media/common/saa7146/saa7146_video.c 	vv->ov.fh = fh;
ov               2175 drivers/media/pci/bt8xx/bttv-driver.c 	kfree(fh->ov.clips);
ov               2176 drivers/media/pci/bt8xx/bttv-driver.c 	fh->ov.clips    = clips;
ov               2177 drivers/media/pci/bt8xx/bttv-driver.c 	fh->ov.nclips   = n;
ov               2179 drivers/media/pci/bt8xx/bttv-driver.c 	fh->ov.w        = win->w;
ov               2180 drivers/media/pci/bt8xx/bttv-driver.c 	fh->ov.field    = win->field;
ov               2181 drivers/media/pci/bt8xx/bttv-driver.c 	fh->ov.setup_ok = 1;
ov               2183 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.w.width   = win->w.width;
ov               2184 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.w.height  = win->w.height;
ov               2185 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.field     = win->field;
ov               2194 drivers/media/pci/bt8xx/bttv-driver.c 		bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new);
ov               2286 drivers/media/pci/bt8xx/bttv-driver.c 	f->fmt.win.w     = fh->ov.w;
ov               2287 drivers/media/pci/bt8xx/bttv-driver.c 	f->fmt.win.field = fh->ov.field;
ov               2547 drivers/media/pci/bt8xx/bttv-driver.c 		if (unlikely(!fh->ov.setup_ok)) {
ov               2559 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.tvnorm = btv->tvnorm;
ov               2562 drivers/media/pci/bt8xx/bttv-driver.c 		bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new);
ov               2619 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.w.left   = 0;
ov               2620 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.w.top    = 0;
ov               2621 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.w.width  = fb->fmt.width;
ov               2622 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.w.height = fb->fmt.height;
ov               2623 drivers/media/pci/bt8xx/bttv-driver.c 		btv->init.ov.w.width  = fb->fmt.width;
ov               2624 drivers/media/pci/bt8xx/bttv-driver.c 		btv->init.ov.w.height = fb->fmt.height;
ov               2626 drivers/media/pci/bt8xx/bttv-driver.c 		kfree(fh->ov.clips);
ov               2627 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.clips = NULL;
ov               2628 drivers/media/pci/bt8xx/bttv-driver.c 		fh->ov.nclips = 0;
ov               2635 drivers/media/pci/bt8xx/bttv-driver.c 			bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new);
ov               2990 drivers/media/pci/bt8xx/bttv-driver.c 	fh->ov.setup_ok = 0;
ov               4094 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.w.width  = 320;
ov               4095 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.w.height = 240;
ov               4099 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.w.width  = 320;
ov               4100 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.w.height = 240;
ov               4101 drivers/media/pci/bt8xx/bttv-driver.c 	btv->init.ov.field    = V4L2_FIELD_INTERLACED;
ov                236 drivers/media/pci/bt8xx/bttv-risc.c 		  const struct bttv_format *fmt, struct bttv_overlay *ov,
ov                247 drivers/media/pci/bt8xx/bttv-risc.c 	skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL);
ov                253 drivers/media/pci/bt8xx/bttv-risc.c 	dwords  = (3 * ov->nclips + 2) *
ov                254 drivers/media/pci/bt8xx/bttv-risc.c 		((skip_even || skip_odd) ? (ov->w.height+1)>>1 :  ov->w.height);
ov                267 drivers/media/pci/bt8xx/bttv-risc.c 	addr += btv->fbuf.fmt.bytesperline * ov->w.top;
ov                268 drivers/media/pci/bt8xx/bttv-risc.c 	addr += (fmt->depth >> 3)          * ov->w.left;
ov                271 drivers/media/pci/bt8xx/bttv-risc.c 	for (maxy = -1, line = 0; line < ov->w.height;
ov                274 drivers/media/pci/bt8xx/bttv-risc.c 		     (line >= (ov->w.height - VCR_HACK_LINES)))
ov                283 drivers/media/pci/bt8xx/bttv-risc.c 			btcx_calc_skips(line, ov->w.width, &maxy,
ov                284 drivers/media/pci/bt8xx/bttv-risc.c 					skips, &nskips, ov->clips, ov->nclips);
ov                287 drivers/media/pci/bt8xx/bttv-risc.c 		for (start = 0, skip = 0; start < ov->w.width; start = end) {
ov                290 drivers/media/pci/bt8xx/bttv-risc.c 				end = ov->w.width;
ov                306 drivers/media/pci/bt8xx/bttv-risc.c 			if (ov->w.width == end)
ov                858 drivers/media/pci/bt8xx/bttv-risc.c 		  struct bttv_overlay *ov,
ov                865 drivers/media/pci/bt8xx/bttv-risc.c 		fmt->fourcc, ov->w.width, ov->w.height);
ov                868 drivers/media/pci/bt8xx/bttv-risc.c 	bttv_calc_geo(btv,&buf->geo,ov->w.width,ov->w.height,
ov                869 drivers/media/pci/bt8xx/bttv-risc.c 		      V4L2_FIELD_HAS_BOTH(ov->field),
ov                870 drivers/media/pci/bt8xx/bttv-risc.c 		      &bttv_tvnorms[ov->tvnorm],&buf->crop);
ov                873 drivers/media/pci/bt8xx/bttv-risc.c 	switch (ov->field) {
ov                875 drivers/media/pci/bt8xx/bttv-risc.c 		bttv_risc_overlay(btv, &buf->top,    fmt, ov, 0, 0);
ov                878 drivers/media/pci/bt8xx/bttv-risc.c 		bttv_risc_overlay(btv, &buf->bottom, fmt, ov, 0, 0);
ov                881 drivers/media/pci/bt8xx/bttv-risc.c 		bttv_risc_overlay(btv, &buf->top,    fmt, ov, 0, 1);
ov                882 drivers/media/pci/bt8xx/bttv-risc.c 		bttv_risc_overlay(btv, &buf->bottom, fmt, ov, 1, 0);
ov                891 drivers/media/pci/bt8xx/bttv-risc.c 	buf->vb.field = ov->field;
ov                221 drivers/media/pci/bt8xx/bttvp.h 	struct bttv_overlay      ov;
ov                260 drivers/media/pci/bt8xx/bttvp.h int bttv_overlay_risc(struct bttv *btv, struct bttv_overlay *ov,
ov                247 drivers/media/pci/ddbridge/ddbridge-max.c 	u32 nv, ov = dev->link[port->lnr].lnb.voltages;
ov                293 drivers/media/pci/ddbridge/ddbridge-max.c 		if (nv != ov) {
ov                630 drivers/media/pci/ngene/ngene.h 	struct ngene_overlay       ov;
ov                382 drivers/media/pci/saa7134/saa7134-core.c 	enum v4l2_field ov  = V4L2_FIELD_ANY;
ov                408 drivers/media/pci/saa7134/saa7134-core.c 		ov = dev->ovfield;
ov                437 drivers/media/pci/saa7134/saa7134-core.c 	if (V4L2_FIELD_HAS_BOTH(cap) || V4L2_FIELD_HAS_BOTH(ov) || cap == ov) {
ov               3424 drivers/net/bonding/bond_main.c 		u64 ov = old[i];
ov               3425 drivers/net/bonding/bond_main.c 		s64 delta = nv - ov;
ov               3428 drivers/net/bonding/bond_main.c 		if (((nv | ov) >> 32) == 0)
ov               3429 drivers/net/bonding/bond_main.c 			delta = (s64)(s32)((u32)nv - (u32)ov);
ov                597 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	struct pcan_ufd_ovr_msg *ov = (struct pcan_ufd_ovr_msg *)rx_msg;
ov                598 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	struct peak_usb_device *dev = usb_if->dev[pufd_omsg_get_channel(ov)];
ov                611 drivers/net/can/usb/peak_usb/pcan_usb_fd.c 	peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(ov->ts_low));
ov                167 drivers/net/net_failover.c 		u64 ov = old[i];
ov                168 drivers/net/net_failover.c 		s64 delta = nv - ov;
ov                171 drivers/net/net_failover.c 		if (((nv | ov) >> 32) == 0)
ov                172 drivers/net/net_failover.c 			delta = (s64)(s32)((u32)nv - (u32)ov);
ov                 52 drivers/power/supply/wm8350_power.c 	u16 sm, ov, co, chrg;
ov                 56 drivers/power/supply/wm8350_power.c 	ov = wm8350_reg_read(wm8350, WM8350_MISC_OVERRIDES);
ov                 71 drivers/power/supply/wm8350_power.c 	    && !(ov & WM8350_USB_LIMIT_OVRDE))
ov                 76 drivers/power/supply/wm8350_power.c 		 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0))
ov                364 drivers/s390/char/keyboard.c 	ushort *key_map, val, ov;
ov                419 drivers/s390/char/keyboard.c 		ov = U(key_map[kb_index]);
ov                420 drivers/s390/char/keyboard.c 		if (tmp.kb_value == ov)
ov                425 drivers/s390/char/keyboard.c 		if (((ov == K_SAK) || (tmp.kb_value == K_SAK)) &&
ov               1893 drivers/tty/vt/keyboard.c 	ushort *key_map, *new_map, val, ov;
ov               1970 drivers/tty/vt/keyboard.c 		ov = U(key_map[i]);
ov               1971 drivers/tty/vt/keyboard.c 		if (v == ov)
ov               1976 drivers/tty/vt/keyboard.c 		if (((ov == K_SAK) || (v == K_SAK)) && !capable(CAP_SYS_ADMIN)) {
ov               1981 drivers/tty/vt/keyboard.c 		if (!s && (KTYP(ov) == KT_SHIFT || KTYP(v) == KT_SHIFT))
ov                 89 fs/ntfs/super.c 	char *p, *v, *ov;
ov                105 fs/ntfs/super.c 			variable = simple_strtoul(ov = v, &v, 0);	\
ov                114 fs/ntfs/super.c 		variable = simple_strtoul(ov = v, &v, 0);		\
ov                123 fs/ntfs/super.c 		uid_value = simple_strtoul(ov = v, &v, 0);		\
ov                135 fs/ntfs/super.c 		gid_value = simple_strtoul(ov = v, &v, 0);		\
ov                146 fs/ntfs/super.c 		variable = simple_strtoul(ov = v, &v, 8);		\
ov                162 fs/ntfs/super.c 		ov = v;							\
ov                340 fs/ntfs/super.c 	ntfs_error(vol->sb, "Invalid %s option argument: %s", p, ov);
ov                120 include/media/drv-intf/saa7146_vv.h 	struct saa7146_overlay		ov;
ov                673 net/caif/caif_socket.c 		      int lvl, int opt, char __user *ov, unsigned int ol)
ov                688 net/caif/caif_socket.c 		if (copy_from_user(&linksel, ov, sizeof(int)))
ov                702 net/caif/caif_socket.c 			copy_from_user(&cf_sk->conn_req.param.data, ov, ol)) {
ov               2951 net/tipc/socket.c 			   char __user *ov, unsigned int ol)
ov               2971 net/tipc/socket.c 		if (get_user(value, (u32 __user *)ov))
ov               2977 net/tipc/socket.c 		if (copy_from_user(&mreq, ov, sizeof(mreq)))
ov               2981 net/tipc/socket.c 		if (ov || ol)
ov               3040 net/tipc/socket.c 			   char __user *ov, int __user *ol)
ov               3100 net/tipc/socket.c 	if (copy_to_user(ov, &value, sizeof(value)))
ov                 68 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h #define print_overflow_err(mes, ov)						\
ov                 72 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h 				"could be inaccurate\n"), mes, ov);		\