Home
last modified time | relevance | path

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

12345678910>>...24

/linux/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/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/Documentation/kbuild/
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 …]
A Dkbuild.rst9 modules.order
13 multiple modules.
15 modules.builtin
20 modules.builtin.modinfo
41 Additional assembler options for modules.
62 Additional options used for $(LD) when linking modules.
96 modules.
178 Specify where to install modules.
181 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
239 For modules that use symbols from other modules.
[all …]
/linux/samples/
A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
17 This build trace event example modules.
60 tristate "Build kprobes examples -- loadable modules only"
63 This build several kprobes example modules.
66 tristate "Build kretprobes example -- loadable modules only"
74 This builds kernel hardware breakpoint example modules.
77 tristate "Build kfifo examples -- loadable modules only"
81 different kfifo sample modules showing how to use the
87 tristate "Build kdb command example -- loadable modules only"
94 tristate "Build qmi client sample -- loadable modules only"
[all …]
/linux/scripts/package/
A Dmkspec71 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel
75 $S$M This package provides kernel headers and makefiles sufficient to build modules
99 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/build
100 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/source
103 $S$M cd %{buildroot}/lib/modules/$KERNELRELEASE
133 $M /lib/modules/$KERNELRELEASE
134 $M %exclude /lib/modules/$KERNELRELEASE/build
135 $M %exclude /lib/modules/$KERNELRELEASE/source
145 $S$M /lib/modules/$KERNELRELEASE/build
146 $S$M /lib/modules/$KERNELRELEASE/source
A Dbuilddeb90 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/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/scripts/
A DMakefile.modfinal16 modules := $(sort $(shell cat $(MODORDER)))
18 __modfinal: $(modules)
59 $(modules): %.ko: %$(mod-prelink-ext).o %.mod.o scripts/module.lds $(if $(KBUILD_BUILTIN),vmlinux) …
65 targets += $(modules) $(modules:.ko=.mod.o)
A DMakefile.modinst12 modules := $(sort $(shell cat $(MODORDER)))
26 modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules))
28 __modinst: $(modules)
A DMakefile.build77 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
89 targets-for-modules := $(patsubst %.o, %.mod, $(filter %.o, $(obj-m)))
92 targets-for-modules += $(patsubst %.o, %.lto.o, $(filter %.o, $(obj-m)))
96 targets-for-modules += $(obj)/modules.order
99 targets += $(targets-for-builtin) $(targets-for-modules)
417 $(subdir-modorder): $(obj)/%/modules.order: $(obj)/% ;
452 $(if $(filter %/modules.order, $m), cat $m, echo $(patsubst %.o,%.ko,$m));) :; } \
455 $(obj)/modules.order: $(obj-m) FORCE
538 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
552 need-modorder=$(if $(filter $@/modules.order, $(subdir-modorder)),1)
A DMakefile.modpost68 output-symdump := modules-only.symvers
76 Module.symvers: vmlinux.symvers modules-only.symvers FORCE
121 modules := $(sort $(shell cat $(MODORDER)))
133 $(output-symdump): $(MODORDER) $(input-symdump) $(modules:.ko=$(mod-prelink-ext).o) FORCE
A Dlink-vmlinux.sh338 info MODINFO modules.builtin.modinfo
339 ${OBJCOPY} -j .modinfo -O binary vmlinux.o modules.builtin.modinfo
340 info GEN modules.builtin
342 tr '\0' '\n' < modules.builtin.modinfo | sed -n 's/^[[:alnum:]:_]*\.file=//p' |
343 tr ' ' '\n' | uniq | sed -e 's:^:kernel/:' -e 's/$/.ko/' > modules.builtin
/linux/drivers/media/platform/davinci/
A DKconfig16 be two modules called vpif.ko and vpif_display.ko
31 be two modules called vpif.ko and vpif_capture.ko
41 with decoder modules such as TVP5146 over BT656 or
47 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko
57 with decoder modules such as TVP5146 over BT656 or
63 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko
77 be three modules called vpfe_capture.ko, vpss.ko and isif.ko
91 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
/linux/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/Documentation/devicetree/bindings/net/
A Dsff,sfp.txt7 "sff,sfp" for SFP modules
8 "sff,sff" for soldered down SFF modules
17 not be present for SFF modules
30 Must not be present for SFF modules
34 high Tx rate. Must not be present for SFF modules
38 slot, in milli-Watts. Presently, modules can be up to 1W, 1.5W or 2W.
/linux/
A D.gitignore51 modules.order
57 /modules-only.symvers
66 /modules.builtin
67 /modules.builtin.modinfo
68 /modules.nsdeps
A DMakefile632 __all: modules
642 ifeq ($(MAKECMDGOALS),modules)
1422 all: modules
1437 PHONY += modules
1445 targets += modules.order
1482 @sed 's:^:kernel/:' modules.order > $(MODLIB)/modules.order
1497 modules.builtin modules.builtin.modinfo modules.nsdeps \
1760 modules: modules_check target
1780 modules modules_install: target
1816 MODORDER := .modules.tmp
[all …]
/linux/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/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/Documentation/devicetree/bindings/clock/
A Dimx7ulp-scg-clock.yaml7 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.
A Dimx7ulp-pcc-clock.yaml7 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/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 …]
/linux/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/Documentation/
A Ddontdiff181 modules-only.symvers
182 modules.builtin
183 modules.builtin.modinfo
184 modules.nsdeps
185 modules.order

Completed in 44 milliseconds

12345678910>>...24