/linux-6.6.21/arch/x86/boot/ |
D | video-mode.c | 120 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()
|
/linux-6.6.21/drivers/gpu/drm/armada/ |
D | armada_drm.h | 23 uint32_t ov, v; in armada_updatel() local 25 ov = v = readl_relaxed(ptr); in armada_updatel() 27 if (ov != v) in armada_updatel()
|
/linux-6.6.21/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 71 #define print_overflow_err(mes, ov) \ argument 75 "could be inaccurate\n"), mes, ov); \
|
/linux-6.6.21/arch/csky/include/asm/ |
D | futex.h | 33 : [r] "+r" (ret), [ov] "=&r" (oldval), \ 111 : [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "Jr" (-EFAULT) in futex_atomic_cmpxchg_inatomic()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | futex.h | 29 : [r] "+r" (ret), [ov] "=&r" (oldval), \ 96 : [ov] "Jr" (oldval), [nv] "Jr" (newval) in futex_atomic_cmpxchg_inatomic()
|
/linux-6.6.21/arch/m68k/bvme6000/ |
D | config.c | 238 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()
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | dlg,da9063.yaml | 15 Using regulator-{uv,ov}-{warn,error,protection}-microvolt requires special 133 regulator-ov-protection-microvolt = <0>; 140 regulator-ov-protection-microvolt = <1>;
|
/linux-6.6.21/Documentation/devicetree/bindings/power/supply/ |
D | qcom,pmi8998-charger.yaml | 27 - const: bat-ov 73 interrupt-names = "usb-plugin", "bat-ov", "wdog-bark", "usbin-icl-change";
|
/linux-6.6.21/drivers/power/supply/ |
D | wm8350_power.c | 52 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()
|
/linux-6.6.21/drivers/s390/char/ |
D | keyboard.c | 364 ushort *key_map, val, ov; in do_kdsk_ioctl() local 419 ov = U(key_map[kb_index]); in do_kdsk_ioctl() 420 if (tmp.kb_value == ov) in do_kdsk_ioctl() 425 if (((ov == K_SAK) || (tmp.kb_value == K_SAK)) && in do_kdsk_ioctl()
|
/linux-6.6.21/drivers/net/ |
D | net_failover.c | 163 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()
|
/linux-6.6.21/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_fd.c | 674 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()
|
/linux-6.6.21/arch/arm64/boot/dts/qcom/ |
D | pmi8998.dtsi | 21 "bat-ov",
|
/linux-6.6.21/fs/ntfs/ |
D | super.c | 97 char *p, *v, *ov; in parse_options() local 113 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 122 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 131 uid_value = simple_strtoul(ov = v, &v, 0); \ in parse_options() 143 gid_value = simple_strtoul(ov = v, &v, 0); \ in parse_options() 154 variable = simple_strtoul(ov = v, &v, 8); \ in parse_options() 170 ov = v; \ in parse_options() 348 ntfs_error(vol->sb, "Invalid %s option argument: %s", p, ov); in parse_options()
|
/linux-6.6.21/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 140 regulator-ov-protection-microvolt: 147 regulator-ov-error-microvolt: 154 regulator-ov-warn-microvolt:
|
/linux-6.6.21/drivers/media/pci/ddbridge/ |
D | ddbridge-max.c | 238 u32 nv, ov = dev->link[port->lnr].lnb.voltages; in max_set_voltage() local 284 if (nv != ov) { in max_set_voltage()
|
/linux-6.6.21/arch/mips/kernel/ |
D | genex.S | 564 BUILD_HANDLER ov ov sti silent /* #12 */
|
/linux-6.6.21/net/caif/ |
D | caif_socket.c | 664 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()
|
/linux-6.6.21/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 377 enum v4l2_field ov = V4L2_FIELD_ANY; in saa7134_set_dmabits() local 425 if (V4L2_FIELD_HAS_BOTH(cap) || V4L2_FIELD_HAS_BOTH(ov) || cap == ov) { in saa7134_set_dmabits()
|
/linux-6.6.21/arch/mips/mm/ |
D | tlbex.c | 1377 int ov = 0; in build_r4000_tlb_refill_handler() local 1390 ov = 1; in build_r4000_tlb_refill_handler() 1392 if (ov) { in build_r4000_tlb_refill_handler() 1412 if (ov) { in build_r4000_tlb_refill_handler()
|
/linux-6.6.21/net/tipc/ |
D | socket.c | 3144 sockptr_t ov, unsigned int ol) in tipc_setsockopt() argument 3165 if (copy_from_sockptr(&value, ov, sizeof(u32))) in tipc_setsockopt() 3171 if (copy_from_sockptr(&mreq, ov, sizeof(mreq))) in tipc_setsockopt() 3175 if (!sockptr_is_null(ov) || ol) in tipc_setsockopt() 3238 char __user *ov, int __user *ol) in tipc_getsockopt() argument 3298 if (copy_to_user(ov, &value, sizeof(value))) in tipc_getsockopt()
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_worker.c | 462 int ov; in fifo_push() local 464 ov = fb->values[fb->head_index]; in fifo_push() 470 return ov; in fifo_push()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | rtw8852a.c | 1801 u32 ov = cur & ~B_AX_TXAGC_BT_MASK; in __btc_ctrl_gen_gnt_bt() local 1804 return ov | iv | B_AX_TXAGC_BT_EN; in __btc_ctrl_gen_gnt_bt()
|
/linux-6.6.21/drivers/net/bonding/ |
D | bond_main.c | 4365 u64 ov = old[i]; in bond_fold_stats() local 4366 s64 delta = nv - ov; in bond_fold_stats() 4369 if (((nv | ov) >> 32) == 0) in bond_fold_stats() 4370 delta = (s64)(s32)((u32)nv - (u32)ov); in bond_fold_stats()
|
/linux-6.6.21/Documentation/filesystems/ |
D | overlayfs.rst | 744 # ./run --ov --verify
|