Home
last modified time | relevance | path

Searched full:even (Results 1 – 25 of 5772) sorted by relevance

12345678910>>...231

/Linux-v5.4/arch/c6x/include/uapi/asm/
Dptrace.h18 #define PT_LO(odd, even) odd argument
19 #define PT_HI(odd, even) even argument
21 #define PT_LO(odd, even) even argument
22 #define PT_HI(odd, even) odd argument
109 #define REG_PAIR(odd, even) unsigned long odd; unsigned long even argument
111 #define REG_PAIR(odd, even) unsigned long even; unsigned long odd argument
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dsharp,lq101r1sx01.txt5 - even-odd: each channel drives the even or odd lines of the screen
8 driven by the first link (DSI-LINK1), left or even, is considered the primary
12 Note that in video mode the DSI-LINK1 interface always provides the left/even
14 is possible to program either link to drive the left/even or right/odd pixels
/Linux-v5.4/include/asm-generic/
Dchecksum.h12 * this function must be called with even lengths, except
23 * here even more important to align src and dst on a 32-bit (or even
31 * here even more important to align src and dst on a 32-bit (or even
/Linux-v5.4/kernel/
DKconfig.preempt31 low priority process to voluntarily preempt itself even if it
33 applications to run more 'smoothly' even when the system is
48 even if it is in kernel mode executing a system call and would
50 This allows applications to run more 'smoothly' even when the
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/
Dtvp5150.txt23 - field-even-active: field signal level during the even field data
26 If none of hsync-active, vsync-active and field-even-active is specified,
Dtvp7002.txt24 - field-even-active: Active-high Field ID output polarity control of the bus.
26 (field 1) and set to logic 0 for an even field (field 0).
48 field-even-active = <0>;
/Linux-v5.4/drivers/video/fbdev/
Datafb_iplan2p2.c28 * destination, start at even addresses or both are at odd in atafb_iplan2p2_copyarea()
29 * addresses, just the first odd and last even column (if present) in atafb_iplan2p2_copyarea()
34 * address to an even or vice versa. Since the bytes in the plane in atafb_iplan2p2_copyarea()
47 /* odd->odd or even->even */ in atafb_iplan2p2_copyarea()
103 /* odd->even or even->odd */ in atafb_iplan2p2_copyarea()
Datafb_iplan2p4.c28 * destination, start at even addresses or both are at odd in atafb_iplan2p4_copyarea()
29 * addresses, just the first odd and last even column (if present) in atafb_iplan2p4_copyarea()
34 * address to an even or vice versa. Since the bytes in the plane in atafb_iplan2p4_copyarea()
47 /* odd->odd or even->even */ in atafb_iplan2p4_copyarea()
103 /* odd->even or even->odd */ in atafb_iplan2p4_copyarea()
Datafb_iplan2p8.c35 * destination, start at even addresses or both are at odd in atafb_iplan2p8_copyarea()
36 * addresses, just the first odd and last even column (if present) in atafb_iplan2p8_copyarea()
41 * address to an even or vice versa. Since the bytes in the plane in atafb_iplan2p8_copyarea()
54 /* odd->odd or even->even */ in atafb_iplan2p8_copyarea()
110 /* odd->even or even->odd */ in atafb_iplan2p8_copyarea()
/Linux-v5.4/arch/h8300/lib/
Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
/Linux-v5.4/include/uapi/linux/
Domap3isp.h18 * WITHOUT ANY WARRANTY; without even the implied warranty of
123 * @win_height: Window Height. Range 2 - 256, even values only.
124 * @win_width: Window Width. Range 6 - 256, even values only.
130 * @blk_win_height: Black Window Height. Range 2 - 256, even values only.
131 * @subsample_ver_inc: Subsample Vertical points increment Range 2 - 32, even
133 * @subsample_hor_inc: Subsample Horizontal points increment Range 2 - 32, even
348 * to the first active paxel. Must be an even number.
350 * to the first active paxel. Must be an even number.
411 * @h_even: Horizontal Culling pattern for even lines.
472 * @evendist: Distance between consecutive pixels of same color in the even
[all …]
/Linux-v5.4/lib/math/
Dgcd.c10 * This is faster than the division-based algorithm even on x86, which
16 /* If __ffs is available, the even/odd algorithm benchmarks slower. */
49 /* If normalization is done by loops, the even/odd algorithm is a win. */
/Linux-v5.4/arch/alpha/include/asm/
Dchecksum.h30 * this function must be called with even lengths, except
41 * here even more important to align src and dst on a 32-bit (or even
/Linux-v5.4/drivers/staging/uwb/
DKconfig42 is safe to select any even if you do not have the hardware.
58 is safe to select any even if you do not have the hardware.
70 is safe to select any even if you do not have the hardware.
/Linux-v5.4/arch/ia64/include/asm/
Dchecksum.h33 * this function must be called with even lengths, except
43 * Here it is even more important to align src and dst on a 32-bit (or
44 * even better 64-bit) boundary.
/Linux-v5.4/drivers/macintosh/
Dvia-macii.c76 #define ST_EVEN 0x10 /* ADB state: even data byte */
360 * though. MacII uses the states Command -> Even -> Odd -> Even ->...-> Idle
361 * for sending and Idle -> Even -> Odd -> Even ->...-> Idle for receiving.
412 /* set ADB state = even for first data byte */ in macii_interrupt()
447 /* just sent the command byte, set to EVEN */ in macii_interrupt()
450 /* invert state bits, toggle ODD/EVEN */ in macii_interrupt()
493 /* invert state bits, toggle ODD/EVEN */ in macii_interrupt()
/Linux-v5.4/fs/reiserfs/
Dobjectid.c35 * by a sequence of objectids not in use (the even sequences). We
37 * (both the odd and even sequences) in order to fully define the
42 * non-sequential objectids, and even then it will become compact
80 * the first even sequence (and can eliminate the sequence by in reiserfs_get_unused_objectid()
117 * when oids is large.) We only check even i's. in reiserfs_release_objectid()
/Linux-v5.4/Documentation/
Dspeculation.txt41 speculatively loads array[index], even if index >= MAX_ARRAY_ELEMS. This
69 respected even under speculation. Architectures which are affected by
77 value that is bounded to [0, size) even under cpu speculation
Dpi-futex.txt11 - even in the slowpath, the system call and scheduling pattern is very
25 determinism and well-bound latencies. Even in the worst-case, PI will
49 we've got even more priority levels.
68 even if all critical sections are coded carefully to be deterministic
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-vbi.c46 data.data[0] = cc->even[0]; in ivtv_set_cc()
47 data.data[1] = cc->even[1]; in ivtv_set_cc()
91 cc->even[0] = d->data[0]; in ivtv_write_vbi_line()
92 cc->even[1] = d->data[1]; in ivtv_write_vbi_line()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi()
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user()
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc()
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler()
496 cc.even[0] = data.data[0]; in ivtv_vbi_work_handler()
497 cc.even[1] = data.data[1]; in ivtv_vbi_work_handler()
/Linux-v5.4/kernel/time/
DKconfig77 rate, even when the CPU doesn't need it.
105 Adaptively try to shutdown the tick whenever possible, even when
114 transitions: syscalls, exceptions and interrupts. Even when it's
Dsched_clock.c117 * sched_clock() will never observe mis-matched data even if called from
118 * an NMI. We do this by maintaining an odd/even copy of the data and
121 * as possible the system reverts back to the even copy when the update
132 /* now its safe for us to update the normal (even) copy */ in update_clock_read_data()
135 /* switch readers back to the even copy */ in update_clock_read_data()
/Linux-v5.4/arch/x86/lib/
Dusercopy.c28 * Even though this function is typically called from NMI/IRQ context in copy_from_user_nmi()
29 * disable pagefaults so that its behaviour is consistent even when in copy_from_user_nmi()
/Linux-v5.4/arch/s390/include/asm/
Dchecksum.h24 * this function must be called with even lengths, except
45 * here even more important to align src and dst on a 32-bit (or even
/Linux-v5.4/drivers/pci/pcie/
DKconfig104 Enable PCI Express ASPM L0s and L1 where possible, even if the
119 Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them.
144 is safe to enable even if you don't.

12345678910>>...231