Home
last modified time | relevance | path

Searched refs:ov (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo-mode.c120 u8 pt, ov; in vga_recalc_vertical() local
137 ov = in_idx(crtc, 0x07); /* Overflow register */ in vga_recalc_vertical()
138 ov &= 0xbd; in vga_recalc_vertical()
139 ov |= (rows >> (8-1)) & 0x02; in vga_recalc_vertical()
140 ov |= (rows >> (9-6)) & 0x40; in vga_recalc_vertical()
141 out_idx(ov, crtc, 0x07); in vga_recalc_vertical()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dvideo-mode.c120 u8 pt, ov; in vga_recalc_vertical() local
137 ov = in_idx(crtc, 0x07); /* Overflow register */ in vga_recalc_vertical()
138 ov &= 0xbd; in vga_recalc_vertical()
139 ov |= (rows >> (8-1)) & 0x02; in vga_recalc_vertical()
140 ov |= (rows >> (9-6)) & 0x40; in vga_recalc_vertical()
141 out_idx(ov, crtc, 0x07); in vga_recalc_vertical()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-risc.c236 const struct bttv_format *fmt, struct bttv_overlay *ov, in bttv_risc_overlay()
247 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay()
253 dwords = (3 * ov->nclips + 2) * in bttv_risc_overlay()
254 ((skip_even || skip_odd) ? (ov->w.height+1)>>1 : ov->w.height); in bttv_risc_overlay()
267 addr += btv->fbuf.fmt.bytesperline * ov->w.top; in bttv_risc_overlay()
268 addr += (fmt->depth >> 3) * ov->w.left; in bttv_risc_overlay()
271 for (maxy = -1, line = 0; line < ov->w.height; in bttv_risc_overlay()
274 (line >= (ov->w.height - VCR_HACK_LINES))) in bttv_risc_overlay()
283 btcx_calc_skips(line, ov in bttv_risc_overlay()
235 bttv_risc_overlay(struct bttv *btv, struct btcx_riscmem *risc, const struct bttv_format *fmt, struct bttv_overlay *ov, int skip_even, int skip_odd) bttv_risc_overlay() argument
857 bttv_overlay_risc(struct bttv *btv, struct bttv_overlay *ov, const struct bttv_format *fmt, struct bttv_buffer *buf) bttv_overlay_risc() argument
[all...]
H A Dbttv-driver.c2175 kfree(fh->ov.clips); in setup_window_lock()
2176 fh->ov.clips = clips; in setup_window_lock()
2177 fh->ov.nclips = n; in setup_window_lock()
2179 fh->ov.w = win->w; in setup_window_lock()
2180 fh->ov.field = win->field; in setup_window_lock()
2181 fh->ov.setup_ok = 1; in setup_window_lock()
2183 btv->init.ov.w.width = win->w.width; in setup_window_lock()
2184 btv->init.ov.w.height = win->w.height; in setup_window_lock()
2185 btv->init.ov.field = win->field; in setup_window_lock()
2194 bttv_overlay_risc(btv, &fh->ov, f in setup_window_lock()
[all...]
H A Dbttvp.h221 struct bttv_overlay ov; member
260 int bttv_overlay_risc(struct bttv *btv, struct bttv_overlay *ov,
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_drm.h24 uint32_t ov, v; in armada_updatel() local
26 ov = v = readl_relaxed(ptr); in armada_updatel()
28 if (ov != v) in armada_updatel()
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
H A Darmada_drm.h23 uint32_t ov, v; in armada_updatel() local
25 ov = v = readl_relaxed(ptr); in armada_updatel()
27 if (ov != v) in armada_updatel()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c344 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
345 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
346 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
366 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
367 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
368 w[i] = vv->ov.clips[i].c.width; in calculate_clipping_registers_rect()
369 h[i] = vv->ov.clips[i].c.height; in calculate_clipping_registers_rect()
487 enum v4l2_field field = vv->ov.win.field; in saa7146_set_clipping_rect()
493 if (vv->ov.nclips == 0) { in saa7146_set_clipping_rect()
653 saa7146_set_window(dev, vv->ov in saa7146_enable_overlay()
[all...]
H A Dsaa7146_video.c106 if (vv->ov.fh == NULL) { in saa7146_start_preview()
132 fmt.fmt.win = vv->ov.win; in saa7146_start_preview()
138 vv->ov.win = fmt.fmt.win; in saa7146_start_preview()
141 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview()
142 vv->ov.win.w.left, vv->ov.win.w.top, in saa7146_start_preview()
143 vv->ov_fmt->pixelformat, v4l2_field_names[vv->ov.win.field]); in saa7146_start_preview()
599 f->fmt.win = vv->ov.win; in vidioc_g_fmt_vid_overlay()
769 vv->ov in vidioc_s_fmt_vid_overlay()
[all...]
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h71 #define print_overflow_err(mes, ov) \
75 "could be inaccurate\n"), mes, ov); \
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h71 #define print_overflow_err(mes, ov) \
75 "could be inaccurate\n"), mes, ov); \
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dfutex.h37 : [r] "+r" (ret), [ov] "=&r" (oldval), \
54 __futex_atomic_op("amoswap.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
58 __futex_atomic_op("amoadd.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
62 __futex_atomic_op("amoor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
66 __futex_atomic_op("amoand.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
70 __futex_atomic_op("amoxor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
97 " bne %[v],%z[ov],3f \n" in futex_atomic_cmpxchg_inatomic()
112 : [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "i" (-EFAULT) in futex_atomic_cmpxchg_inatomic()
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dfutex.h21 "1: ldex.w %[ov], %[u] \n" \
33 : [r] "+r" (ret), [ov] "=&r" (oldval), \
51 __futex_atomic_op("mov %[t], %[ov]", in arch_futex_atomic_op_inuser()
55 __futex_atomic_op("add %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
59 __futex_atomic_op("or %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
63 __futex_atomic_op("and %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
67 __futex_atomic_op("xor %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
96 " cmpne %[v], %[ov] \n" in futex_atomic_cmpxchg_inatomic()
111 : [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "Jr" (-EFAULT) in futex_atomic_cmpxchg_inatomic()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dfutex.h29 : [r] "+r" (ret), [ov] "=&r" (oldval), \
46 __futex_atomic_op("amoswap.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
50 __futex_atomic_op("amoadd.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
54 __futex_atomic_op("amoor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
58 __futex_atomic_op("amoand.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
62 __futex_atomic_op("amoxor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
89 " bne %[v],%z[ov],3f \n" in futex_atomic_cmpxchg_inatomic()
96 : [ov] "Jr" (oldval), [nv] "Jr" (newval) in futex_atomic_cmpxchg_inatomic()
/kernel/linux/linux-5.10/arch/m68k/bvme6000/
H A Dconfig.c240 u32 v = 800000, ov; in bvme6000_read_clk() local
248 ov = v; in bvme6000_read_clk()
256 abs(ov-v) > 80 || in bvme6000_read_clk()
/kernel/linux/linux-6.6/arch/m68k/bvme6000/
H A Dconfig.c238 u32 v = 800000, ov; in bvme6000_read_clk() local
246 ov = v; in bvme6000_read_clk()
254 abs(ov-v) > 80 || in bvme6000_read_clk()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dwm8350_power.c52 u16 sm, ov, co, chrg; in wm8350_get_supplies() local
56 ov = wm8350_reg_read(wm8350, WM8350_MISC_OVERRIDES); in wm8350_get_supplies()
71 && !(ov & WM8350_USB_LIMIT_OVRDE)) in wm8350_get_supplies()
76 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0)) in wm8350_get_supplies()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dwm8350_power.c52 u16 sm, ov, co, chrg; in wm8350_get_supplies() local
56 ov = wm8350_reg_read(wm8350, WM8350_MISC_OVERRIDES); in wm8350_get_supplies()
71 && !(ov & WM8350_USB_LIMIT_OVRDE)) in wm8350_get_supplies()
76 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0)) in wm8350_get_supplies()
/kernel/linux/linux-5.10/drivers/net/
H A Dnet_failover.c163 u64 ov = old[i]; in net_failover_fold_stats() local
164 s64 delta = nv - ov; in net_failover_fold_stats()
167 if (((nv | ov) >> 32) == 0) in net_failover_fold_stats()
168 delta = (s64)(s32)((u32)nv - (u32)ov); in net_failover_fold_stats()
/kernel/linux/linux-6.6/drivers/net/
H A Dnet_failover.c163 u64 ov = old[i]; in net_failover_fold_stats() local
164 s64 delta = nv - ov; in net_failover_fold_stats()
167 if (((nv | ov) >> 32) == 0) in net_failover_fold_stats()
168 delta = (s64)(s32)((u32)nv - (u32)ov); in net_failover_fold_stats()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dkeyboard.c1899 ushort *key_map, *new_map, val, ov; in vt_do_kdsk_ioctl() local
1976 ov = U(key_map[i]); in vt_do_kdsk_ioctl()
1977 if (v == ov) in vt_do_kdsk_ioctl()
1982 if (((ov == K_SAK) || (v == K_SAK)) && !capable(CAP_SYS_ADMIN)) { in vt_do_kdsk_ioctl()
1987 if (!s && (KTYP(ov) == KT_SHIFT || KTYP(v) == KT_SHIFT)) in vt_do_kdsk_ioctl()
/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_fd.c674 struct pcan_ufd_ovr_msg *ov = (struct pcan_ufd_ovr_msg *)rx_msg; in pcan_usb_fd_decode_overrun() local
680 if (pufd_omsg_get_channel(ov) >= ARRAY_SIZE(usb_if->dev)) in pcan_usb_fd_decode_overrun()
683 dev = usb_if->dev[pufd_omsg_get_channel(ov)]; in pcan_usb_fd_decode_overrun()
694 peak_usb_netif_rx_64(skb, le32_to_cpu(ov->ts_low), in pcan_usb_fd_decode_overrun()
695 le32_to_cpu(ov->ts_high)); in pcan_usb_fd_decode_overrun()
/kernel/linux/linux-5.10/net/caif/
H A Dcaif_socket.c673 static int setsockopt(struct socket *sock, int lvl, int opt, sockptr_t ov, in setsockopt() argument
689 if (copy_from_sockptr(&linksel, ov, sizeof(int))) in setsockopt()
703 copy_from_sockptr(&cf_sk->conn_req.param.data, ov, ol)) { in setsockopt()
/kernel/linux/linux-6.6/net/caif/
H A Dcaif_socket.c664 static int setsockopt(struct socket *sock, int lvl, int opt, sockptr_t ov, in setsockopt() argument
680 if (copy_from_sockptr(&linksel, ov, sizeof(int))) in setsockopt()
694 copy_from_sockptr(&cf_sk->conn_req.param.data, ov, ol)) { in setsockopt()
/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c89 char *p, *v, *ov; in parse_options() local
105 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options()
114 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options()
123 uid_value = simple_strtoul(ov = v, &v, 0); \ in parse_options()
135 gid_value = simple_strtoul(ov = v, &v, 0); \ in parse_options()
146 variable = simple_strtoul(ov = v, &v, 8); \ in parse_options()
162 ov = v; \ in parse_options()
340 ntfs_error(vol->sb, "Invalid %s option argument: %s", p, ov); in parse_options()

Completed in 25 milliseconds

12