Home
last modified time | relevance | path

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

12345678910>>...32

/linux/drivers/ata/
H A 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/tools/perf/pmu-events/arch/x86/ivytown/
H A 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/arch/xtensa/lib/
H A 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/Documentation/devicetree/bindings/display/panel/
H A 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
/linux/drivers/gpu/drm/
H A 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/Documentation/ABI/testing/
H A 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/arch/s390/include/asm/
H A 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/drivers/media/common/v4l2-tpg/
H A 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/arch/parisc/math-emu/
H A 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/drivers/hid/bpf/progs/
H A 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/drivers/media/pci/ivtv/
H A 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/drivers/video/fbdev/
H A 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()
H A 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()
H A 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()
40 * The pathological case is when the move should go from an odd 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/arch/mips/lib/
H A 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? */
/linux/arch/mips/math-emu/
H A 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()
H A 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()
H A Dsp_tint.c17 int odd; in ieee754sp_tint() local
71 odd = (xm & 0x1) != 0x0; in ieee754sp_tint()
74 if (round && (sticky || odd)) in ieee754sp_tint()
H A Dsp_tlong.c17 int odd; in ieee754sp_tlong() local
67 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong()
70 if (round && (sticky || odd)) in ieee754sp_tlong()
H A 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()
H A Ddp_tlong.c17 int odd; in ieee754dp_tlong() local
71 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong()
74 if (round && (sticky || odd)) in ieee754dp_tlong()
/linux/Documentation/devicetree/bindings/serial/
H A Dxlnx,opb-uartlite.yaml51 xlnx,odd-parity:
55 Whether odd parity was configured.
73 - xlnx,odd-parity
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-io.json138 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd",
143 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
168 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd",
173 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.",
228 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd",
233 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
258 "BriefDescription": "R2 AK Ring in Use; Clockwise and Odd",
263 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.",
298 "BriefDescription": "R2 BL Ring in Use; Counterclockwise and Odd",
303 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-io.json128 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd",
133 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
158 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd",
163 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.",
208 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd",
213 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
238 "BriefDescription": "R2 AK Ring in Use; Clockwise and Odd",
243 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.",
268 "BriefDescription": "R2 BL Ring in Use; Counterclockwise and Odd",
273 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-io.json138 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd",
143 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
168 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd",
173 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.",
228 "BriefDescription": "R2 AK Ring in Use; Counterclockwise and Odd",
233 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
258 "BriefDescription": "R2 AK Ring in Use; Clockwise and Odd",
263 …when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity.",
298 "BriefDescription": "R2 BL Ring in Use; Counterclockwise and Odd",
303 …ckets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity.",
[all …]

12345678910>>...32