Home
last modified time | relevance | path

Searched +full:config +full:- +full:space (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/linux/Documentation/hwmon/
H A Dit87.rst10 Addresses scanned: from Super I/O config space (8 I/O ports)
18 Addresses scanned: from Super I/O config space (8 I/O ports)
24 Addresses scanned: from Super I/O config space (8 I/O ports)
32 Addresses scanned: from Super I/O config space (8 I/O ports)
40 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Addresses scanned: from Super I/O config space (8 I/O ports)
56 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Addresses scanned: from Super I/O config space (8 I/O ports)
72 Addresses scanned: from Super I/O config space (8 I/O ports)
80 Addresses scanned: from Super I/O config space (8 I/O ports)
[all …]
/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.h1 /* SPDX-License-Identifier: GPL-2.0
3 * Low-Level PCI Support for SH7751 targets
6 * Paul Mundt (lethal@linux-sh.org) (c) 2003
18 #define SH7751_PCI_CONFIG_BASE 0xFD000000 /* Config space base addr */
19 #define SH7751_PCI_CONFIG_SIZE 0x1000000 /* Config space size */
20 #define SH7751_PCI_MEMORY_BASE 0xFD000000 /* Memory space base addr */
22 #define SH7751_PCI_IO_BASE 0xFE240000 /* IO space base address */
27 #define SH7751_PCICONF0 0x0 /* PCI Config Reg 0 */
30 #define SH7751_PCICONF1 0x4 /* PCI Config Reg 1 */
50 #define SH7751_PCICONF1_MES 0x00000002 /* Memory Space Control */
[all …]
/linux/arch/microblaze/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 config MICROBLAZE
57 config CPU_BIG_ENDIAN
60 config CPU_LITTLE_ENDIAN
65 config ARCH_HAS_ILOG2_U32
68 config ARCH_HAS_ILOG2_U64
71 config GENERIC_HWEIGHT
74 config GENERIC_CALIBRATE_DELAY
77 config GENERIC_CSUM
80 config STACKTRACE_SUPPORT
[all …]
/linux/arch/powerpc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 config CC_HAS_ELFV2
5 def_bool PPC64 && $(cc-option, -mabi=elfv2)
7 config CC_HAS_PREFIXED
8 def_bool PPC64 && $(cc-option, -mcpu=power10 -mprefixed)
10 config CC_HAS_PCREL
11 # Clang has a bug (https://github.com/llvm/llvm-project/issues/62372)
12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
13 # -mno-vsx options are also given. Without these options, fp/vec
16 def_bool PPC64 && CC_IS_GCC && $(cc-option, -mcpu=power10 -mpcrel)
[all …]
/linux/drivers/usb/gadget/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks).
10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks).
11 # - Some systems have both kinds of controllers.
13 # With help from a special transceiver and a "Mini-AB" jack, systems with
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
25 you can't connect a "to-the-host" connector to a peripheral.
44 For more information, see <http://www.linux-usb.org/gadget> and
49 config USB_GADGET_DEBUG
[all …]
/linux/net/batman-adv/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
10 config BATMAN_ADV
14 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
15 a routing protocol for multi-hop ad-hoc mesh networks. The
17 https://www.open-mesh.org/ for more information and user space
20 config BATMAN_ADV_BATMAN_
[all...]
/linux/mm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 config ARCH_NO_SWAP
22 config ZSWAP
30 compress them into a dynamically allocated RAM-based memory pool.
35 config ZSWAP_DEFAULT_ON
45 config ZSWAP_SHRINKER_DEFAULT_ON
77 config ZSWAP_COMPRESSOR_DEFAULT_DEFLATE
83 config ZSWAP_COMPRESSOR_DEFAULT_LZO
89 config ZSWAP_COMPRESSOR_DEFAULT_842
95 config ZSWAP_COMPRESSOR_DEFAULT_LZ4
[all …]
/linux/include/linux/bcma/
H A Dbcma_regs.h1 /* SPDX-License-Identifier: GPL-2.0 */
50 /* BCMA PCI config space registers. */
53 #define BCMA_PCI_BAR0_WIN 0x80 /* Backplane address space 0 */
54 #define BCMA_PCI_BAR1_WIN 0x84 /* Backplane address space 1 */
57 #define BCMA_PCI_BAR1_CONTROL 0x8c /* Address space 1 burst control */
65 #define BCMA_PCI_GPIO_SCS 0x10 /* PCI config space bit 4 for 4306c0 slow clock source */
66 #define BCMA_PCI_GPIO_HWRAD 0x20 /* PCI config space GPIO 13 for hw radio disable */
67 #define BCMA_PCI_GPIO_XTAL 0x40 /* PCI config space GPIO 14 for Xtal powerup */
68 #define BCMA_PCI_GPIO_PLL 0x80 /* PCI config space GPIO 15 for PLL powerdown */
/linux/mm/damon/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 config DAMON
10 for performance-centric DRAM level memory management.
15 config DAMON_KUNIT_TEST
27 config DAMON_VADDR
36 config DAMON_PADDR
37 bool "Data access monitoring operations for the physical address space"
43 that works for the physical address space.
45 config DAMON_VADDR_KUNIT_TEST
57 config DAMON_SYSFS
[all …]
/linux/arch/arm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
2 config ARM
47 # https://github.com/llvm/llvm-project/commit/d130f402642fba3d065aacb506cb061c899558de
164 The ARM series is a line of low-power-consumption RISC chip designs
166 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
167 manufactured, but legacy ARM-based PC hardware remains popular in
171 config ARM_HAS_GROUP_RELOCS
175 relocations. The combined range is -/+ 256 MiB, which is usually
179 config ARM_DMA_USE_IOMMU
185 config ARM_DMA_IOMMU_ALIGNMENT
[all …]
/linux/arch/arc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
6 config ARC
58 config LOCKDEP_SUPPORT
61 config SCHED_OMIT_FRAME_POINTER
64 config GENERIC_CSUM
67 config ARCH_FLATMEM_ENABLE
70 config MMU
73 config NO_IOPORT_MAP
76 config GENERIC_CALIBRATE_DELAY
[all …]
/linux/drivers/usb/gadget/legacy/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks).
10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks).
11 # - Some systems have both kinds of controllers.
13 # With help from a special transceiver and a "Mini-AB" jack, systems with
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
23 # Gadget drivers are hardware-neutral, or "platform independent",
39 config USB_ZERO
44 Gadget Zero is a two-configuration device. It either sinks and
[all …]
/linux/include/linux/
H A Dvdpa.h1 /* SPDX-License-Identifier: GPL-2.0 */
15 * struct vdpa_callback - vDPA callback definition.
31 * struct vdpa_notification_area - vDPA notification area
41 * struct vdpa_vq_state_split - vDPA split virtqueue state
49 * struct vdpa_vq_state_packed - vDPA packed virtqueue state
72 * struct vdpa_device - representation of a vDPA device
78 * @config: the configuration ops for this device.
94 const struct vdpa_config_ops *config;
92 const struct vdpa_config_ops *config; global() member
467 vdpa_alloc_device(dev_struct,member,parent,config,ngroups,nas,name,use_va) global() argument
[all...]
/linux/drivers/pci/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 config HAVE_PCI
11 config FORCE_PCI
18 config GENERIC_PCI_IOMAP
27 support for PCI-X and the foundations for PCI Express support.
32 config PCI_DOMAINS
36 config PCI_DOMAINS_GENERIC
40 config PCI_SYSCALL
45 config PCI_MSI
46 bool "Message Signaled Interrupts (MSI and MSI-X)"
[all …]
/linux/drivers/net/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
25 # All the following symbols are dependent on NETDEVICES - do not repeat
29 config MII
32 config NET_CORE
41 config BONDING
60 config DUMMY
63 This is essentially a bit-bucket device (i.e. traffic you send to
75 config WIREGUARD
94 config WIREGUARD_DEBUG
105 config OVPN
[all …]
/linux/arch/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
12 config ARCH_CONFIGURES_CPU_MITIGATIONS
16 config CPU_MITIGATIONS
22 # IOMMUs not handled by dma-iommu. Drivers must never select this symbol.
24 config ARCH_HAS_DMA_OPS
29 menu "General architecture-dependent options"
31 config ARCH_HAS_SUBPAGE_FAULTS
34 Select if the architecture can check permissions at sub-page
38 config HOTPLUG_SMT
41 config SMT_NUM_THREADS_DYNAMIC
[all …]
/linux/arch/arm64/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 config ARM64
287 ARM 64-bit (AArch64) Linux support.
289 config RUSTC_SUPPORTS_ARM64
295 # required due to use of the -Zfixed-x18 flag.
298 # -Zsanitizer=shadow-call-stack flag.
301 config CLANG_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
306 config GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
308 depends on $(cc-option,-fpatchable-function-entry=2)
310 config 64BIT
[all …]
/linux/init/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 config CC_VERSION_TEXT
8 - Re-run Kconfig when the compiler is updated
10 CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd.
13 - Ensure full rebuild when the compiler is updated
14 include/linux/compiler-version.h contains this option in the comment
15 line so fixdep adds include/config/CC_VERSION_TEXT into the
16 auto-generated dependency. When the compiler is updated, syncconfig
19 config CC_IS_GCC
20 def_bool $(success,test "$(cc-name)" = GCC)
[all …]
/linux/drivers/rpmsg/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 config RPMSG
9 config RPMSG_CHAR
15 in /dev. They make it possible for user-space programs to send and
18 config RPMSG_CTRL
23 allows user-space programs to create endpoints with specific service name,
26 config RPMSG_NS
34 config RPMSG_MTK_SCP
43 config RPMSG_QCOM_GLINK
47 config RPMSG_QCOM_GLINK_RPM
[all …]
/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_pci.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * read/write operation to the PCI config space of CS5536
12 * configure space are defined in cs5536_modulename.c respectively,
14 * after this virtulizing, user can access the PCI configure space
15 * directly as a normal multi-function PCI device which follows
16 * the PCI-2.2 spec.
24 CS5536_FUNC_START = -1,
53 * write to PCI config space and transfer it to MSR write.
67 * read PCI config space and transfer it to MSR access.
/linux/drivers/usb/core/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
5 config USB_ANNOUNCE_NEW_DEVICES
20 config USB_DEFAULT_PERSIST
30 Documentation/driver-api/usb/persist.rst for more info.
35 config USB_FEW_INIT_RETRIES
45 Say N here unless you require new-device enumeration failure to
49 config USB_DYNAMIC_MINORS
59 config USB_OTG
64 "Dual-Role" device, which can act as either a device
69 Select this only if your board has Mini-AB/Micro-AB
[all …]
/linux/fs/nfsd/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 config NFSD
22 You may choose to use a user-space NFS server instead, in which
26 user space programs which can be found in the Linux nfs-utils
27 package, available from http://linux-nfs.org/. More detail about
38 config NFSD_V2
43 NFSv2 (RFC 1094) was the first publicly-released version of NFS.
49 config NFSD_V2_ACL
53 config NFSD_V3_ACL
70 To store ACLs on your NFS server, you also need to enable ACL-
[all …]
/linux/fs/pstore/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 config PSTORE
16 config PSTORE_DEFAULT_KMSG_BYTES
17 int "Default kernel log storage space" if EXPERT
24 config PSTORE_COMPRESS
37 config PSTORE_CONSOLE
44 config PSTORE_PMSG
45 bool "Log user space messages"
50 interface /dev/pmsg0 to log user space messages. On reboot
51 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
[all …]
/linux/Documentation/devicetree/bindings/pci/
H A Dsnps,dw-pcie.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jingoo Han <jingoohan1@gmail.com>
11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com>
16 # Please create a separate DT-schema for your DWC PCIe Root Port controller
17 # and make sure it's assigned with the vendor-specific compatible string.
21 const: snps,dw-pcie
23 - compatible
[all …]
/linux/Documentation/admin-guide/gpio/
H A Dgpio-sim.rst1 .. SPDX-License-Identifier: GPL-2.0-or-later
6 The configfs GPIO Simulator (gpio-sim) provides a way to create simulated GPIO
12 ------------------------
14 The gpio-sim module registers a configfs subsystem called ``'gpio-sim'``. For
21 **Group:** ``/config/gpio-sim``
23 This is the top directory of the gpio-sim configfs tree.
25 **Group:** ``/config/gpio-sim/gpio-device``
27 **Attribute:** ``/config/gpio-sim/gpio-device/dev_name``
29 **Attribute:** ``/config/gpio-sim/gpio-device/live``
32 attribute is read-only and allows the user-space to read the platform device
[all …]

12345678910>>...43