| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | mmci.txt | 11 - compatible : contains "arm,pl18x", "arm,primecell". 12 - vmmc-supply : phandle to the regulator device tree node, mentioned 16 - arm,primecell-periphid : contains the PrimeCell Peripheral ID, it overrides 18 - resets : phandle to internal reset line. 20 - vqmmc-supply : phandle to the regulator device tree node, mentioned 23 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0]. 24 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2]. 25 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1]. 26 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7]. 27 - st,sig-dir-cmd : cmd signal direction pin used for CMD. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mmc/ |
| D | arm,pl18x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 11 - Ulf Hansson <ulf.hansson@linaro.org> 20 - $ref: /schemas/arm/primecell.yaml# 21 - $ref: mmc-controller.yaml# 29 - arm,pl180 30 - arm,pl181 31 - arm,pl18x [all …]
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_conntrack_proto_dccp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 27 * - REQUEST: 31 * A client MAY give up on its DCCP-Requests after some time 34 * - RESPOND: 41 * - PARTOPEN: 48 * - OPEN: 54 * - CLOSEREQ/CLOSING: 59 * round-trip times and should back off to not less than once every 62 * - TIMEWAIT: 93 #define sIG CT_DCCP_IGNORE macro [all …]
|
| D | nf_conntrack_proto_tcp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* (C) 1999-2001 Paul `Rusty' Russell 3 * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org> 4 * (C) 2002-2013 Jozsef Kadlecsik <kadlec@netfilter.org> 5 * (C) 2006-2012 Patrick McHardy <kaber@trash.net> 36 If it's non-zero, we mark only out of window RST segments as INVALID. */ 49 closely. They're more complex. --RR */ 81 to ~13-30min depending on RTO. */ 97 #define sIG TCP_CONNTRACK_IGNORE macro 124 * SYN_SENT: SYN-only packet seen [all …]
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nf_conntrack_proto_dccp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 27 * - REQUEST: 31 * A client MAY give up on its DCCP-Requests after some time 34 * - RESPOND: 41 * - PARTOPEN: 48 * - OPEN: 54 * - CLOSEREQ/CLOSING: 59 * round-trip times and should back off to not less than once every 62 * - TIMEWAIT: 95 #define sIG CT_DCCP_IGNORE macro [all …]
|
| D | nf_conntrack_proto_tcp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* (C) 1999-2001 Paul `Rusty' Russell 3 * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org> 4 * (C) 2002-2013 Jozsef Kadlecsik <kadlec@netfilter.org> 5 * (C) 2006-2012 Patrick McHardy <kaber@trash.net> 35 closely. They're more complex. --RR */ 73 to ~13-30min depending on RTO. */ 89 #define sIG TCP_CONNTRACK_IGNORE macro 116 * SYN_SENT: SYN-only packet seen 117 * SYN_SENT2: SYN-only packet seen from reply dir, simultaneous open [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
| D | aic94xx_sds.c | 1 // SPDX-License-Identifier: GPL-2.0-only 18 /* ---------- OCM stuff ---------- */ 28 char sig[2]; member 55 .sig = {0x4D, 0x4F}, /* signature */ 92 char sig[4]; member 108 * asd_read_ocm_seg - read an on chip memory (OCM) segment 120 if (unlikely(asd_ha->iospace)) in asd_read_ocm_seg() 123 for ( ; size > 0; size--, offs++, p++) in asd_read_ocm_seg() 130 struct asd_ocm_dir *dir, u32 offs) in asd_read_ocm_dir() argument 132 int err = asd_read_ocm_seg(asd_ha, dir, offs, sizeof(*dir)); in asd_read_ocm_dir() [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
| D | aic94xx_sds.c | 1 // SPDX-License-Identifier: GPL-2.0-only 18 /* ---------- OCM stuff ---------- */ 28 char sig[2]; member 55 .sig = {0x4D, 0x4F}, /* signature */ 92 char sig[4]; member 108 * asd_read_ocm_seg - read an on chip memory (OCM) segment 120 if (unlikely(asd_ha->iospace)) in asd_read_ocm_seg() 123 for ( ; size > 0; size--, offs++, p++) in asd_read_ocm_seg() 130 struct asd_ocm_dir *dir, u32 offs) in asd_read_ocm_dir() argument 132 int err = asd_read_ocm_seg(asd_ha, dir, offs, sizeof(*dir)); in asd_read_ocm_dir() [all …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
| D | iser_memory.c | 3 * Copyright (c) 2013-2014 Mellanox Technologies. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 50 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_reg_desc_get_fr() 54 spin_lock_irqsave(&fr_pool->lock, flags); in iser_reg_desc_get_fr() 55 desc = list_first_entry(&fr_pool->list, in iser_reg_desc_get_fr() 57 list_del(&desc->list); in iser_reg_desc_get_fr() 58 spin_unlock_irqrestore(&fr_pool->lock, flags); in iser_reg_desc_get_fr() 67 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_reg_desc_put_fr() 70 spin_lock_irqsave(&fr_pool->lock, flags); in iser_reg_desc_put_fr() [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
| D | iser_memory.c | 3 * Copyright (c) 2013-2014 Mellanox Technologies. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 48 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_reg_desc_get_fr() 52 spin_lock_irqsave(&fr_pool->lock, flags); in iser_reg_desc_get_fr() 53 desc = list_first_entry(&fr_pool->list, in iser_reg_desc_get_fr() 55 list_del(&desc->list); in iser_reg_desc_get_fr() 56 spin_unlock_irqrestore(&fr_pool->lock, flags); in iser_reg_desc_get_fr() 64 struct iser_fr_pool *fr_pool = &ib_conn->fr_pool; in iser_reg_desc_put_fr() 67 spin_lock_irqsave(&fr_pool->lock, flags); in iser_reg_desc_put_fr() [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Kbuild.include | 1 # SPDX-License-Identifier: GPL-2.0 11 space_escape := _-_SPACE_-_ 20 # Usage: $(call test-lt, $(CONFIG_LLD_VERSION), 150000) 25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y) 26 test-gt = $(intcmp $(strip $1)0, $(strip $2)0,,,y) 28 test-ge = $(shell test $(strip $1)0 -ge $(strip $2)0 && echo y) 29 test-gt = $(shell test $(strip $1)0 -gt $(strip $2)0 && echo y) 31 test-le = $(call test-ge, $2, $1) 32 test-lt = $(call test-gt, $2, $1) 36 dot-target = $(dir $@).$(notdir $@) [all …]
|
| D | Makefile.modinst | 1 # SPDX-License-Identifier: GPL-2.0 12 install-y := 14 ifeq ($(KBUILD_EXTMOD)$(sign-only),) 17 $(shell rm -fr $(MODLIB)/kernel $(MODLIB)/build) 19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order) 25 cmd_symlink = ln -s $(CURDIR) $@ 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 41 modules := $(call read-file, $(MODORDER)) 53 suffix-y := 54 suffix-$(CONFIG_MODULE_COMPRESS_GZIP) := .gz [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | ste-href.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/leds/common.h> 8 #include "ste-href-family-pinctrl.dtsi" 17 compatible = "simple-battery"; 18 battery-type = "lithium-ion-polymer"; 21 thermal-zones { 22 battery-thermal { 24 polling-delay = <0>; [all …]
|
| D | ste-snowball.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2011 ST-Ericsson AB 6 /dts-v1/; 7 #include "ste-db9500.dtsi" 8 #include "ste-href-ab8500.dtsi" 9 #include "ste-href-family-pinctrl.dtsi" 13 compatible = "calaosystems,snowball-a9500", "st-ericsson,u9500"; 21 compatible = "simple-battery"; 22 battery-type = "lithium-ion-polymer"; 25 thermal-zones { [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | ste-href.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/leds/common.h> 8 #include "ste-href-family-pinctrl.dtsi" 18 pinctrl-names = "default", "sleep"; 19 pinctrl-0 = <&u0_a_1_default>; 20 pinctrl-1 = <&u0_a_1_sleep>; 26 pinctrl-names = "default", "sleep"; 27 pinctrl-0 = <&u1rxtx_a_1_default>; [all …]
|
| D | ste-snowball.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2011 ST-Ericsson AB 6 /dts-v1/; 7 #include "ste-db9500.dtsi" 8 #include "ste-href-ab8500.dtsi" 9 #include "ste-href-family-pinctrl.dtsi" 13 compatible = "calaosystems,snowball-a9500", "st-ericsson,u9500"; 21 compatible = "regulator-fixed"; 22 regulator-name = "en-3v3-fixed-supply"; 23 regulator-min-microvolt = <3300000>; [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
| D | rtrs-srv-trace.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 40 __field(u8, dir) 52 struct rtrs_srv_con *con = id->con; 53 struct rtrs_path *s = con->c.path; 56 __entry->dir = id->dir; 57 __entry->state = srv_path->state; 58 __entry->errno = errno; 59 __entry->need_inval = need_inval; 60 __entry->always_invalidate = always_invalidate; 61 __entry->msg_id = id->msg_id; [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Kbuild.include | 1 # SPDX-License-Identifier: GPL-2.0 11 space_escape := _-_SPACE_-_ 16 dot-target = $(dir $@).$(notdir $@) 19 # The temporary file to save gcc -MMD generated dependencies must not 21 depfile = $(subst $(comma),_,$(dot-target).d) 29 real-prereqs = $(filter-out $(PHONY), $^) 56 # - If no file exist it is created 57 # - If the content differ the new file is used 58 # - If they are equal no change, and no timestamp update 60 $(Q)set -e; \ [all …]
|
| /kernel/linux/linux-6.6/drivers/firmware/ |
| D | qemu_fw_cfg.c | 7 * sysfs (read-only, under "/sys/firmware/qemu_fw_cfg/..."). 46 /* fw_cfg revision attribute, in /sys/firmware/qemu_fw_cfg top-level dir. */ 80 u32 ctrl = be32_to_cpu(READ_ONCE(d->control)); in fw_cfg_wait_for_control() 82 /* do not reorder the read to d->control */ in fw_cfg_wait_for_control() 99 ret = -ENOMEM; in fw_cfg_dma_transfer() 119 if (be32_to_cpu(READ_ONCE(d->control)) & FW_CFG_DMA_CTL_ERROR) { in fw_cfg_dma_transfer() 120 ret = -EIO; in fw_cfg_dma_transfer() 130 /* read chunk of given fw_cfg blob (caller responsible for sanity-check) */ 134 u32 glk = -1U; in fw_cfg_read_blob() 145 return -EINVAL; in fw_cfg_read_blob() [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/ |
| D | qemu_fw_cfg.c | 7 * sysfs (read-only, under "/sys/firmware/qemu_fw_cfg/..."). 46 /* fw_cfg revision attribute, in /sys/firmware/qemu_fw_cfg top-level dir. */ 80 u32 ctrl = be32_to_cpu(READ_ONCE(d->control)); in fw_cfg_wait_for_control() 82 /* do not reorder the read to d->control */ in fw_cfg_wait_for_control() 99 ret = -ENOMEM; in fw_cfg_dma_transfer() 119 if (be32_to_cpu(READ_ONCE(d->control)) & FW_CFG_DMA_CTL_ERROR) { in fw_cfg_dma_transfer() 120 ret = -EIO; in fw_cfg_dma_transfer() 130 /* read chunk of given fw_cfg blob (caller responsible for sanity-check) */ 134 u32 glk = -1U; in fw_cfg_read_blob() 145 return -EINVAL; in fw_cfg_read_blob() [all …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 56 struct mlx5_ib_dev *dev = to_mdev(pd->device); in set_mkc_access_pd_addr_fields() 64 if (MLX5_CAP_GEN(dev->mdev, relaxed_ordering_write)) in set_mkc_access_pd_addr_fields() 67 if (MLX5_CAP_GEN(dev->mdev, relaxed_ordering_read)) in set_mkc_access_pd_addr_fields() 71 MLX5_SET(mkc, mkc, pd, to_mpd(pd)->pdn); in set_mkc_access_pd_addr_fields() 80 u8 key = atomic_inc_return(&dev->mkey_var); in assign_mkey_variant() 85 mkey->key = key; in assign_mkey_variant() 93 return mlx5_core_create_mkey(dev->mdev, mkey, in, inlen); in mlx5_ib_create_mkey() [all …]
|
| /kernel/linux/linux-6.6/samples/hid/ |
| D | hid_mouse.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * This is a pure HID-BPF example, and should be considered as such: 36 static void int_exit(int sig) in int_exit() argument 48 "This program will upload and attach a HID-BPF program to the given device.\n" in usage() 52 "Hit Ctrl-C to unbind the program and reset the device\n"); in usage() 57 const char *str_id, *dir; in get_hid_id() local 62 snprintf(uevent, sizeof(uevent) - 1, "%s/uevent", path); in get_hid_id() 66 return -ENOENT; in get_hid_id() 70 dir = basename((char *)path); in get_hid_id() 72 str_id = dir + sizeof("0003:0001:0A37."); in get_hid_id() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-daemon.c | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <subcmd/parse-options.h> 39 * OK - session is up and running 40 * RECONFIG - session is pending for reconfiguration, 42 * KILL - session is pending to be killed 48 * - reads config file and setup session objects 51 * OK - no change needed 52 * RECONFIG - session needs to be changed 54 * KILL - session needs to be killed 58 * - scans session objects and does following actions [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 40 #include <linux/dma-buf.h> 41 #include <linux/dma-resv.h> 63 struct mlx5_ib_dev *dev = to_mdev(pd->device); in set_mkc_access_pd_addr_fields() 72 if (MLX5_CAP_GEN(dev->mdev, relaxed_ordering_write)) in set_mkc_access_pd_addr_fields() 75 if (MLX5_CAP_GEN(dev->mdev, relaxed_ordering_read) || in set_mkc_access_pd_addr_fields() 76 (MLX5_CAP_GEN(dev->mdev, in set_mkc_access_pd_addr_fields() 78 pcie_relaxed_ordering_enabled(dev->mdev->pdev))) in set_mkc_access_pd_addr_fields() [all …]
|
| /kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
| D | otx2_cptpf_mbox.c | 1 // SPDX-License-Identifier: GPL-2.0-only 35 mutex_lock(&cptpf->lock); in forward_to_af() 36 msg = otx2_mbox_alloc_msg(&cptpf->afpf_mbox, 0, size); in forward_to_af() 38 mutex_unlock(&cptpf->lock); in forward_to_af() 39 return -ENOMEM; in forward_to_af() 44 msg->id = req->id; in forward_to_af() 45 msg->pcifunc = req->pcifunc; in forward_to_af() 46 msg->sig = req->sig; in forward_to_af() 47 msg->ver = req->ver; in forward_to_af() 49 ret = otx2_cpt_sync_mbox_msg(&cptpf->afpf_mbox); in forward_to_af() [all …]
|