Searched refs:modules (Results 1 – 25 of 615) sorted by relevance
12345678910>>...25
/linux-6.1.9/drivers/gpu/drm/amd/display/ |
D | Makefile | 32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet 36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power 40 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp 46 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src 49 DAL_LIBS += modules/hdcp
|
/linux-6.1.9/kernel/module/ |
D | Kconfig | 4 modules 6 Kernel modules are small pieces of compiled code which can 10 many parts of the kernel can be built as modules (by 17 modules_install" to put the modules under /lib/modules/ 29 Allow loading of modules without version information (ie. modprobe 37 modules (note that some modules may not be unloadable 58 list of linked (or loaded) modules e.g. on detection of a bad 65 Usually, you have to use modules compiled with your kernel. 66 Saying Y here makes it sometimes possible to use modules 68 to the modules to (hopefully) spot any changes which would [all …]
|
/linux-6.1.9/Documentation/admin-guide/ |
D | module-signing.rst | 10 .. - Manually signing modules. 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 13 .. - Non-valid signatures and unsigned modules. 21 The kernel module signing facility cryptographically signs modules during 23 allows increased kernel security by disallowing the loading of unsigned modules 24 or modules signed with an invalid key. Module signing increases security by 49 (1) :menuselection:`Require modules to be validly signed` 55 If this is off (ie. "permissive"), then modules for which the key is not 56 available and modules that are unsigned are permitted, but the kernel will [all …]
|
/linux-6.1.9/scripts/ |
D | Makefile.vmlinux_o | 4 __default: vmlinux.o modules.builtin.modinfo modules.builtin 70 targets += modules.builtin.modinfo 71 modules.builtin.modinfo: vmlinux.o FORCE 85 targets += modules.builtin 86 modules.builtin: modules.builtin.modinfo FORCE
|
D | Makefile.modfinal | 16 modules := $(sort $(shell cat $(MODORDER))) 18 __modfinal: $(modules) 60 $(modules): %.ko: %.o %.mod.o scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODULES),$(KBUILD_BU… 66 targets += $(modules) $(modules:.ko=.mod.o)
|
D | Makefile.modinst | 12 modules := $(sort $(shell cat $(MODORDER))) 29 modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules)) 31 __modinst: $(modules)
|
D | Makefile.build | 77 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m))) 89 targets-for-modules := $(foreach x, o mod $(if $(CONFIG_TRIM_UNUSED_KSYMS), usyms), \ 93 targets-for-modules += $(obj)/modules.order 96 targets += $(targets-for-builtin) $(targets-for-modules) 411 $(subdir-modorder): $(obj)/%/modules.order: $(obj)/% ; 436 $(if $(filter %/modules.order, $m), cat $m, echo $(patsubst %.o,%.ko,$m));) :; } \ 439 $(obj)/modules.order: $(obj-m) FORCE 482 $(if $(KBUILD_MODULES), $(targets-for-modules)) \ 502 need-modorder=$(if $(filter $@/modules.order, $(subdir-modorder)),1) \
|
/linux-6.1.9/Documentation/kbuild/ |
D | kbuild.rst | 9 modules.order 11 This file records the order in which modules appear in Makefiles. This 13 multiple modules. 15 modules.builtin 17 This file lists all modules that are built into the kernel. This is used 20 modules.builtin.modinfo 22 This file contains modinfo from all modules that are built into the kernel. 37 Additional options to the assembler (for built-in and modules). 41 Additional assembler options for modules. 49 Additional options to the C compiler (for built-in and modules). [all …]
|
D | modules.rst | 28 --- 6.1 Symbols From the Kernel (vmlinux + modules) 41 to pick up the right flags to "gcc." Functionality for building modules 43 either is similar, and all modules are initially developed and built 47 in building out-of-tree (or "external") modules. The author of an 57 To build external modules, you must have a prebuilt kernel available 59 Also, the kernel must have been built with modules enabled. If you are 66 building external modules. 84 $ make -C /lib/modules/`uname -r`/build M=$PWD 89 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install 124 modules [all …]
|
/linux-6.1.9/samples/ |
D | Kconfig | 14 tristate "Build trace_events examples -- loadable modules only" 20 tristate "Build custom trace event example -- loadable modules only" 60 different kobject sample modules showing how to use kobjects, 66 tristate "Build kprobes examples -- loadable modules only" 69 This build several kprobes example modules. 72 tristate "Build kretprobes example -- loadable modules only" 80 This builds kernel hardware breakpoint example modules. 83 tristate "Build fprobe examples -- loadable modules only" 90 tristate "Build kfifo examples -- loadable modules only" 94 different kfifo sample modules showing how to use the [all …]
|
/linux-6.1.9/scripts/package/ |
D | mkspec | 74 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel 78 $S$M This package provides kernel headers and makefiles sufficient to build modules 100 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/build 101 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/source 104 $S$M cd %{buildroot}/lib/modules/$KERNELRELEASE 134 $M /lib/modules/$KERNELRELEASE 135 $M %exclude /lib/modules/$KERNELRELEASE/build 136 $M %exclude /lib/modules/$KERNELRELEASE/source 146 $S$M /lib/modules/$KERNELRELEASE/build 147 $S$M /lib/modules/$KERNELRELEASE/source
|
D | builddeb | 90 mkdir -p $pdir/lib/modules/$version/ 91 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build 168 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do 169 module=lib/modules/$module 227 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 228 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 231 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 233 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
|
/linux-6.1.9/Documentation/admin-guide/LSM/ |
D | index.rst | 8 loadable kernel modules. Instead, they are selectable at build-time via 20 The Linux capabilities modules will always be included. This may be 21 followed by any number of "minor" modules and at most one "major" module. 25 A list of the active security modules can be found by reading 29 be first, followed by any "minor" modules (e.g. Yama) and then 32 Process attributes associated with "major" security modules should 37 in ``/proc/.../attr`` remain as legacy interfaces for modules that provide
|
/linux-6.1.9/tools/testing/crypto/chacha20-s390/ |
D | Makefile | 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
/linux-6.1.9/Documentation/i2c/busses/ |
D | i2c-taos-evm.rst | 7 This is a driver for the evaluation modules for TAOS I2C/SMBus chips. 8 The modules include an SMBus master with limited capabilities, which can 9 be controlled over the serial port. Virtually all evaluation modules 38 modules: 48 practice, as these modules are meant for evaluation and testing only.
|
/linux-6.1.9/tools/power/cpupower/debug/kernel/ |
D | Makefile | 4 KDIR := /lib/modules/$(shell uname -r)/build 5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/ 16 - rm -rf Module.symvers modules.order
|
/linux-6.1.9/ |
D | .gitignore | 54 modules.order 60 /modules-only.symvers 69 /modules.builtin 70 /modules.builtin.modinfo 71 /modules.nsdeps
|
/linux-6.1.9/drivers/staging/media/deprecated/vpfe_capture/ |
D | Kconfig | 11 with decoder modules such as TVP5146 over BT656 or 20 be two modules called vpfe_capture.ko and dm644x_ccdc.ko 31 with decoder modules such as TVP5146 over BT656 or 40 be two modules called vpfe_capture.ko and dm355_ccdc.ko 58 be two modules called vpfe_capture.ko and isif.ko
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | imx7ulp-scg-clock.yaml | 7 title: Clock bindings for Freescale i.MX7ULP System Clock Generation (SCG) modules 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 15 modules, and Core Mode Controller (CMC)1 blocks 23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
D | imx7ulp-pcc-clock.yaml | 7 title: Clock bindings for Freescale i.MX7ULP Peripheral Clock Control (PCC) modules 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 15 modules, and Core Mode Controller (CMC)1 blocks 23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
/linux-6.1.9/Documentation/security/ |
D | lsm.rst | 33 framework could then be used by loadable kernel modules to implement any 50 security modules. In particular, the LSM framework is primarily focused 51 on supporting access control modules, although future development is 54 the infrastructure to support security modules. The LSM framework is 63 It also adds functions for registering security modules. 65 of security modules that are active on the system. 69 the framework or by the individual security modules that use it. 87 ``include/linux/shm.h`` as appropriate) to allow the security modules to 95 32-bit integer. The security modules are required to map or otherwise 130 blobs, unlike other modules. The reasons are historical and are
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | sff,sfp.yaml | 16 - sff,sfp # for SFP modules 17 - sff,sff # for soldered down SFF modules 28 allowable by a module in the slot, in milli-Watts. Presently, modules can 36 present for SFF modules 61 present for SFF modules 68 not be present for SFF modules
|
/linux-6.1.9/scripts/gdb/linux/ |
D | modules.py | 24 modules = utils.gdb_eval_or_none("modules") 25 if modules is None: 30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"):
|
/linux-6.1.9/Documentation/ |
D | dontdiff | 181 modules-only.symvers 182 modules.builtin 183 modules.builtin.modinfo 184 modules.nsdeps 185 modules.order
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ |
D | pvrusb2.rst | 63 To build these modules essentially amounts to just running "Make", 115 modules should have any business using this header. All external 130 pvrusb2-i2c-chips-\*.c - These modules implement the glue logic to 131 tie together and configure various I2C modules as they attach to 136 V4L, where we might encounter other possibly "challenging" modules 137 from ivtv or older kernel snapshots (or even the support modules 141 compatible commands to the I2C modules. It is here where state 143 commands that are in turn send to the various I2C modules. 146 compatible commands to the I2C modules. It is here where state 148 commands that are in turn send to the various I2C modules. [all …]
|
12345678910>>...25