Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/linux-6.3-rc2/drivers/gpu/drm/amd/display/
A DMakefile32 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.3-rc2/kernel/module/
A DKconfig4 modules
17 modules_install" to put the modules under /lib/modules/
37 modules (note that some modules may not be unloadable
117 Reject unsigned modules or signed modules for which we don't have a
142 bool "Sign modules with SHA-1"
146 bool "Sign modules with SHA-224"
192 to compress the modules.
199 Do not compress modules. The installed modules are suffixed
205 Compress modules with GZIP. The installed modules are suffixed
211 Compress modules with XZ. The installed modules are suffixed
[all …]
/linux-6.3-rc2/Documentation/admin-guide/
A Dmodule-signing.rst10 .. - Manually signing modules.
11 .. - Signed modules and stripping.
12 .. - Loading signed modules.
13 .. - Non-valid signatures and unsigned modules.
49 (1) :menuselection:`Require modules to be validly signed`
68 (2) :menuselection:`Automatically sign all modules`
81 sign the modules with:
212 Manually signing modules
237 Signed modules and stripping
251 Loading signed modules
[all …]
/linux-6.3-rc2/scripts/
A DMakefile.vmlinux_o4 __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
A DMakefile.modfinal16 modules := $(call read-file, $(MODORDER))
18 __modfinal: $(modules:%.o=%.ko)
66 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o)
A DMakefile.modinst12 modules := $(call read-file, $(MODORDER))
29 modules := $(patsubst $(extmod_prefix)%.o, $(dst)/%.ko$(suffix-y), $(modules))
31 __modinst: $(modules)
A DMakefile.build73 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
85 targets-for-modules := $(foreach x, o mod $(if $(CONFIG_TRIM_UNUSED_KSYMS), usyms), \
89 targets-for-modules += $(obj)/modules.order
92 targets += $(targets-for-builtin) $(targets-for-modules)
226 …2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modname-multi)…
403 $(subdir-modorder): $(obj)/%/modules.order: $(obj)/% ;
428 $(if $(filter %/modules.order, $m), cat $m, echo $m);) :; } \
431 $(obj)/modules.order: $(obj-m) FORCE
476 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
496 need-modorder=$(if $(filter $@/modules.order, $(subdir-modorder)),1) \
/linux-6.3-rc2/Documentation/kbuild/
A Dkbuild.rst9 modules.order
13 multiple modules.
15 modules.builtin
20 modules.builtin.modinfo
41 Additional assembler options for modules.
75 Additional options used for $(LD) when linking modules.
124 modules.
206 Specify where to install modules.
209 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
267 For modules that use symbols from other modules.
[all …]
A Dmodules.rst66 building external modules.
84 $ make -C /lib/modules/`uname -r`/build M=$PWD
124 modules
145 external modules.
205 KDIR ?= /lib/modules/`uname -r`/build
239 KDIR ?= /lib/modules/`uname -r`/build
268 KDIR ?= /lib/modules/`uname -r`/build
416 /lib/modules/$(KERNELRELEASE)/kernel/
418 And external modules are installed in:
420 /lib/modules/$(KERNELRELEASE)/extra/
[all …]
/linux-6.3-rc2/scripts/package/
A Dmkspec79 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel
83 $S$M This package provides kernel headers and makefiles sufficient to build modules
106 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/build
107 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/source
110 $S$M cd %{buildroot}/lib/modules/$KERNELRELEASE
140 $M /lib/modules/$KERNELRELEASE
141 $M %exclude /lib/modules/$KERNELRELEASE/build
142 $M %exclude /lib/modules/$KERNELRELEASE/source
152 $S$M /lib/modules/$KERNELRELEASE/build
153 $S$M /lib/modules/$KERNELRELEASE/source
A Dbuilddeb88 mkdir -p $pdir/lib/modules/$version/
89 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
166 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
167 module=lib/modules/$module
225 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
226 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
229 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
231 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
/linux-6.3-rc2/Documentation/admin-guide/LSM/
A Dindex.rst8 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.3-rc2/samples/
A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
73 tristate "Build kprobes examples -- loadable modules only"
76 This build several kprobes example modules.
79 tristate "Build kretprobes example -- loadable modules only"
87 This builds kernel hardware breakpoint example modules.
90 tristate "Build fprobe examples -- loadable modules only"
97 tristate "Build kfifo examples -- loadable modules only"
101 different kfifo sample modules showing how to use the
107 tristate "Build kdb command example -- loadable modules only"
114 tristate "Build qmi client sample -- loadable modules only"
[all …]
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/
A DMakefile10 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.3-rc2/Documentation/i2c/busses/
A Di2c-taos-evm.rst7 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.3-rc2/tools/power/cpupower/debug/kernel/
A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
16 - rm -rf Module.symvers modules.order
/linux-6.3-rc2/
A D.gitignore58 modules.order
64 /modules-only.symvers
73 /modules.builtin
74 /modules.builtin.modinfo
75 /modules.nsdeps
/linux-6.3-rc2/sound/soc/sof/
A Dipc4-loader.c83 fw_lib->modules = devm_kmalloc_array(sdev->dev, fw_header->num_module_entries, in sof_ipc4_fw_parse_ext_man()
85 if (!fw_lib->modules) in sof_ipc4_fw_parse_ext_man()
90 fw_module = fw_lib->modules; in sof_ipc4_fw_parse_ext_man()
221 fw_lib->modules[i].man4_module_entry.id |= (lib_id << SOF_IPC4_MOD_LIB_ID_SHIFT); in sof_ipc4_load_library_by_uuid()
256 devm_kfree(sdev->dev, fw_lib->modules); in sof_ipc4_load_library_by_uuid()
278 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid()
279 return &fw_lib->modules[i]; in sof_ipc4_find_module_by_uuid()
302 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid()
303 return &fw_lib->modules[i]; in sof_ipc4_find_module_by_uuid()
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dimx7ulp-scg-clock.yaml7 title: Freescale i.MX7ULP System Clock Generation (SCG) modules Clock Controller
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.
A Dimx7ulp-pcc-clock.yaml7 title: Freescale i.MX7ULP Peripheral Clock Control (PCC) modules Clock Controller
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.3-rc2/Documentation/security/
A Dlsm.rst33 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.3-rc2/Documentation/devicetree/bindings/net/
A Dsff,sfp.yaml16 - sff,sfp # for SFP modules
17 - sff,sff # for soldered down SFF modules
29 allowable by a module in the slot, in milli-Watts. Presently, modules can
37 present for SFF modules
62 present for SFF modules
69 not be present for SFF modules
/linux-6.3-rc2/scripts/gdb/linux/
A Dmodules.py24 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.3-rc2/Documentation/
A Ddontdiff180 modules-only.symvers
181 modules.builtin
182 modules.builtin.modinfo
183 modules.nsdeps
184 modules.order
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A Dpvrusb2.rst63 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
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.
154 through here that other V4L modules can reach into this driver to
[all …]

Completed in 28 milliseconds

12345678910>>...25