/Linux-v6.1/drivers/pinctrl/qcom/ |
D | Kconfig | 52 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver" 58 the Qualcomm Technologies Inc. TLMM block found on the 59 Qualcomm Technologies Inc. IPQ8074 platform. Select this for 63 tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver" 69 the Qualcomm Technologies Inc. TLMM block found on the 70 Qualcomm Technologies Inc. IPQ6018 platform. Select this for 80 Qualcomm Technologies Inc TLMM block found on the Qualcomm 81 Technologies Inc MSM8226 platform. 252 tristate "Qualcomm Technologies Inc SC7180 pin controller driver" 258 Qualcomm Technologies Inc TLMM block found on the Qualcomm [all …]
|
/Linux-v6.1/net/rds/ |
D | recv.c | 43 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 …]
|
D | tcp_recv.c | 42 static void rds_tcp_inc_purge(struct rds_incoming *inc) in rds_tcp_inc_purge() argument 45 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_purge() 46 rdsdebug("purging tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_purge() 50 void rds_tcp_inc_free(struct rds_incoming *inc) in rds_tcp_inc_free() argument 53 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_free() 54 rds_tcp_inc_purge(inc); in rds_tcp_inc_free() 55 rdsdebug("freeing tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_free() 62 int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iov_iter *to) in rds_tcp_inc_copy_to_user() argument 71 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_copy_to_user()
|
/Linux-v6.1/drivers/platform/x86/ |
D | asus-nb-wmi.c | 134 .ident = "ASUSTeK COMPUTER INC. Q500A", 136 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 143 .ident = "ASUSTeK COMPUTER INC. U32U", 145 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 152 .ident = "ASUSTeK COMPUTER INC. X302UA", 154 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 161 .ident = "ASUSTeK COMPUTER INC. X401U", 163 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 170 .ident = "ASUSTeK COMPUTER INC. X401A", 172 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 41 description: Acer Inc. 47 description: Active-Semi International Inc 53 description: Adapteva, Inc. 55 description: Adaptrum, Inc. 59 description: Analog Devices, Inc. 79 description: AlphaScale Integrated Circuits Systems, Inc. 89 description: Amazon.com, Inc. 93 description: Advanced Micro Devices (AMD), Inc. 97 description: Amlogic, Inc. 105 description: AMS-Taos Inc. [all …]
|
/Linux-v6.1/net/netfilter/ipvs/ |
D | ip_vs_app.c | 56 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 …]
|
D | ip_vs_proto_udp.c | 361 static int udp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_register_app() argument 365 __be16 port = inc->port; in udp_register_app() 377 list_add_rcu(&inc->p_list, &ipvs->udp_apps[hash]); in udp_register_app() 386 udp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_unregister_app() argument 391 list_del_rcu(&inc->p_list); in udp_unregister_app() 399 struct ip_vs_app *inc; in udp_app_conn_bind() local 409 list_for_each_entry_rcu(inc, &ipvs->udp_apps[hash], p_list) { in udp_app_conn_bind() 410 if (inc->port == cp->vport) { in udp_app_conn_bind() 411 if (unlikely(!ip_vs_app_inc_get(inc))) in udp_app_conn_bind() 421 inc->name, ntohs(inc->port)); in udp_app_conn_bind() [all …]
|
/Linux-v6.1/drivers/firmware/efi/ |
D | sysfb_efi.c | 189 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 …]
|
/Linux-v6.1/arch/x86/include/asm/ |
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-v6.1/drivers/dma/bestcomm/ |
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 …]
|
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-v6.1/security/integrity/platform_certs/ |
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-v6.1/Documentation/ABI/testing/ |
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-v6.1/Documentation/i2c/busses/ |
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
|
D | i2c-ali15x3.rst | 6 * Acer Labs, Inc. ALI 1533 and 1543C (south bridge) 42 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI) 77 00:02.0 USB Controller: Acer Laboratories Inc. M5237 (rev 03) 78 00:03.0 Bridge: Acer Laboratories Inc. M7101 <= THIS IS THE ONE WE NEED 79 00:07.0 ISA bridge: Acer Laboratories Inc. M1533 (rev c3) 80 00:0f.0 IDE interface: Acer Laboratories Inc. M5229 (rev c1)
|
/Linux-v6.1/arch/x86/kernel/ |
D | reboot.c | 54 * 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 …]
|
/Linux-v6.1/drivers/acpi/ |
D | video_detect.c | 2 * Copyright (C) 2015 Red Hat Inc. 148 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 156 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 164 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 172 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 180 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."), 247 DMI_MATCH(DMI_SYS_VENDOR, "Xiaomi Inc"), 381 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), [all …]
|
/Linux-v6.1/arch/sparc/lib/ |
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-v6.1/arch/x86/crypto/ |
D | blake2s-glue.c | 21 const u32 inc); 24 const u32 inc); 30 size_t nblocks, const u32 inc) in blake2s_compress() argument 36 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress() 47 blake2s_compress_avx512(state, block, blocks, inc); in blake2s_compress() 49 blake2s_compress_ssse3(state, block, blocks, inc); in blake2s_compress()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | assembler.h | 460 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 462 .if \inc == 1 464 .elseif \inc == 4 467 .error "Unsupported inc macro argument" 476 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 490 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 492 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 495 add\cond \ptr, #\rept * \inc 500 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 503 .if \inc == 1 [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/ |
D | Makefile | 2 # Copyright 2017 Advanced Micro Devices, Inc. 26 -I$(FULL_AMD_PATH)/pm/inc/ \ 28 -I$(FULL_AMD_PATH)/pm/swsmu/inc \ 29 -I$(FULL_AMD_PATH)/pm/swsmu/inc/pmfw_if \ 33 -I$(FULL_AMD_PATH)/pm/powerplay/inc \
|
/Linux-v6.1/fs/xfs/ |
D | xfs_stats.h | 3 * Copyright (c) 2000,2005 Silicon Graphics, Inc. 175 #define XFS_STATS_ADD(mp, v, inc) \ argument 177 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v += (inc); \ 178 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \ 193 #define XFS_STATS_ADD_OFF(mp, off, inc) \ argument 195 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off] += (inc); \ 196 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc); \
|
/Linux-v6.1/arch/arm/mach-omap1/ |
D | board-nand.c | 7 * Copyright (C) 2004, 2012 Texas Instruments, Inc. 8 * Copyright (C) 2002 MontaVista Software, Inc. 9 * Copyright (C) 2001 RidgeRun, Inc. 10 * Author: RidgeRun, Inc.
|
/Linux-v6.1/drivers/gpu/drm/amd/display/ |
D | Makefile | 2 # Copyright 2017 Advanced Micro Devices, Inc. 29 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/ 30 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/hw 32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 37 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dmub/inc
|
/Linux-v6.1/lib/crypto/ |
D | blake2s-generic.c | 34 const u32 inc) in blake2s_increment_counter() argument 36 state->t[0] += inc; in blake2s_increment_counter() 37 state->t[1] += (state->t[0] < inc); in blake2s_increment_counter() 41 size_t nblocks, const u32 inc) 45 size_t nblocks, const u32 inc) in blake2s_compress_generic() argument 52 (nblocks > 1 && inc != BLAKE2S_BLOCK_SIZE)); in blake2s_compress_generic() 55 blake2s_increment_counter(state, inc); in blake2s_compress_generic()
|