/linux-5.10/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-5.10/drivers/platform/x86/ |
D | asus-nb-wmi.c | 132 .ident = "ASUSTeK COMPUTER INC. Q500A", 134 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 141 .ident = "ASUSTeK COMPUTER INC. U32U", 143 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 155 .ident = "ASUSTeK COMPUTER INC. X302UA", 157 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 164 .ident = "ASUSTeK COMPUTER INC. X401U", 166 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 173 .ident = "ASUSTeK COMPUTER INC. X401A", 175 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
D | eeepc-wmi.c | 138 .ident = "ASUSTeK Computer INC. 1000H", 140 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."), 147 .ident = "ASUSTeK Computer INC. ET2012E/I", 149 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."), 156 .ident = "ASUSTeK Computer INC. X101CH", 158 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 165 .ident = "ASUSTeK Computer INC. 1015CX", 167 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
|
/linux-5.10/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-5.10/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 33 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 …]
|
/linux-5.10/arch/x86/kernel/ |
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 …]
|
D | reboot.c | 54 * Dell Inc. so their systems "just work". :-) 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."), 236 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), 256 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."), 264 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 272 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
/linux-5.10/drivers/pinctrl/qcom/ |
D | Kconfig | 46 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver" 51 the Qualcomm Technologies Inc. TLMM block found on the 52 Qualcomm Technologies Inc. IPQ8074 platform. Select this for 56 tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver" 61 the Qualcomm Technologies Inc. TLMM block found on the 62 Qualcomm Technologies Inc. IPQ6018 platform. Select this for 71 Qualcomm Technologies Inc TLMM block found on the Qualcomm 72 Technologies Inc MSM8226 platform. 195 tristate "Qualcomm Technologies Inc SC7180 pin controller driver" 200 Qualcomm Technologies Inc TLMM block found on the Qualcomm [all …]
|
/linux-5.10/arch/x86/include/asm/ |
D | xor.h | 98 " 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 …]
|
/linux-5.10/drivers/dma/bestcomm/ |
D | ata.c | 6 * 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 …]
|
D | fec.c | 6 * Copyright (C) 2003-2004 MontaVista, Software, Inc. 25 /* Task image/var/inc */ 115 struct bcom_fec_rx_inc *inc; in bcom_fec_rx_reset() local 122 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_rx_reset() 135 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_rx_reset() 136 inc->incr_dst = sizeof(u32); /* task image, but we stick */ in bcom_fec_rx_reset() 137 inc->incr_dst_ma= sizeof(u8); /* to the official ones */ in bcom_fec_rx_reset() 216 struct bcom_fec_tx_inc *inc; in bcom_fec_tx_reset() local 223 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_tx_reset() 236 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_tx_reset() [all …]
|
D | gen_bd.c | 26 /* Task image/var/inc */ 118 struct bcom_gen_bd_rx_inc *inc; in bcom_gen_bd_rx_reset() local 125 inc = (struct bcom_gen_bd_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_gen_bd_rx_reset() 138 inc->incr_bytes = -(s16)sizeof(u32); in bcom_gen_bd_rx_reset() 139 inc->incr_dst = sizeof(u32); in bcom_gen_bd_rx_reset() 202 struct bcom_gen_bd_tx_inc *inc; in bcom_gen_bd_tx_reset() local 209 inc = (struct bcom_gen_bd_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_gen_bd_tx_reset() 221 inc->incr_bytes = -(s16)sizeof(u32); in bcom_gen_bd_tx_reset() 222 inc->incr_src = sizeof(u32); in bcom_gen_bd_tx_reset() 223 inc->incr_src_ma = sizeof(u8); in bcom_gen_bd_tx_reset()
|
/linux-5.10/arch/arm/include/asm/ |
D | assembler.h | 372 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 374 .if \inc == 1 376 .elseif \inc == 4 379 .error "Unsupported inc macro argument" 388 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 402 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 404 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 407 add\cond \ptr, #\rept * \inc 412 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 415 .if \inc == 1 [all …]
|
/linux-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/arch/mips/txx9/rbtx4927/ |
D | prom.c | 4 * Author: MontaVista Software, Inc. 7 * Copyright 2001-2002 MontaVista Software Inc. 9 * Copyright (C) 2004 MontaVista Software Inc. 29 * with this program; if not, write to the Free Software Foundation, Inc.,
|
/linux-5.10/drivers/hid/ |
D | hid-mf.c | 6 * using the vendor ID of DragonRise Inc. 9 * 0079:1801 "DragonRise Inc. Mayflash PS3 Game Controller Adapter" 10 * 0079:1803 "DragonRise Inc. Mayflash Wireless Sensor DolphinBar" 11 * 0079:1843 "DragonRise Inc. Mayflash GameCube Game Controller Adapter" 12 * 0079:1844 "DragonRise Inc. Mayflash GameCube Game Controller Adapter (v04)" 15 * 0079:1800 "DragonRise Inc. Mayflash WIIU Game Controller Adapter"
|
/linux-5.10/arch/mips/cavium-octeon/ |
D | csrc-octeon.c | 7 * Copyright (C) 2009, 2012 Cavium, Inc. 146 u64 cur, end, inc; in __udelay() local 150 inc = us * octeon_udelay_factor; in __udelay() 151 end = cur + inc; in __udelay() 160 u64 cur, end, inc; in __ndelay() local 164 inc = ((ns * octeon_ndelay_factor) >> 16); in __ndelay() 165 end = cur + inc; in __ndelay()
|