| /linux/drivers/staging/media/ipu3/ |
| A D | ipu3-tables.c | 13 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } }, 16 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } }, 56 .odd = { { 0, 2, 122, 7, 5, -1, 0 }, 121 .odd = { { 0, 2, 122, 7, 5, -1, 0 }, 176 .odd = { { -1, 3, 118, 7, 10, -2, 0 }, 209 .odd = { { -1, 3, 118, 7, 10, -2, 0 }, 264 .odd = { { -1, 4, 114, 7, 14, -3, 0 }, 329 .odd = { { -1, 4, 114, 7, 14, -3, 0 }, 3044 .odd = { { 0, 0, 61, 7, 67, 0, 0 }, 3109 .odd = { { 0, 0, 61, 7, 67, 0, 0 }, [all …]
|
| /linux/arch/s390/include/asm/ |
| A D | cpacf.h | 408 s.odd = (unsigned long)src_len; in cpacf_km() 419 return src_len - s.odd; in cpacf_km() 440 s.odd = (unsigned long)src_len; in cpacf_kmc() 451 return src_len - s.odd; in cpacf_kmc() 468 s.odd = (unsigned long)src_len; in cpacf_kimd() 493 s.odd = (unsigned long)src_len; in cpacf_klmd() 521 s.odd = (unsigned long)src_len; in _cpacf_kmac() 533 return src_len - s.odd; in _cpacf_kmac() 571 s.odd = (unsigned long)src_len; in cpacf_kmctr() 584 return src_len - s.odd; in cpacf_kmctr() [all …]
|
| A D | ap.h | 448 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap() 450 nqap_r2.odd = (unsigned long)length; in ap_nqap() 508 rp1.odd = 0UL; in ap_dqap() 510 rp2.odd = (unsigned long)msglen; in ap_dqap() 530 if (reg2 != 0 && rp2.odd == 0) { in ap_dqap() 540 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap() 547 *length = msglen - rp2.odd; in ap_dqap()
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| A D | advantech,idk-2121wr.yaml | 16 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 description: The sink for odd pixels. 51 dual-lvds-odd-pixels: true 54 - dual-lvds-odd-pixels 108 dual-lvds-odd-pixels;
|
| A D | sharp,lq101r1sx01.yaml | 15 - 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
|
| A D | panel-simple-lvds-dual-ports.yaml | 17 The first port receives odd pixels, and the second port receives even pixels. 63 dual-lvds-odd-pixels: 65 description: The first sink port for odd pixels. 68 - dual-lvds-odd-pixels 105 dual-lvds-odd-pixels;
|
| /linux/drivers/hid/bpf/progs/ |
| A D | Wacom__ArtPen.bpf.c | 85 static bool odd; variable 127 odd = true; in SEC() 133 if (odd) in SEC() 137 odd = !odd; in SEC()
|
| /linux/arch/parisc/lib/ |
| A D | checksum.c | 39 int odd, count; in do_csum() local 44 odd = 1 & (unsigned long) buff; in do_csum() 45 if (odd) { in do_csum() 89 if (odd) in do_csum()
|
| /linux/drivers/media/common/v4l2-tpg/ |
| A D | v4l2-tpg-core.c | 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() 1291 if (odd) { in gen_twopix() 1447 buf[0][offset] = odd ? g_u_s : b_v; in gen_twopix() 1451 buf[0][offset] = odd ? b_v : g_u_s; in gen_twopix() [all …]
|
| /linux/arch/s390/kernel/ |
| A D | cpcmd.c | 43 rx.odd = __pa(response); in diag8_response() 45 ry.odd = *rlen; in diag8_response() 54 *rlen += ry.odd; in diag8_response() 56 *rlen = ry.odd; in diag8_response()
|
| /linux/arch/parisc/math-emu/ |
| A D | cnv_float.h | 88 #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/lib/ |
| A D | checksum.c | 48 int odd; in do_csum() local 53 odd = 1 & (unsigned long) buff; in do_csum() 54 if (odd) { in do_csum() 94 if (odd) in do_csum()
|
| /linux/drivers/media/pci/ivtv/ |
| A D | ivtv-vbi.c | 41 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/arch/mips/math-emu/ |
| A D | dp_rint.c | 20 int odd; in ieee754dp_rint() local 52 odd = (xm & 0x1) != 0x0; in ieee754dp_rint() 56 if (round && (sticky || odd)) in ieee754dp_rint()
|
| A D | sp_rint.c | 20 int odd; in ieee754sp_rint() local 53 odd = (xm & 0x1) != 0x0; in ieee754sp_rint() 57 if (round && (sticky || odd)) in ieee754sp_rint()
|
| A D | dp_tlong.c | 17 int odd; in ieee754dp_tlong() local 71 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong() 74 if (round && (sticky || odd)) in ieee754dp_tlong()
|
| A D | sp_tint.c | 17 int odd; in ieee754sp_tint() local 71 odd = (xm & 0x1) != 0x0; in ieee754sp_tint() 74 if (round && (sticky || odd)) in ieee754sp_tint()
|
| A D | dp_tint.c | 17 int odd; in ieee754dp_tint() local 66 odd = (xm & 0x1) != 0x0; in ieee754dp_tint() 69 if (round && (sticky || odd)) in ieee754dp_tint()
|
| A D | sp_tlong.c | 17 int odd; in ieee754sp_tlong() local 67 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong() 70 if (round && (sticky || odd)) in ieee754sp_tlong()
|
| /linux/arch/alpha/lib/ |
| A D | checksum.c | 83 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()
|
| /linux/net/ipv4/ |
| A D | tcp_hybla.c | 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 145 odd = increment % 128; in hybla_cong_avoid() 147 ca->snd_cwnd_cents += odd; in hybla_cong_avoid() 156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tcp_snd_cwnd(tp)) { in hybla_cong_avoid()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-iio-adc-hi8435 | 25 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/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| A D | max2820.c | 75 bool odd; in max2820_rf_calc_rssi() local 77 odd = !!(agc & 1); in max2820_rf_calc_rssi() 80 if (odd) in max2820_rf_calc_rssi()
|
| /linux/arch/s390/pci/ |
| A D | pci_insn.c | 100 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit() 158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg() 224 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio() 236 *status = ioaddr_len.odd >> 24 & 0xff; in __pcilg_mio() 260 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg() 313 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio() 325 *status = ioaddr_len.odd >> 24 & 0xff; in __pcistg_mio()
|
| /linux/Documentation/devicetree/bindings/serial/ |
| A D | xlnx,opb-uartlite.yaml | 51 xlnx,odd-parity: 55 Whether odd parity was configured. 73 - xlnx,odd-parity
|