| /kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
| D | Kconfig.msm | 26 tristate "Qualcomm Technologies, Inc. IPQ5018 pin controller driver" 30 the Qualcomm Technologies Inc. TLMM block found on the 31 Qualcomm Technologies Inc. IPQ5018 platform. Select this for 42 tristate "Qualcomm Technologies Inc IPQ5332 pin controller driver" 46 Qualcomm Technologies Inc TLMM block found on the Qualcomm 47 Technologies Inc IPQ5332 platform. 50 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver" 54 the Qualcomm Technologies Inc. TLMM block found on the 55 Qualcomm Technologies Inc. IPQ8074 platform. Select this for 59 tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver" [all …]
|
| D | Kconfig | 51 tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver" 59 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 60 (Low Power Island) found on the Qualcomm Technologies Inc SoCs. 63 tristate "Qualcomm Technologies Inc SC7280 LPASS LPI pin controller driver" 68 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 69 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 platform. 72 tristate "Qualcomm Technologies Inc SM6115 LPASS LPI pin controller driver" 77 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 78 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform. 81 tristate "Qualcomm Technologies Inc SM8250 LPASS LPI pin controller driver" [all …]
|
| /kernel/linux/linux-6.6/net/rds/ |
| D | recv.c | 44 void rds_inc_init(struct rds_incoming *inc, struct rds_connection *conn, in rds_inc_init() argument 47 refcount_set(&inc->i_refcount, 1); in rds_inc_init() 48 INIT_LIST_HEAD(&inc->i_item); in rds_inc_init() 49 inc->i_conn = conn; in rds_inc_init() 50 inc->i_saddr = *saddr; in rds_inc_init() 51 inc->i_usercopy.rdma_cookie = 0; in rds_inc_init() 52 inc->i_usercopy.rx_tstamp = ktime_set(0, 0); in rds_inc_init() 54 memset(inc->i_rx_lat_trace, 0, sizeof(inc->i_rx_lat_trace)); in rds_inc_init() 58 void rds_inc_path_init(struct rds_incoming *inc, struct rds_conn_path *cp, in rds_inc_path_init() argument 61 refcount_set(&inc->i_refcount, 1); in rds_inc_path_init() [all …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ |
| D | vendor-prefixes.yaml | 41 description: Acbel Polytech Inc. 43 description: Acer Inc. 49 description: Active-Semi International Inc 55 description: Adapteva, Inc. 57 description: Adaptrum, Inc. 61 description: Analog Devices, Inc. 75 description: Aldec, Inc. 77 description: ALFA Network Inc. 85 description: AlphaScale Integrated Circuits Systems, Inc. 95 description: Amazon.com, Inc. [all …]
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | asus-nb-wmi.c | 141 .ident = "ASUSTeK COMPUTER INC. Q500A", 143 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 150 .ident = "ASUSTeK COMPUTER INC. U32U", 152 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 164 .ident = "ASUSTeK COMPUTER INC. X302UA", 166 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 173 .ident = "ASUSTeK COMPUTER INC. X401U", 175 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 182 .ident = "ASUSTeK COMPUTER INC. X401A", 184 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| D | asus-nb-wmi.c | 138 .ident = "ASUSTeK COMPUTER INC. Q500A", 140 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 147 .ident = "ASUSTeK COMPUTER INC. U32U", 149 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 156 .ident = "ASUSTeK COMPUTER INC. X302UA", 158 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 165 .ident = "ASUSTeK COMPUTER INC. X401U", 167 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 174 .ident = "ASUSTeK COMPUTER INC. X401A", 176 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| D | sysfb_efi.c | 190 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac4,1", M_I17), 192 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac5,1", M_I20), 193 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac5,1", M_I20), 195 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac6,1", M_I24), 196 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac6,1", M_I24), 197 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac7,1", M_I20_SR), 198 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac8,1", M_I24_8_1), 199 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac10,1", M_I24_10_1), 200 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac11,1", M_I27_11_1), 201 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "Macmini1,1", M_MINI), [all …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/security/integrity/platform_certs/ |
| D | load_uefi.c | 22 { 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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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>
|
| /kernel/linux/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>
|
| /kernel/linux/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| D | video_detect.c | 2 * Copyright (C) 2015 Red Hat Inc. 161 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 169 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 177 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 186 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 194 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 202 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 211 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 246 DMI_MATCH(DMI_SYS_VENDOR, "Xiaomi Inc"), 317 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), [all …]
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | assembler.h | 380 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 382 .if \inc == 1 384 .elseif \inc == 4 387 .error "Unsupported inc macro argument" 393 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 407 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 409 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 412 add\cond \ptr, #\rept * \inc 417 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 420 .if \inc == 1 [all …]
|