Searched +full:built +full:- +full:into (Results 1 – 25 of 1049) sorted by relevance
12345678910>>...42
| /kernel/linux/linux-6.6/drivers/base/firmware_loader/builtin/ |
| D | main.c | 1 // SPDX-License-Identifier: GPL-2.0 24 if (size < fw->size) in fw_copy_to_prealloc_buf() 26 memcpy(buf, fw->data, fw->size); in fw_copy_to_prealloc_buf() 31 * firmware_request_builtin() - load builtin firmware 38 * if the firmware was built-in and if so use it right away. This can be used 41 * This looks for the firmware in the built-in kernel. Only if the kernel was 42 * built-in with the firmware you are looking for will this return successfully. 55 if (strcmp(name, b_fw->name) == 0) { in firmware_request_builtin() 56 fw->size = b_fw->size; in firmware_request_builtin() 57 fw->data = b_fw->data; in firmware_request_builtin() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/netlogic/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 6 bool "Built-in device tree for XLP EVP boards" 10 Add an FDT blob for XLP EVP boards into the kernel. 16 bool "Built-in device tree for XLP SVP boards" 20 Add an FDT blob for XLP VP boards into the kernel. 26 bool "Built-in device tree for XLP FVP boards" 30 Add an FDT blob for XLP FVP board into the kernel. 36 bool "Built-in device tree for XLP GVP boards" 40 Add an FDT blob for XLP GVP board into the kernel. 46 bool "Built-in device tree for XLP RVP boards" [all …]
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 video console for blind people. If built in to the 12 point your browser at <http://www.linux-speakup.org/>. 24 Speakup can either be built in or compiled as a module 28 the synthesizer drivers below can only be built as 36 The Dectalk pc driver can only be built as a module, and 37 requires software to be pre-loaded on to the card before 54 synthesizer. You can say y to build it into the kernel, 63 synthesizer. You can say y to build it into the kernel, 71 synthesizer. You can say y to build it into the kernel, [all …]
|
| /kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 video console for blind people. If built in to the 12 point your browser at <http://www.linux-speakup.org/>. 24 Speakup can either be built in or compiled as a module 28 the synthesizer drivers below can only be built as 36 The Dectalk pc driver can only be built as a module, and 37 requires software to be pre-loaded on to the card before 55 synthesizer. You can say y to build it into the kernel, 64 synthesizer. You can say y to build it into the kernel, 72 synthesizer. You can say y to build it into the kernel, [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/firmware/ |
| D | built-in-fw.rst | 2 Built-in firmware 5 Firmware can be built-in to the kernel, this means building the firmware 6 into vmlinux directly, to enable avoiding having to look for firmware from 8 directly. You can enable built-in firmware using the kernel configuration 15 into the kernel with CONFIG_EXTRA_FIRMWARE: 19 want to stuff the firmware into the boot initramfs. 22 able to make use of built-in firmware: 24 * Legalese - firmware is non-GPL compatible 28 * Some firmware files may be really large in size. The remote-proc subsystem
|
| /kernel/linux/linux-6.6/Documentation/driver-api/firmware/ |
| D | built-in-fw.rst | 2 Built-in firmware 5 Firmware can be built-in to the kernel, this means building the firmware 6 into vmlinux directly, to enable avoiding having to look for firmware from 8 directly. You can enable built-in firmware using the kernel configuration 15 into the kernel with CONFIG_EXTRA_FIRMWARE: 19 want to stuff the firmware into the boot initramfs. 22 able to make use of built-in firmware: 24 * Legalese - firmware is non-GPL compatible 28 * Some firmware files may be really large in size. The remote-proc subsystem
|
| /kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 11 will first look for built-in firmware, if it has any. Next, it will 24 You typically want this built-in (=y) but you can also enable this 25 as a module, in which case the firmware_class module will be built. 26 You also want to be sure to enable this built-in if you are going to 27 enable built-in firmware (CONFIG_EXTRA_FIRMWARE). 49 string "Build named firmware blobs into the kernel binary" 53 /lib/firmware/ paths. This option enables you to build into the 54 kernel firmware files. Built-in firmware searches are preceded 62 This option is a string and takes the (space-separated) names of the [all …]
|
| /kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 will first look for built-in firmware, if it has any. Next, it will 22 You typically want this built-in (=y) but you can also enable this 23 as a module, in which case the firmware_class module will be built. 24 You also want to be sure to enable this built-in if you are going to 25 enable built-in firmware (CONFIG_EXTRA_FIRMWARE). 33 string "Build named firmware blobs into the kernel binary" 37 /lib/firmware/ paths. This option enables you to build into the 38 kernel firmware files. Built-in firmware searches are preceded 46 This option is a string and takes the (space-separated) names of the [all …]
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # RCU-related debugging configuration options 19 false-positive splats, we keep it default disabled but once all 37 tests on the RCU infrastructure. The kernel module may be built 40 Say Y here if you want RCU performance tests to be built into 56 on the RCU infrastructure. The kernel module may be built 59 Say Y here if you want RCU torture tests to be built into 65 tristate "Scalability tests for read-side synchronization (RCU and others)" 75 useful comparing RCU with various read-side synchronization mechanisms. 76 The kernel module may be built after the fact on the running kernel to be [all …]
|
| /kernel/linux/linux-6.6/kernel/rcu/ |
| D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # RCU-related debugging configuration options 19 false-positive splats, we keep it default disabled but once all 33 tests on the RCU infrastructure. The kernel module may be built 36 Say Y here if you want RCU performance tests to be built into 48 on the RCU infrastructure. The kernel module may be built 51 Say Y here if you want RCU torture tests to be built into 57 tristate "Scalability tests for read-side synchronization (RCU and others)" 63 useful comparing RCU with various read-side synchronization mechanisms. 64 The kernel module may be built after the fact on the running kernel to be [all …]
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 on-line as fast as possible after a lock-up. There's both a watchdog 21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source. 51 bool "Update boot-enabled watchdog until userspace takes over" 106 event put the kernel into panic. 195 This driver can also be built as a module. If so, the module 205 This driver can be built as a module. The module name is da9063_wdt. 215 This driver can be built as a module. The module name is da9062_wdt. 218 tristate "Watchdog device controlled through GPIO-line" 223 controlled through GPIO-line. [all …]
|
| /kernel/linux/linux-6.6/Documentation/kbuild/ |
| D | makefiles.rst | 23 It builds these goals by recursively descending into the subdirectories of 29 architecture-specific information to the top Makefile. 34 any built-in or modular targets. 80 ---------------- 83 These lines define the files to be built, any special compilation 90 obj-y += foo.o 93 foo.o. foo.o will be built from foo.c or foo.S. 95 If foo.o shall be built as a module, the variable obj-m is used. 100 obj-$(CONFIG_FOO) += foo.o 102 $(CONFIG_FOO) evaluates to either y (for built-in) or m (for module). [all …]
|
| D | kbuild.rst | 10 ------------- 16 --------------- 17 This file lists all modules that are built into the kernel. This is used 21 ----------------------- 22 This file contains modinfo from all modules that are built into the kernel. 30 --------- 36 ------- 37 Additional options to the assembler (for built-in and modules). 40 ------------- 44 ------------- [all …]
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | makefiles.rst | 12 --- 3.1 Goal definitions 13 --- 3.2 Built-in object goals - obj-y 14 --- 3.3 Loadable module goals - obj-m 15 --- 3.4 Objects which export symbols 16 --- 3.5 Library file goals - lib-y 17 --- 3.6 Descending down in directories 18 --- 3.7 Compilation flags 19 --- 3.8 <deleted> 20 --- 3.9 Dependency tracking 21 --- 3.10 Special Rules [all …]
|
| D | kbuild.rst | 10 ------------- 16 --------------- 17 This file lists all modules that are built into the kernel. This is used 21 ----------------------- 22 This file contains modinfo from all modules that are built into the kernel. 30 --------- 36 ------- 37 Additional options to the assembler (for built-in and modules). 40 ------------- 44 ------------- [all …]
|
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 on-line as fast as possible after a lock-up. There's both a watchdog 21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source. 51 bool "Update boot-enabled watchdog until userspace takes over" 77 bool "Enable watchdog hrtimer-based pretimeouts" 114 event put the kernel into panic. 204 This driver can also be built as a module. If so, the module 215 This driver can be built as a module. The module name is da9063_wdt. 225 This driver can be built as a module. The module name is da9062_wdt. 228 tristate "Watchdog device controlled through GPIO-line" [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/stable/ |
| D | sysfs-module | 8 dynamic module. If it is built directly into the kernel, it 12 Note: The conditions of creation in the built-in case are not 32 Note: If the module is built into the kernel, or if the
|
| /kernel/linux/linux-6.6/drivers/nvmem/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 22 read/write directly into nvmem. 37 calibration data required for the PCIe or the USB-C PHY. 39 This driver can also be built as a module. If so, the module will 40 be called nvmem-apple-efuses. 43 tristate "Broadcom On-Chip OTP Controller support" 51 This driver can also be built as a module. If so, the module 52 will be called nvmem-bcm-ocotp. 71 This driver can also be built as a module. If so, the module 72 will be called nvmem-imx-iim. [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/stable/ |
| D | sysfs-module | 7 dynamic module. If it is built directly into the kernel, it 11 Note: The conditions of creation in the built-in case are not 33 Note: If the module is built into the kernel, or if the
|
| /kernel/linux/linux-6.6/certs/ |
| D | system_keyring.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 16 #include <keys/asymmetric-type.h> 36 * restrict_link_by_builtin_trusted - Restrict keyring addition by built-in CA 42 * Restrict the addition of keys into a keyring based on the key-to-be-added 43 * being vouched for by a key in the built in system keyring. 55 * restrict_link_by_digsig_builtin - Restrict digitalSignature key additions by the built-in keyring 61 * Restrict the addition of keys into a keyring based on the key-to-be-added 62 * being vouched for by a key in the built in system keyring. The new key 76 * restrict_link_by_builtin_and_secondary_trusted - Restrict keyring 77 * addition by both built-in and secondary keyrings. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 34 rather than built-in (Y). This driver requires firmware at device 35 initialization time, and when built-in this typically happens 38 this driver into your kernel image, you can avoid this problem by 46 With this feature compiled into the driver, you can switch to 96 rather than built-in (Y). This driver requires firmware at device 97 initialization time, and when built-in this typically happens 100 this driver into your kernel image, you can avoid this problem by 108 With this feature compiled into the driver, you can switch to 132 % tethereal -i rtap0
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 34 rather than built-in (Y). This driver requires firmware at device 35 initialization time, and when built-in this typically happens 38 this driver into your kernel image, you can avoid this problem by 46 With this feature compiled into the driver, you can switch to 96 rather than built-in (Y). This driver requires firmware at device 97 initialization time, and when built-in this typically happens 100 this driver into your kernel image, you can avoid this problem by 108 With this feature compiled into the driver, you can switch to 132 % tethereal -i rtap0
|
| /kernel/linux/linux-6.6/Documentation/dev-tools/kunit/ |
| D | run_manual.rst | 1 .. SPDX-License-Identifier: GPL-2.0 20 - We have an existing kernel configuration to test. 21 - Need to run on real hardware (or using an emulator/VM kunit_tool 23 - Wish to integrate with some existing testing systems. 26 tests can also be built by enabling their config options in our 28 ending in ``_KUNIT_TEST``. Most tests can either be built as a module, 29 or be built into the kernel. 38 Once we have built our kernel (and/or modules), it is simple to run 39 the tests. If the tests are built-in, they will run automatically on the 43 If the tests are built as modules, they will run when the module is [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | apple-gmux.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * apple-gmux.h - microcontroller built into dual GPU MacBook Pro & Mac Pro 17 * apple_gmux_present() - detect if gmux is built into the machine
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | scsi.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . The LDP has single 12 http://web.archive.org/web/%2E/http://www.torque.net/scsi/SCSI-2.4-HOWTO 20 The scsi-core (also known as the "mid level") contains the core of scsi 22 The scsi core support can be a module (scsi_mod.o), or it can be built into 42 Adaptec. Almost all lower level drivers can be built either as modules or 43 built into the kernel.
|
12345678910>>...42