Home
last modified time | relevance | path

Searched full:odd (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/linux-6.14.4/Documentation/devicetree/bindings/display/
Dlvds-dual-ports.yaml16 Dual-link LVDS displays receive odd pixels and even pixels separately from
17 the dual LVDS links. One link receives odd pixels and the other receives
19 receive all pixels, being odd and even agnostic.
37 dual-lvds-odd-pixels:
39 description: LVDS input link for odd pixels
46 - required: [dual-lvds-odd-pixels]
49 dual-lvds-odd-pixels: false
/linux-6.14.4/drivers/ata/
Dlibata-zpodd.c31 bool powered_off; /* ODD is powered off
52 /* Per the spec, only slot type and drawer type ODD can be supported */
103 /* Test if ODD is zero power ready by sense code */
142 * if the ODD has stayed in ZP ready state for zpodd_poweroff_delay
182 * Also, media poll needs to be silenced, so that it doesn't bring the ODD
205 * Post power on processing after the ODD has been recovered. If the
206 * ODD wasn't powered off during suspend, it doesn't do anything.
208 * For drawer type ODD, if it is powered on due to user pressed the
210 * after the ODD has been recovered, i.e. link is initialized and
212 * send command for the ODD to process.
[all …]
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
Dia_css_sdis2_types.h25 s16 *odd_real; /** real part of the odd coefficients*/
26 s16 *odd_imag; /** imaginary part of the odd coefficients*/
32 …hor_coefs.odd_real is the pointer to int16_t[grid.num_hor_coefs] containing the horizontal odd real
48 s32 *odd_real; /** real part of the odd statistics*/
49 s32 *odd_imag; /** imaginary part of the odd statistics*/
56 …* the horizontal odd real statistics. Valid statistics data area is int16_t[0..grid.height-1][0..…
/linux-6.14.4/Documentation/devicetree/bindings/display/panel/
Dsharp,lq101r1sx01.yaml15 - even-odd: each channel drives the even or odd lines of the screen
20 to the peripheral driven by the second link (DSI-LINK2, right or odd).
23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
24 is possible to program either link to drive the left/even or right/odd pixels
Dadvantech,idk-2121wr.yaml16 on one link, and with odd pixels traveling on the other link.
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).
49 - dual-lvds-odd-pixels
96 dual-lvds-odd-pixels;
/linux-6.14.4/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-io.json102 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd on VRing 0",
107 …s are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Vi…
122 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd on VRing 1",
127 …s are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Vi…
152 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd on VRing 0",
157 … packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Vi…
172 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd on VRing 1",
177 … packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Vi…
202 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd on VRing 0",
207 …s are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Vi…
[all …]
/linux-6.14.4/arch/xtensa/lib/
Dchecksum.S126 /* case: odd-byte aligned, len > 1
127 * This case is dog slow, so don't give us an odd address.
157 _bbci.l a3, 1, 3f /* remaining 2-byte chunk, still odd addr */
207 bbsi.l a10, 0, 5f /* branch if one address is odd */
210 /* _bbsi.l a10, 0, 5f */ /* branch if odd address */
278 here, except for perhaps a trailing odd byte. It's
304 /* This section processes a possible trailing odd byte. */
317 /* Control branch to here when either src or dst is odd. We
319 so don't feed us an odd address. */
327 add a10, a10, a2 /* a10 = end of last odd-aligned, 2-byte src chunk */
[all …]
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-hi843525 can not be odd.
27 If falling threshold results hysteresis to odd value then rising
45 can not be odd.
47 If rising threshold results hysteresis to odd value then falling
/linux-6.14.4/drivers/gpu/drm/
Ddrm_of.c298 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
349 * "dual-lvds-odd-pixels", bail out if the markers are not right. in __drm_of_lvds_get_dual_link_pixel_order()
365 * transitting on one link, and odd pixels on the other link. This function
367 * the even and odd pixels, based on the requirements of the connected sink.
370 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
377 * parents when, for instance, two separate LVDS encoders carry the even and odd
382 * carries odd pixels
383 * * DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS - @port1 carries odd pixels and @port2
415 * transitting on one link, and odd pixels on the other link. This function
417 * the even and odd pixels, based on the requirements of the sink.
[all …]
/linux-6.14.4/arch/s390/include/asm/
Dcpacf.h410 s.odd = (unsigned long)src_len; in cpacf_km()
421 return src_len - s.odd; in cpacf_km()
442 s.odd = (unsigned long)src_len; in cpacf_kmc()
453 return src_len - s.odd; in cpacf_kmc()
470 s.odd = (unsigned long)src_len; in cpacf_kimd()
495 s.odd = (unsigned long)src_len; in cpacf_klmd()
523 s.odd = (unsigned long)src_len; in _cpacf_kmac()
535 return src_len - s.odd; in _cpacf_kmac()
573 s.odd = (unsigned long)src_len; in cpacf_kmctr()
586 return src_len - s.odd; in cpacf_kmctr()
[all …]
/linux-6.14.4/arch/parisc/math-emu/
Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
93 odd = Dbit2p2(srcB)
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
104 odd = dest << 31; \
124 if (guard && (sticky || odd)) { \
134 guard = odd; \
140 odd = dest << 31; \
149 odd = dest << 31; \
160 odd = dest << 31; \
173 odd = 0; \
/linux-6.14.4/drivers/hid/bpf/progs/
DWacom__ArtPen.bpf.c84 /* only odd frames are modified */
85 static bool odd; variable
127 odd = true; in SEC()
133 if (odd) in SEC()
137 odd = !odd; in SEC()
/linux-6.14.4/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1132 /* 'odd' is true for pixels 1, 3, 5, etc. and false for pixels 0, 2, 4, etc. */
1134 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
1136 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
1183 if (odd) { in gen_twopix()
1197 if (odd) { in gen_twopix()
1213 if (odd) { in gen_twopix()
1226 if (odd) { in gen_twopix()
1261 if (odd) { in gen_twopix()
1271 if (odd) { in gen_twopix()
1281 if (odd) { in gen_twopix()
[all …]
/linux-6.14.4/lib/
Dchecksum.c39 int odd; in do_csum() local
44 odd = 1 & (unsigned long) buff; in do_csum()
45 if (odd) { in do_csum()
85 if (odd) in do_csum()
112 * for the last fragment, which may be odd
/linux-6.14.4/arch/parisc/lib/
Dchecksum.c30 int odd, count; in do_csum() local
35 odd = 1 & (unsigned long) buff; in do_csum()
36 if (odd) { in do_csum()
80 if (odd) in do_csum()
/linux-6.14.4/arch/s390/kernel/
Dcpcmd.c44 rx.odd = __pa(response); in diag8_response()
46 ry.odd = *rlen; in diag8_response()
54 *rlen += ry.odd; in diag8_response()
56 *rlen = ry.odd; in diag8_response()
/linux-6.14.4/drivers/media/pci/ivtv/
Divtv-vbi.c41 data.data[0] = cc->odd[0]; in ivtv_set_cc()
42 data.data[1] = cc->odd[1]; in ivtv_set_cc()
94 cc->odd[0] = d->data[0]; in ivtv_write_vbi_line()
95 cc->odd[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()
490 cc.odd[0] = data.data[0]; in ivtv_vbi_work_handler()
491 cc.odd[1] = data.data[1]; in ivtv_vbi_work_handler()
[all …]
/linux-6.14.4/arch/alpha/lib/
Dchecksum.c83 int odd, count; in do_csum() local
88 odd = 1 & (unsigned long) buff; in do_csum()
89 if (odd) { in do_csum()
137 if (odd) in do_csum()
161 * for the last fragment, which may be odd
/linux-6.14.4/drivers/video/fbdev/
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()
33 * The pathological case is when the move should go from an odd 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_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()
33 * The pathological case is when the move should go from an odd in atafb_iplan2p2_copyarea()
47 /* odd->odd or even->even */ in atafb_iplan2p2_copyarea()
103 /* odd->even or even->odd */ in atafb_iplan2p2_copyarea()
/linux-6.14.4/arch/mips/math-emu/
Ddp_rint.c20 int odd; in ieee754dp_rint() local
52 odd = (xm & 0x1) != 0x0; in ieee754dp_rint()
56 if (round && (sticky || odd)) in ieee754dp_rint()
Dsp_rint.c20 int odd; in ieee754sp_rint() local
53 odd = (xm & 0x1) != 0x0; in ieee754sp_rint()
57 if (round && (sticky || odd)) in ieee754sp_rint()
Ddp_tint.c17 int odd; in ieee754dp_tint() local
66 odd = (xm & 0x1) != 0x0; in ieee754dp_tint()
69 if (round && (sticky || odd)) in ieee754dp_tint()
/linux-6.14.4/Documentation/devicetree/bindings/serial/
Dxlnx,opb-uartlite.yaml51 xlnx,odd-parity:
55 Whether odd parity was configured.
73 - xlnx,odd-parity
/linux-6.14.4/arch/mips/lib/
Dcsum_partial.S115 andi t7, src, 0x1 /* odd buffer? */
281 /* odd buffer alignment? */
290 beqz t7, 1f /* odd buffer alignment? */
322 #define odd t8 macro
441 move odd, zero
457 andi odd, dst, 0x1 /* odd buffer? */
595 /* no SHIFT_DISCARD_REVERT to handle odd buffer properly */
712 movn sum, v1, odd
715 beqz odd, 1f /* odd buffer alignment? */

12345678910>>...40