/Linux-v4.19/samples/ |
D | Kconfig | 10 tristate "Build trace_events examples -- loadable modules only" 13 This build trace event example modules. 23 tristate "Build kobject examples -- loadable modules only" 27 different kobject sample modules showing how to use kobjects, 33 tristate "Build kprobes examples -- loadable modules only" 36 This build several kprobes example modules. 39 tristate "Build kretprobes example -- loadable modules only" 47 This builds kernel hardware breakpoint example modules. 50 tristate "Build kfifo examples -- loadable modules only" 54 different kfifo sample modules showing how to use the [all …]
|
/Linux-v4.19/scripts/ |
D | Makefile.modpost | 66 modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o))) 69 _modpost: $(if $(KBUILD_MODPOST_NOFINAL), $(modules:.ko:.o),$(modules)) 87 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules 91 __modpost: $(modules:.ko=.o) FORCE 101 $(modules:.ko=.mod.c): __modpost ; 113 $(modules:.ko=.mod.o): %.mod.o: %.mod.c FORCE 116 targets += $(modules:.ko=.mod.o) 128 $(modules): %.ko :%.o %.mod.o FORCE 131 targets += $(modules)
|
D | Makefile.modsign | 12 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o))) 14 PHONY += $(modules) 15 __modsign: $(modules) 27 $(modules):
|
D | Makefile.modinst | 14 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o))) 16 PHONY += $(modules) 17 __modinst: $(modules) 35 $(modules):
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/display/ |
D | Makefile | 31 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 38 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color
|
/Linux-v4.19/scripts/package/ |
D | mkspec | 70 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel 74 $S$M This package provides kernel headers and makefiles sufficient to build modules 98 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/build 99 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/source 102 $S$M cd %{buildroot}/lib/modules/$KERNELRELEASE 132 $M /lib/modules/$KERNELRELEASE 133 $M %exclude /lib/modules/$KERNELRELEASE/build 134 $M %exclude /lib/modules/$KERNELRELEASE/source 144 $S$M /lib/modules/$KERNELRELEASE/build 145 $S$M /lib/modules/$KERNELRELEASE/source
|
D | builddeb | 102 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do 103 module=lib/modules/$module 187 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 188 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 191 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 193 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
|
/Linux-v4.19/Documentation/kbuild/ |
D | modules.txt | 26 --- 6.1 Symbols From the Kernel (vmlinux + modules) 38 to pick up the right flags to "gcc." Functionality for building modules 40 either is similar, and all modules are initially developed and built 44 in building out-of-tree (or "external") modules. The author of an 53 To build external modules, you must have a prebuilt kernel available 55 Also, the kernel must have been built with modules enabled. If you are 62 building external modules. 79 $ make -C /lib/modules/`uname -r`/build M=$PWD 84 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install 117 modules [all …]
|
D | kbuild.txt | 3 modules.order 5 This file records the order in which modules appear in Makefiles. This 7 multiple modules. 9 modules.builtin 11 This file lists all modules that are built into the kernel. This is used 25 Additional options to the assembler (for built-in and modules). 38 Additional options to the C compiler (for built-in and modules). 51 Additional options used for $(LD) when linking modules. 83 modules. 153 Specify where to install modules. [all …]
|
D | 00-INDEX | 13 modules.txt 14 - how to build modules and to install them
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | Kconfig | 15 be two modules called vpif.ko and vpif_display.ko 30 be two modules called vpif.ko and vpif_capture.ko 40 with decoder modules such as TVP5146 over BT656 or 46 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko 56 with decoder modules such as TVP5146 over BT656 or 62 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko 76 be three modules called vpfe_capture.ko, vpss.ko and isif.ko 90 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
|
/Linux-v4.19/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 .tmp_versions* Module.symvers modules.order
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-taos-evm | 5 This is a driver for the evaluation modules for TAOS I2C/SMBus chips. 6 The modules include an SMBus master with limited capabilities, which can 7 be controlled over the serial port. Virtually all evaluation modules 36 modules: 46 practice, as these modules are meant for evaluation and testing only.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | sff,sfp.txt | 7 "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-v4.19/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-v4.19/samples/connector/ |
D | Makefile | 14 all: modules 16 modules clean: target
|
/Linux-v4.19/Documentation/isdn/ |
D | README.avmb1 | 41 if you configure as modules load the modules this way: 43 insmod /lib/modules/current/misc/capiutil.o 44 insmod /lib/modules/current/misc/b1.o 45 insmod /lib/modules/current/misc/kernelcapi.o 46 insmod /lib/modules/current/misc/capidrv.o 47 insmod /lib/modules/current/misc/capi.o 50 insmod /lib/modules/current/misc/b1pci.o
|
/Linux-v4.19/Documentation/devicetree/bindings/reset/ |
D | sirf,rstc.txt | 21 Specifying reset lines connected to IP modules 31 For modules whose rest_bit is in SW_RST0, its RESET_INDEX is 0~31. For modules whose
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | pvrusb2.rst | 61 To build these modules essentially amounts to just running "Make", 113 modules should have any business using this header. All external 128 pvrusb2-i2c-chips-\*.c - These modules implement the glue logic to 129 tie together and configure various I2C modules as they attach to 134 V4L, where we might encounter other possibly "challenging" modules 135 from ivtv or older kernel snapshots (or even the support modules 139 compatible commands to the I2C modules. It is here where state 141 commands that are in turn send to the various I2C modules. 144 compatible commands to the I2C modules. It is here where state 146 commands that are in turn send to the various I2C modules. [all …]
|
/Linux-v4.19/lib/ |
D | Kconfig | 78 modules require CRC-CCITT functions, but a module built outside 79 the kernel tree does. Such modules that use library CRC-CCITT 86 modules require CRC16 functions, but a module built outside 87 the kernel tree does. Such modules that use library CRC16 103 modules require CRC ITU-T V.41 functions, but a module built outside 104 the kernel tree does. Such modules that use library CRC ITU-T V.41 113 modules require CRC32/CRC32c functions, but a module built outside 114 the kernel tree does. Such modules that use library CRC32/CRC32c 177 modules require CRC64 functions, but a module built outside 178 the kernel tree does. Such modules that use library CRC64 [all …]
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | technisat.rst | 30 get rid of unnecessary modules and check this one: 32 ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build`` 51 => ``Customise the frontend modules to build`` ``Customise DVB frontends`` => 97 …#) ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build`` => ``Simple tu…
|
/Linux-v4.19/drivers/mfd/ |
D | janz-cmodio.c | 35 static char *modules[CMODIO_MAX_MODULES] = { variable 39 module_param_array(modules, charp, &num_modules, S_IRUGO); 40 MODULE_PARM_DESC(modules, "MODULbus modules attached to the carrier board"); 130 name = modules[i]; in cmodio_probe_submodules()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-debug.c | 35 struct dentry *modules; member 174 d->modules, mconfig, in skl_debug_init_module() 244 d->modules = debugfs_create_dir("modules", d->fs); in skl_debugfs_init() 245 if (IS_ERR(d->modules) || !d->modules) { in skl_debugfs_init()
|
/Linux-v4.19/drivers/soc/versatile/ |
D | Kconfig | 5 bool "SoC bus device for the ARM Integrator platform core modules" 10 core modules providing some sysfs information about the ASIC
|