Home
last modified time | relevance | path

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

12345678910>>...268

/linux/drivers/pinctrl/qcom/
H A DKconfig.msm19 tristate "Qualcomm Technologies Inc Glymur pin controller driver"
23 Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM)
24 block found on the Qualcomm Technologies Inc Glymur platform.
36 tristate "Qualcomm Technologies, Inc. IPQ5018 pin controller driver"
40 the Qualcomm Technologies Inc. TLMM block found on the
41 Qualcomm Technologies Inc. IPQ5018 platform. Select this for
52 tristate "Qualcomm Technologies Inc IPQ5332 pin controller driver"
56 Qualcomm Technologies Inc TLMM block found on the Qualcomm
57 Technologies Inc IPQ5332 platform.
60 tristate "Qualcomm Technologies, Inc. IPQ5424 pin controller driver"
[all …]
/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml44 description: Acbel Polytech Inc.
48 description: Acer Inc.
54 description: Actiontec Electronics, Inc
56 description: Active-Semi International Inc
62 description: Adapteva, Inc.
64 description: Adaptrum, Inc.
68 description: Analog Devices, Inc.
70 description: ADI Engineering, Inc.
86 description: Aldec, Inc.
88 description: ALFA Network Inc.
[all …]
H A Dtrivial-devices.yaml294 # Monolithic Power Systems Inc. multi-phase controller mp2856
296 # Monolithic Power Systems Inc. multi-phase controller mp2857
298 # Monolithic Power Systems Inc. multi-phase controller mp2869
300 # Monolithic Power Systems Inc. multi-phase controller mp2888
302 # Monolithic Power Systems Inc. multi-phase controller mp2891
304 # Monolithic Power Systems Inc. multi-phase controller mp2925
306 # Monolithic Power Systems Inc. multi-phase controller mp2929
308 # Monolithic Power Systems Inc. multi-phase controller mp29502
310 # Monolithic Power Systems Inc. multi-phase controller mp29608
312 # Monolithic Power Systems Inc. multi-phase controller mp29612
[all …]
/linux/drivers/platform/x86/
H A Dasus-nb-wmi.c168 .ident = "ASUSTeK COMPUTER INC. Q500A",
170 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
177 .ident = "ASUSTeK COMPUTER INC. U32U",
179 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
186 .ident = "ASUSTeK COMPUTER INC. X302UA",
188 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
195 .ident = "ASUSTeK COMPUTER INC. X401U",
197 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
204 .ident = "ASUSTeK COMPUTER INC. X401A",
206 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_app.c55 static void ip_vs_app_inc_destroy(struct ip_vs_app *inc)
57 kfree(inc->timeout_table); in ip_vs_app_inc_destroy()
58 kfree(inc); in ip_vs_app_inc_destroy()
63 struct ip_vs_app *inc = container_of(head, struct ip_vs_app, rcu_head); in ip_vs_app_inc_rcu_free()
65 ip_vs_app_inc_destroy(inc); in ip_vs_app_inc_rcu_free()
76 struct ip_vs_app *inc; in ip_vs_app_inc_new()
85 inc = kmemdup(app, sizeof(*inc), GFP_KERNEL); in ip_vs_app_inc_new()
86 if (!inc) in ip_vs_app_inc_new()
88 INIT_LIST_HEAD(&inc in ip_vs_app_inc_new()
56 ip_vs_app_inc_destroy(struct ip_vs_app * inc) ip_vs_app_inc_destroy() argument
64 struct ip_vs_app *inc = container_of(head, struct ip_vs_app, rcu_head); ip_vs_app_inc_rcu_free() local
77 struct ip_vs_app *inc; ip_vs_app_inc_new() local
125 ip_vs_app_inc_release(struct netns_ipvs * ipvs,struct ip_vs_app * inc) ip_vs_app_inc_release() argument
148 ip_vs_app_inc_get(struct ip_vs_app * inc) ip_vs_app_inc_get() argument
162 ip_vs_app_inc_put(struct ip_vs_app * inc) ip_vs_app_inc_put() argument
234 struct ip_vs_app *a, *anxt, *inc, *nxt; unregister_ip_vs_app() local
271 struct ip_vs_app *inc = cp->app; ip_vs_unbind_app() local
521 struct ip_vs_app *app, *inc; ip_vs_app_idx() local
545 struct ip_vs_app *inc, *app; ip_vs_app_seq_next() local
580 const struct ip_vs_app *inc = v; ip_vs_app_seq_show() local
[all...]
H A Dip_vs_proto_udp.c360 static int udp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc)
364 __be16 port = inc->port; in udp_register_app()
376 list_add_rcu(&inc->p_list, &ipvs->udp_apps[hash]); in udp_register_app()
385 udp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc)
390 list_del_rcu(&inc->p_list); in udp_unregister_app()
398 struct ip_vs_app *inc; in udp_app_conn_bind()
408 list_for_each_entry_rcu(inc, &ipvs->udp_apps[hash], p_list) { in udp_app_conn_bind()
409 if (inc->port == cp->vport) { in udp_app_conn_bind()
410 if (unlikely(!ip_vs_app_inc_get(inc))) in udp_app_conn_bind()
420 inc in udp_app_conn_bind()
361 udp_register_app(struct netns_ipvs * ipvs,struct ip_vs_app * inc) udp_register_app() argument
386 udp_unregister_app(struct netns_ipvs * ipvs,struct ip_vs_app * inc) udp_unregister_app() argument
399 struct ip_vs_app *inc; udp_app_conn_bind() local
[all...]
/linux/tools/testing/selftests/exec/
H A Dcheck-exec-tests.sh4 # Test the "inc" interpreter.
7 # samples/check-exec/inc.c
26 # Updates PATH for `env` to execute the `inc` interpreter.
47 out="$("$@" ./inc "${script}")" || ret=$?
67 out="$("$@" ./inc -i < "${script}")" || ret=$?
86 out="$(cat script-exec.inc | "$@" ./inc -i)" || ret=$?
101 out="$("$@" ./inc -c "$(< script-exec.inc)")" || ret=$?
128 ktap_test exec_direct 0 script-exec.inc
129 ktap_test exec_indirect 0 script-exec.inc
132 ktap_test exec_stdin_reg 0 script-exec.inc
[all …]
H A DMakefile15 TEST_GEN_PROGS_EXTENDED := false inc set-exec script-exec.inc script-noexec.inc
50 $(OUTPUT)/inc: $(CHECK_EXEC_SAMPLES)/inc.c
54 $(OUTPUT)/script-exec.inc: $(CHECK_EXEC_SAMPLES)/script-exec.inc
56 $(OUTPUT)/script-noexec.inc: $(CHECK_EXEC_SAMPLES)/script-noexec.inc
/linux/arch/x86/include/asm/
H A Dxor.h99 " add %[inc], %[p1] ;\n" in xor_sse_2()
100 " add %[inc], %[p2] ;\n" in xor_sse_2()
105 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_2()
134 " add %[inc], %[p1] ;\n" in xor_sse_2_pf64()
135 " add %[inc], %[p2] ;\n" in xor_sse_2_pf64()
140 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_2_pf64()
193 " add %[inc], %[p1] ;\n" in xor_sse_3()
194 " add %[inc], %[p2] ;\n" in xor_sse_3()
195 " add %[inc], %[p3] ;\n" in xor_sse_3()
200 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_3()
[all …]
/linux/drivers/dma/bestcomm/
H A Data.c6 * 2003-2004 (c) MontaVista, Software, Inc.
23 /* Task image/var/inc */
58 struct bcom_ata_inc *inc; in bcom_ata_init() local
72 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_init()
101 struct bcom_ata_inc *inc; in bcom_ata_rx_prepare() local
103 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_rx_prepare()
105 inc->incr_bytes = -(s16)sizeof(u32); in bcom_ata_rx_prepare()
106 inc->incr_src = 0; in bcom_ata_rx_prepare()
107 inc->incr_dst = sizeof(u32); in bcom_ata_rx_prepare()
115 struct bcom_ata_inc *inc; in bcom_ata_tx_prepare() local
[all …]
H A Dfec.c6 * Copyright (C) 2003-2004 MontaVista, Software, Inc.
21 /* Task image/var/inc */
111 struct bcom_fec_rx_inc *inc; in bcom_fec_rx_reset() local
118 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_rx_reset()
131 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_rx_reset()
132 inc->incr_dst = sizeof(u32); /* task image, but we stick */ in bcom_fec_rx_reset()
133 inc->incr_dst_ma= sizeof(u8); /* to the official ones */ in bcom_fec_rx_reset()
212 struct bcom_fec_tx_inc *inc; in bcom_fec_tx_reset() local
219 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_tx_reset()
232 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_tx_reset()
[all …]
/linux/security/integrity/platform_certs/
H A Dload_uefi.c23 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,1") },
24 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,2") },
25 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,3") },
26 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,4") },
27 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,1") },
28 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,2") },
29 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,3") },
30 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,4") },
31 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,1") },
32 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,2") },
[all …]
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteon_ep_vf.rst18 * Network controller: Cavium, Inc. Device b203
19 * Network controller: Cavium, Inc. Device b403
20 * Network controller: Cavium, Inc. Device b103
21 * Network controller: Cavium, Inc. Device b903
22 * Network controller: Cavium, Inc. Device ba03
23 * Network controller: Cavium, Inc. Device bc03
24 * Network controller: Cavium, Inc. Device bd03
H A Docteon_ep.rst25 * Network controller: Cavium, Inc. Device b100
26 * Network controller: Cavium, Inc. Device b200
27 * Network controller: Cavium, Inc. Device b400
28 * Network controller: Cavium, Inc. Device b900
29 * Network controller: Cavium, Inc. Device ba00
30 * Network controller: Cavium, Inc. Device bc00
31 * Network controller: Cavium, Inc. Device bd00
/linux/drivers/acpi/
H A Dvideo_detect.c2 * Copyright (C) 2015 Red Hat Inc.
163 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
171 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
179 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
188 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
196 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
204 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
213 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
311 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
319 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
[all …]
/linux/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>
/linux/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
/linux/sound/soc/intel/boards/
H A Dsof_sdw.c71 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
80 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
88 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
96 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
126 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
136 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
146 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
155 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
273 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
282 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
[all …]
/linux/lib/crypto/x86/
H A Dblake2s.h15 const u8 *data, size_t nblocks, u32 inc);
17 const u8 *data, size_t nblocks, u32 inc);
23 const u8 *data, size_t nblocks, u32 inc) in blake2s_compress() argument
29 blake2s_compress_generic(ctx, data, nblocks, inc); in blake2s_compress()
39 blake2s_compress_avx512(ctx, data, blocks, inc); in blake2s_compress()
41 blake2s_compress_ssse3(ctx, data, blocks, inc); in blake2s_compress()
/linux/arch/sparc/lib/
H A Dmemscan_64.S70 inc %g2
75 inc %g2
79 inc %g2
87 inc %g2
92 inc %g2
96 inc %g2
101 inc %g2
104 inc %g2
/linux/drivers/clk/qcom/
H A DKconfig28 Technologies, Inc. GLYMUR devices.
63 Technologies, Inc. X1E80100 devices.
72 Support for the global clock controller on Qualcomm Technologies, Inc
185 RPMh manages shared resources on some Qualcomm Technologies, Inc.
538 Support for the display clock controller on Qualcomm Technologies, Inc
548 Support for the display clock controller on Qualcomm Technologies, Inc
558 Support for the camera clock controller on Qualcomm Technologies, Inc
575 Support for the camera clock controller on Qualcomm Technologies, Inc
585 Support for the global clock controller on Qualcomm Technologies, Inc
622 Support for the camera clock controller on Qualcomm Technologies, Inc
[all …]
/linux/arch/arm/include/asm/
H A Dassembler.h470 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
472 .if \inc == 1
474 .elseif \inc == 4
477 .error "Unsupported inc macro argument"
486 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
500 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
502 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
505 add\cond \ptr, #\rept * \inc
510 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
513 .if \inc == 1
[all …]
/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c1275 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1282 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1303 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1310 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1317 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1324 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1331 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1338 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1345 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1352 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
[all …]
/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml93 - '/src/amd/ci/gitlab-ci-inc.yml'
94 - '/src/freedreno/ci/gitlab-ci-inc.yml'
95 - '/src/gallium/drivers/crocus/ci/gitlab-ci-inc.yml'
96 - '/src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml'
97 - '/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml'
98 - '/src/gallium/drivers/softpipe/ci/gitlab-ci-inc.yml'
99 - '/src/gallium/drivers/virgl/ci/gitlab-ci-inc.yml'
100 - '/src/gallium/drivers/zink/ci/gitlab-ci-inc.yml'
101 - '/src/gallium/frontends/lavapipe/ci/gitlab-ci-inc.yml'
103 - '/src/intel/ci/gitlab-ci-inc.yml'
[all …]
/linux/net/rds/
H A Dtcp_recv.c43 static void rds_tcp_inc_purge(struct rds_incoming *inc) in rds_tcp_inc_purge() argument
46 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_purge()
47 rdsdebug("purging tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_purge()
51 void rds_tcp_inc_free(struct rds_incoming *inc) in rds_tcp_inc_free() argument
54 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_free()
55 rds_tcp_inc_purge(inc); in rds_tcp_inc_free()
56 rdsdebug("freeing tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_free()
63 int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iov_iter *to) in rds_tcp_inc_copy_to_user() argument
72 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_copy_to_user()

12345678910>>...268