Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 1387) sorted by relevance

12345678910>>...56

/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3-tables.c12 .even = { { 0, 0, 64, 6, 0, 0, 0 } },
15 .even = { { 0, 0, 64, 6, 0, 0, 0 } },
24 .even = { { 0, 3, 122, 7, 3, 0, 0 },
89 .even = { { 0, 3, 122, 7, 3, 0, 0 },
160 .even = { { -1, 6, 118, 7, 6, -1, 0 },
193 .even = { { -1, 6, 118, 7, 6, -1, 0 },
232 .even = { { -2, 9, 114, 7, 9, -2, 0 },
297 .even = { { -2, 9, 114, 7, 9, -2, 0 },
368 .even = { { -3, 12, 110, 7, 12, -3, 0 },
3012 .even = { { 0, 9, 110, 7, 9, 0, 0 },
[all …]
/linux-6.15/arch/s390/include/asm/
H A Dcpacf.h408 d.even = (unsigned long)dest; in cpacf_km()
409 s.even = (unsigned long)src; in cpacf_km()
440 d.even = (unsigned long)dest; in cpacf_kmc()
441 s.even = (unsigned long)src; in cpacf_kmc()
469 s.even = (unsigned long)src; in cpacf_kimd()
494 s.even = (unsigned long)src; in cpacf_klmd()
522 s.even = (unsigned long)src; in _cpacf_kmac()
571 d.even = (unsigned long)dest; in cpacf_kmctr()
572 s.even = (unsigned long)src; in cpacf_kmctr()
704 s.even = (unsigned long)src; in cpacf_kma()
[all …]
H A Dap.h447 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap()
449 nqap_r2.even = (unsigned long)msg; in ap_nqap()
507 rp1.even = 0UL; in ap_dqap()
509 rp2.even = (unsigned long)msg; in ap_dqap()
540 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
H A Dbitops.h168 rp.even = word; in __flogr()
172 return rp.even; in __flogr()
H A Dtypes.h13 unsigned long even; member
/linux-6.15/Documentation/devicetree/bindings/display/
H A Dlvds-dual-ports.yaml16 Dual-link LVDS displays receive odd pixels and even pixels separately from
18 even pixels. Some of those displays may also use only one LVDS link to
19 receive all pixels, being odd and even agnostic.
41 dual-lvds-even-pixels:
43 description: LVDS input link for even pixels
47 - required: [dual-lvds-even-pixels]
50 dual-lvds-even-pixels: false
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dadvantech,idk-2121wr.yaml15 A dual-LVDS interface is a dual-link connection with even pixels traveling
18 The panel expects odd pixels on the first port, and even pixels on the
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
53 - dual-lvds-even-pixels
104 dual-lvds-even-pixels;
H A Dsharp,lq101r1sx01.yaml15 - even-odd: each channel drives the even or odd lines of the screen
18 driven by the first link (DSI-LINK1), left or even, is considered the primary
22 Note that in video mode the DSI-LINK1 interface always provides the left/even
24 is possible to program either link to drive the left/even or right/odd pixels
H A Dpanel-simple-lvds-dual-ports.yaml17 The first port receives odd pixels, and the second port receives even pixels.
66 - dual-lvds-even-pixels
98 dual-lvds-even-pixels;
H A Djdi,lpm102a188a.yaml15 - even-odd: each channel drives the even or odd lines of the screen
/linux-6.15/drivers/media/pci/ivtv/
H A 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-6.15/arch/s390/kernel/
H A Dcpcmd.c43 rx.even = __pa(cpcmd_buf); in diag8_response()
45 ry.even = cmdlen | 0x40000000L; in diag8_response()
57 return ry.even; in diag8_response()
/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A 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-6.15/arch/s390/pci/
H A Dpci_insn.c101 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit()
158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg()
173 *status = req_off.even >> 24 & 0xff; in ____pcilg()
227 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio()
266 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg()
279 *status = req_off.even >> 24 & 0xff; in __pcistg()
320 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio-bno05556 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
64 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
72 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
80 Can be 0 (calibration non even enabled) or 1 to 5 where the greater
H A Dsysfs-driver-samsung-laptop20 and it's still unknown if this value even changes
38 Description: Use your USB ports to charge devices, even
/linux-6.15/Documentation/staging/
H A Dspeculation.rst43 speculatively loads array[index], even if index >= MAX_ARRAY_ELEMS. This
71 respected even under speculation. Architectures which are affected by
79 value that is bounded to [0, size) even under cpu speculation
/linux-6.15/Documentation/ABI/removed/
H A Dsysfs-mce21 configures how hard the kernel tries to recover even at some
23 better uptime with the risk of a crash or even corruption
/linux-6.15/Documentation/devicetree/bindings/mtd/
H A Dnand-controller.yaml17 enforced even for simple controllers supporting only one chip.
35 NAND controller (even if they are not used). As many additional
/linux-6.15/Documentation/gpu/
H A Ddrm-compute.rst17 not even to force preemption. The driver with is simply forced to unmap a BO
18 from the long compute job's address space on unbind immediately, not even
37 only approaches possible. So even with those, you want a separate way of
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dindex.rst9 'Why', I hear you ask, 'would anyone even _want_ documentation
32 feel sorry for you. I might even laugh at you...
51 don't even need special tools to do it!
/linux-6.15/tools/perf/Documentation/
H A Dcallchain-overhead-calculation.txt12 higher level functions even if they don't directly execute much.
19 can find which function has the most overhead even if samples are
102 same (100%) 'children' overhead (even though they have zero 'self'
/linux-6.15/kernel/
H A DKconfig.hz31 while also showing good interactive responsiveness even
39 while also showing good interactive responsiveness even
/linux-6.15/drivers/watchdog/
H A Ddiag288_wdt.c78 union register_pair r1 = { .even = func, .odd = timeout, }; in diag288()
79 union register_pair r3 = { .even = action, .odd = len, }; in diag288()
/linux-6.15/Documentation/locking/
H A Dseqlock.rst15 read side critical section is even and the same sequence count value is
25 even again which lets readers make progress.
148 where the embedded seqcount_t counter even/odd value is used to switch
220 activity. First, a lockless read is tried (even marker passed). If
225 /* marker; even initialization */

12345678910>>...56