Home
last modified time | relevance | path

Searched full:inc (Results 1 – 25 of 8049) sorted by relevance

12345678910>>...322

/OK3568_Linux_fs/kernel/net/rds/
H A Drecv.c43 void rds_inc_init(struct rds_incoming *inc, struct rds_connection *conn, in rds_inc_init() argument
46 refcount_set(&inc->i_refcount, 1); in rds_inc_init()
47 INIT_LIST_HEAD(&inc->i_item); in rds_inc_init()
48 inc->i_conn = conn; in rds_inc_init()
49 inc->i_saddr = *saddr; in rds_inc_init()
50 inc->i_usercopy.rdma_cookie = 0; in rds_inc_init()
51 inc->i_usercopy.rx_tstamp = ktime_set(0, 0); in rds_inc_init()
53 memset(inc->i_rx_lat_trace, 0, sizeof(inc->i_rx_lat_trace)); in rds_inc_init()
57 void rds_inc_path_init(struct rds_incoming *inc, struct rds_conn_path *cp, in rds_inc_path_init() argument
60 refcount_set(&inc->i_refcount, 1); in rds_inc_path_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dasus-nb-wmi.c127 .ident = "ASUSTeK COMPUTER INC. Q500A",
129 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
136 .ident = "ASUSTeK COMPUTER INC. U32U",
138 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
150 .ident = "ASUSTeK COMPUTER INC. X302UA",
152 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
159 .ident = "ASUSTeK COMPUTER INC. X401U",
161 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
168 .ident = "ASUSTeK COMPUTER INC. X401A",
170 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml33 description: Acer Inc.
39 description: Active-Semi International Inc
45 description: Adapteva, Inc.
47 description: Adaptrum, Inc.
51 description: Analog Devices, Inc.
65 description: AlphaScale Integrated Circuits Systems, Inc.
73 description: Amazon.com, Inc.
77 description: Advanced Micro Devices (AMD), Inc.
81 description: Amlogic, Inc.
87 description: AMS-Taos Inc.
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_app.c56 static void ip_vs_app_inc_destroy(struct ip_vs_app *inc) in ip_vs_app_inc_destroy() argument
58 kfree(inc->timeout_table); in ip_vs_app_inc_destroy()
59 kfree(inc); in ip_vs_app_inc_destroy()
64 struct ip_vs_app *inc = container_of(head, struct ip_vs_app, rcu_head); in ip_vs_app_inc_rcu_free() local
66 ip_vs_app_inc_destroy(inc); in ip_vs_app_inc_rcu_free()
77 struct ip_vs_app *inc; in ip_vs_app_inc_new() local
86 inc = kmemdup(app, sizeof(*inc), GFP_KERNEL); in ip_vs_app_inc_new()
87 if (!inc) in ip_vs_app_inc_new()
89 INIT_LIST_HEAD(&inc->p_list); in ip_vs_app_inc_new()
90 INIT_LIST_HEAD(&inc->incs_list); in ip_vs_app_inc_new()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsysfb_efi.c189 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac4,1", M_I17),
191 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac5,1", M_I20),
192 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac5,1", M_I20),
194 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac6,1", M_I24),
195 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac6,1", M_I24),
196 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac7,1", M_I20_SR),
197 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac8,1", M_I24_8_1),
198 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac10,1", M_I24_10_1),
199 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac11,1", M_I27_11_1),
200 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "Macmini1,1", M_MINI),
[all …]
H A Dreboot.c54 * Dell Inc. so their systems "just work". :-)
188 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
196 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
204 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
212 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
220 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
228 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
248 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
256 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
264 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
[all …]
/OK3568_Linux_fs/u-boot/drivers/dma/
H A DMCD_tasksInit.c2 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
28 MCD_SET_VAR(taskChan, 25, (u32) (0xe000 << 16) | (0xffff & srcIncr)); /* inc[1] */ in MCD_startDmaChainNoEu()
29 MCD_SET_VAR(taskChan, 24, (u32) (0xe000 << 16) | (0xffff & destIncr)); /* inc[0] */ in MCD_startDmaChainNoEu()
31 MCD_SET_VAR(taskChan, 26, (u32) (0x2000 << 16) | (0xffff & xferSizeIncr)); /* inc[2] */ in MCD_startDmaChainNoEu()
47 MCD_SET_VAR(taskChan, 27, (u32) 0x00000000); /* inc[3] */ in MCD_startDmaChainNoEu()
48 MCD_SET_VAR(taskChan, 28, (u32) 0x80000000); /* inc[4] */ in MCD_startDmaChainNoEu()
49 MCD_SET_VAR(taskChan, 29, (u32) 0x80000001); /* inc[5] */ in MCD_startDmaChainNoEu()
50 MCD_SET_VAR(taskChan, 30, (u32) 0x40000000); /* inc[6] */ in MCD_startDmaChainNoEu()
66 MCD_SET_VAR(taskChan, 25, (u32) (0xe000 << 16) | (0xffff & srcIncr)); /* inc[1] */ in MCD_startDmaSingleNoEu()
68 MCD_SET_VAR(taskChan, 24, (u32) (0xe000 << 16) | (0xffff & destIncr)); /* inc[0] */ in MCD_startDmaSingleNoEu()
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/
H A DKconfig50 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver"
56 the Qualcomm Technologies Inc. TLMM block found on the
57 Qualcomm Technologies Inc. IPQ8074 platform. Select this for
61 tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver"
67 the Qualcomm Technologies Inc. TLMM block found on the
68 Qualcomm Technologies Inc. IPQ6018 platform. Select this for
77 Qualcomm Technologies Inc TLMM block found on the Qualcomm
78 Technologies Inc MSM8226 platform.
212 tristate "Qualcomm Technologies Inc SC7180 pin controller driver"
218 Qualcomm Technologies Inc TLMM block found on the Qualcomm
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dxor.h98 " add %[inc], %[p1] ;\n" in xor_sse_2()
99 " add %[inc], %[p2] ;\n" in xor_sse_2()
104 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_2()
132 " add %[inc], %[p1] ;\n" in xor_sse_2_pf64()
133 " add %[inc], %[p2] ;\n" in xor_sse_2_pf64()
138 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_2_pf64()
190 " add %[inc], %[p1] ;\n" in xor_sse_3()
191 " add %[inc], %[p2] ;\n" in xor_sse_3()
192 " add %[inc], %[p3] ;\n" in xor_sse_3()
197 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_3()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcase.py35 "conf/selftest.inc")
37 "conf/bblayers.inc")
39 "conf/machine.inc")
57 …cls.logger.info("Adding: \"include selftest.inc\" in %s" % os.path.join(cls.builddir, "conf/local.…
59 … "\n#include added by oe-selftest\ninclude machine.inc\ninclude selftest.inc")
63 cls.logger.info("Adding: \"include bblayers.inc\" in bblayers.conf")
65 "\n#include added by oe-selftest\ninclude bblayers.inc")
73 … "\n#include added by oe-selftest.py\ninclude machine.inc\ninclude selftest.inc")
79 "\n#include added by oe-selftest.py\ninclude bblayers.inc")
84 os.remove(os.path.join(cls.builddir, "conf/selftest.inc"))
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DBug-1590977-openmax-Import-latest-OpenMAX-IL-1.1.2-headers.patch32 - * Copyright (c) 2008 The Khronos Group Inc.
33 + * Copyright (c) 2016 The Khronos Group Inc.
43 - * Copyright (c) 2008 The Khronos Group Inc.
44 + * Copyright (c) 2016 The Khronos Group Inc.
54 - * Copyright (c) 2010 The Khronos Group Inc.
55 + * Copyright (c) 2016 The Khronos Group Inc.
65 - * Copyright (c) 2008 The Khronos Group Inc.
66 + * Copyright (c) 2016 The Khronos Group Inc.
76 - * Copyright (c) 2008 The Khronos Group Inc.
77 + * Copyright (c) 2016 The Khronos Group Inc.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0001-Use-toolchain-from-environment-variables.patch10 Makefile.inc | 7 ++++---
16 diff --git a/Makefile.inc b/Makefile.inc
18 --- a/Makefile.inc
19 +++ b/Makefile.inc
38 @@ -46,7 +47,7 @@ CFLAGS = -g -O2 -D_REENTRANT -Wall -I../inc
78 include ../Makefile.inc
89 …wfa_tg.o: wfa_tg.c ../inc/wfa_agt.h ../inc/wfa_types.h ../inc/wfa_rsp.h ../inc/wfa_tlv.h ../inc/w…
/OK3568_Linux_fs/kernel/drivers/dma/bestcomm/
H A Data.c6 * 2003-2004 (c) MontaVista, Software, Inc.
27 /* Task image/var/inc */
62 struct bcom_ata_inc *inc; in bcom_ata_init() local
76 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_init()
105 struct bcom_ata_inc *inc; in bcom_ata_rx_prepare() local
107 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_rx_prepare()
109 inc->incr_bytes = -(s16)sizeof(u32); in bcom_ata_rx_prepare()
110 inc->incr_src = 0; in bcom_ata_rx_prepare()
111 inc->incr_dst = sizeof(u32); in bcom_ata_rx_prepare()
119 struct bcom_ata_inc *inc; in bcom_ata_tx_prepare() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/
H A Ddefaultsetup.conf1 include conf/distro/include/default-providers.inc
2 include conf/distro/include/default-versions.inc
3 include conf/distro/include/default-distrovars.inc
4 include conf/distro/include/maintainers.inc
6 require conf/distro/include/tcmode-${TCMODE}.inc
7 require conf/distro/include/tclibc-${TCLIBC}.inc
9 require conf/distro/include/uninative-flags.inc
21 require conf/distro/include/init-manager-${INIT_MANAGER}.inc
/OK3568_Linux_fs/kernel/security/integrity/platform_certs/
H A Dload_uefi.c22 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,1") },
23 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,2") },
24 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,3") },
25 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,4") },
26 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,1") },
27 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,2") },
28 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,3") },
29 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,4") },
30 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,1") },
31 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,2") },
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DMultics8 BULL including BULL HN Information Systems Inc. as a contribution to
12 Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems
13 Inc. to the development of this operating system. Multics development
21 Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as
22 successor in interest by change in name only to Honeywell Bull Inc. and
23 Honeywell Information Systems Inc. .
36 Systems Inc.
37 Copyright 2006 by BULL HN Information Systems Inc.
H A DCaldera1Inc. hereby grants a fee free license that includes the rights use, modify and distribute this nam…
6 Caldera International, Inc. makes no guarantees or commitments that any source code is available fr…
7 International, Inc.
11 Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
20 This product includes software developed or owned by Caldera International, Inc.
22 …Neither the name of Caldera International, Inc. nor the names of other contributors may be used to…
24 USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA INTERNATIONAL, INC. AND CONTRIBUTORS…
25 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE FOR ANY DIRECT, IND…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-Lower-init-prio-for-extension-attributes.patch25 src/google/protobuf/port_def.inc | 12 ++++++++++++
26 src/google/protobuf/port_undef.inc | 1 +
42 diff --git a/src/google/protobuf/port_def.inc b/src/google/protobuf/port_def.inc
44 --- a/src/google/protobuf/port_def.inc
45 +++ b/src/google/protobuf/port_def.inc
65 diff --git a/src/google/protobuf/port_undef.inc b/src/google/protobuf/port_undef.inc
67 --- a/src/google/protobuf/port_undef.inc
68 +++ b/src/google/protobuf/port_undef.inc
/OK3568_Linux_fs/buildroot/package/bullet/
H A D0001-Extras-VHACD-inc-vhacdMutex.h-fix-musl-build.patch4 Subject: [PATCH] Extras/VHACD/inc/vhacdMutex.h: fix musl build
13 /tmp/instance-5/output-1/build/bullet-3.09/Extras/BulletRobotics/../../Extras/VHACD/inc/vhacdMutex.…
14 /tmp/instance-5/output-1/build/bullet-3.09/Extras/BulletRobotics/../../Extras/VHACD/inc/vhacdMutex.…
24 Extras/VHACD/inc/vhacdMutex.h | 2 +-
27 diff --git a/Extras/VHACD/inc/vhacdMutex.h b/Extras/VHACD/inc/vhacdMutex.h
29 --- a/Extras/VHACD/inc/vhacdMutex.h
30 +++ b/Extras/VHACD/inc/vhacdMutex.h
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dassembler.h382 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
384 .if \inc == 1
386 .elseif \inc == 4
389 .error "Unsupported inc macro argument"
398 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
412 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
414 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
417 add\cond \ptr, #\rept * \inc
422 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
425 .if \inc == 1
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-softfloat-Add-flag-specific-to-Inf-0.patch20 fpu/softfloat-parts.c.inc | 4 ++--
21 fpu/softfloat-specialize.c.inc | 12 ++++++------
25 diff --git a/fpu/softfloat-parts.c.inc b/fpu/softfloat-parts.c.inc
27 --- a/fpu/softfloat-parts.c.inc
28 +++ b/fpu/softfloat-parts.c.inc
54 diff --git a/fpu/softfloat-specialize.c.inc b/fpu/softfloat-specialize.c.inc
56 --- a/fpu/softfloat-specialize.c.inc
57 +++ b/fpu/softfloat-specialize.c.inc
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Di2c-viapro.rst6 * VIA Technologies, Inc. VT82C596A/B
9 * VIA Technologies, Inc. VT82C686A/B
12 * VIA Technologies, Inc. VT8231, VT8233, VT8233A
15 * VIA Technologies, Inc. VT8235, VT8237R, VT8237A, VT8237S, VT8251
18 * VIA Technologies, Inc. CX700
21 * VIA Technologies, Inc. VX800/VX820
24 * VIA Technologies, Inc. VX855/VX875
27 * VIA Technologies, Inc. VX900
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-platform-ts55004 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
20 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
27 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
36 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
43 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
51 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DNDS32_002dOps.html5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
92 <dt><code>l.[bhw]p rt5,var,inc</code></dt>
93 <dd><p>Load value of var into register rt5 and increment $ta by amount inc.
94 &lsquo;<samp>la $ta,var</samp>&rsquo; and then &lsquo;<samp>l[bhw]i.bi rt5,[$ta],inc</samp>&rsquo;
97 <dt><code>l.[bhw]pc rt5,inc</code></dt>
98 <dd><p>Continue loading value of var into register rt5 and increment $ta by amount inc.
99 &lsquo;<samp>l[bhw]i.bi rt5,[$ta],inc.</samp>&rsquo;
102 <dt><code>l.[bh]sp rt5,var,inc</code></dt>
103 <dd><p>Load value of var into register rt5 and increment $ta by amount inc.
104 &lsquo;<samp>la $ta,var</samp>&rsquo; and then &lsquo;<samp>l[bh]si.bi rt5,[$ta],inc</samp>&rsquo;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DNDS32_002dOps.html5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
92 <dt><code>l.[bhw]p rt5,var,inc</code></dt>
93 <dd><p>Load value of var into register rt5 and increment $ta by amount inc.
94 &lsquo;<samp>la $ta,var</samp>&rsquo; and then &lsquo;<samp>l[bhw]i.bi rt5,[$ta],inc</samp>&rsquo;
97 <dt><code>l.[bhw]pc rt5,inc</code></dt>
98 <dd><p>Continue loading value of var into register rt5 and increment $ta by amount inc.
99 &lsquo;<samp>l[bhw]i.bi rt5,[$ta],inc.</samp>&rsquo;
102 <dt><code>l.[bh]sp rt5,var,inc</code></dt>
103 <dd><p>Load value of var into register rt5 and increment $ta by amount inc.
104 &lsquo;<samp>la $ta,var</samp>&rsquo; and then &lsquo;<samp>l[bh]si.bi rt5,[$ta],inc</samp>&rsquo;
[all …]

12345678910>>...322