| /linux/drivers/pinctrl/qcom/ |
| H A D | Kconfig.msm | 19 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 …]
|
| H A D | Kconfig | 52 tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver" 60 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 61 (Low Power Island) found on the Qualcomm Technologies Inc SoCs. 64 tristate "Qualcomm Technologies Inc SC7280 and SM8350 LPASS LPI pin controller driver" 69 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 70 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 74 tristate "Qualcomm Technologies Inc SDM660 LPASS LPI pin controller driver" 80 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 81 (Low Power Island) found on the Qualcomm Technologies Inc SDM660 platform. 84 tristate "Qualcomm Technologies Inc SM4250 LPASS LPI pin controller driver" [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | asus-nb-wmi.c | 168 .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 D | ip_vs_app.c | 55 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 D | ip_vs_proto_udp.c | 354 static int udp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_register_app() argument 358 __be16 port = inc->port; in udp_register_app() 370 list_add_rcu(&inc->p_list, &ipvs->udp_apps[hash]); in udp_register_app() 379 udp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_unregister_app() argument 384 list_del_rcu(&inc->p_list); in udp_unregister_app() 392 struct ip_vs_app *inc; in udp_app_conn_bind() local 402 list_for_each_entry_rcu(inc, &ipvs->udp_apps[hash], p_list) { in udp_app_conn_bind() 403 if (inc->port == cp->vport) { in udp_app_conn_bind() 404 if (unlikely(!ip_vs_app_inc_get(inc))) in udp_app_conn_bind() 414 inc->name, ntohs(inc->port)); in udp_app_conn_bind() [all …]
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec-tests.sh | 4 # 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 D | Makefile | 15 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 D | xor.h | 99 " 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 D | ata.c | 6 * 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 D | fec.c | 6 * 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 D | load_uefi.c | 23 { 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/drivers/acpi/ |
| H A D | video_detect.c | 2 * 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/networking/device_drivers/ethernet/marvell/ |
| H A D | octeon_ep_vf.rst | 18 * 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 D | octeon_ep.rst | 25 * 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/sound/soc/intel/boards/ |
| H A D | sof_sdw.c | 71 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/Documentation/ABI/testing/ |
| H A D | sysfs-platform-ts5500 | 4 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 D | i2c-viapro.rst | 6 * 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/arch/sparc/lib/ |
| H A D | memscan_64.S | 70 inc %g2 75 inc %g2 79 inc %g2 87 inc %g2 92 inc %g2 96 inc %g2 101 inc %g2 104 inc %g2
|
| /linux/lib/crypto/x86/ |
| H A D | blake2s.h | 15 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/sound/soc/amd/yc/ |
| H A D | acp6x-mach.c | 5 * Copyright 2021 Advanced Micro Devices, Inc. 51 DMI_MATCH(DMI_BOARD_VENDOR, "Dell Inc."), 380 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 387 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 394 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 401 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 408 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 415 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 422 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), 429 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
| /linux/drivers/hwmon/ |
| H A D | dell-smm-hwmon.c | 1275 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/arch/arm/include/asm/ |
| H A D | assembler.h | 470 .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/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 93 - '/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 D | tcp_recv.c | 43 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, struc argument [all...] |
| /linux/sound/soc/qcom/ |
| H A D | Kconfig | 181 To add support for audio on Qualcomm Technologies Inc. 194 To add support for audio on Qualcomm Technologies Inc. 206 To add support for audio on Qualcomm Technologies Inc. 221 To add support for audio on Qualcomm Technologies Inc. 239 Add support for audio on Qualcomm Technologies Inc. 251 Add support for audio on Qualcomm Technologies Inc.
|