Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 200 of 450) sorted by relevance

123

/linux-4.4.14/samples/
DKconfig9 tristate "Build trace_events examples -- loadable modules only"
12 This build trace event example modules.
15 tristate "Build kobject examples -- loadable modules only"
19 different kobject sample modules showing how to use kobjects,
25 tristate "Build kprobes examples -- loadable modules only"
28 This build several kprobes example modules.
31 tristate "Build kretprobes example -- loadable modules only"
39 This builds kernel hardware breakpoint example modules.
42 tristate "Build kfifo examples -- loadable modules only"
46 different kfifo sample modules showing how to use the
[all …]
/linux-4.4.14/scripts/
DMakefile.modpost65 modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o)))
68 _modpost: $(if $(KBUILD_MODPOST_NOFINAL), $(modules:.ko:.o),$(modules))
86 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules
90 __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)
124 $(modules): %.ko :%.o %.mod.o FORCE
127 targets += $(modules)
DMakefile.modsign11 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
13 PHONY += $(modules)
14 __modsign: $(modules)
26 $(modules):
DMakefile.modinst13 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
15 PHONY += $(modules)
16 __modinst: $(modules)
34 $(modules):
Dver_linux181 test -e /proc/modules &&
182 sort /proc/modules |
DMakefile.modbuiltin34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym))
36 modbuiltin-target := $(obj)/modules.builtin
DMakefile.build90 modorder-target := $(obj)/modules.order
349 $(if $(filter %/modules.order, $m), \
/linux-4.4.14/Documentation/
Dmodule-signing.txt11 - Manually signing modules.
12 - Signed modules and stripping.
13 - Loading signed modules.
14 - Non-valid signatures and unsigned modules.
22 The kernel module signing facility cryptographically signs modules during
24 allows increased kernel security by disallowing the loading of unsigned modules
25 or modules signed with an invalid key. Module signing increases security by
49 (1) "Require modules to be validly signed" (CONFIG_MODULE_SIG_FORCE)
54 If this is off (ie. "permissive"), then modules for which the key is not
55 available and modules that are unsigned are permitted, but the kernel will
[all …]
Dgdb-kernel-debugging.txt1 Debugging kernel and modules via gdb
5 interfaces allow to debug the Linux kernel and its modules during runtime
36 you do not depend on modules. See QEMU documentation for more details on
66 scanning for modules in /home/user/linux/build
156 lx-lsmod -- List currently loaded modules
157 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
Dbad_memory.txt10 1) Reinsert/swap the memory modules
12 2) Buy new modules (best!) or try to exchange the memory
Doops-tracing.txt165 Dynamic address translation is important when kernel loadable modules
166 are being used. Since memory for kernel modules is allocated from the
171 which modules are loaded and their location in memory. Using these
188 modules-2.0.0 package to automatically signal klogd whenever a module
191 kernel loadable modules.
229 1: 'G' if all modules loaded have a GPL or compatible license, 'P' if
235 modules were loaded normally.
243 modules were unloaded normally.
Ddontdiff180 modules.builtin
181 modules.order
Ddebugging-modules.txt4 In almost all distributions, the kernel asks for modules which don't
DChanges75 You will need perl 5 and the following modules: Getopt::Long, Getopt::Std,
144 These changes to the /lib/modules file tree layout also require that
184 PCMCIA sockets at system startup and loads the appropriate modules
235 kernel series (iptables). It still includes backwards-compatibility modules
328 o <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/>
Dkernel-docs.txt68 Keywords: device drivers, modules, debugging, memory, hardware,
128 Keywords: device driver, module, loading/unloading modules,
134 loadable modules. This installment presents an introduction to the
166 writing character device drivers as loadable kernel modules. This
284 Keywords: modules, GPL book, /proc, ioctls, system calls,
286 Description: Very nice 92 pages GPL book on the topic of modules
305 Keywords: HOWTO, kernel contexts, deadlock, locking, modules,
461 modules, /proc, sk_buff, FIB, tags.
474 Keywords: data-acquisition boards, drivers, modules, interrupts,
517 write kernel modules based virus... and solutions for admins to
Dedac.txt74 Controller (MC) driver modules. On a given system, the CORE is loaded
77 release level of their respective modules.
87 is necessary. If 'edac' was built as modules then simply modprobe
89 hardware-specific modules and have the dependencies load the necessary
90 core modules.
116 Each 'mc' device controls a set of DIMM memory modules. These modules
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt3 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.
66 modules.
135 Specify where to install modules.
[all …]
Dmodules.txt26 --- 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 …]
D00-INDEX13 modules.txt
14 - how to build modules and to install them
Dmakefiles.txt70 (the resident kernel image) and modules (any module files).
178 kernel modules.
229 modules exporting symbols.
233 Objects listed with obj-* are used for modules, or
849 LDFLAGS_MODULE Options for $(LD) when linking modules
852 linking the .ko files used for modules.
927 KBUILD_AFLAGS_MODULE Options for $(AS) when building modules
938 KBUILD_CFLAGS_MODULE Options for $(CC) when building modules
944 KBUILD_LDFLAGS_MODULE Options for $(LD) when linking modules
947 used when linking modules. This is often a linker script.
[all …]
/linux-4.4.14/drivers/media/platform/davinci/
DKconfig15 be two modules called vpif.ko and vpif_display.ko
29 be two modules called vpif.ko and vpif_capture.ko
39 with decoder modules such as TVP5146 over BT656 or
45 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko
55 with decoder modules such as TVP5146 over BT656 or
61 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko
74 be three modules called vpfe_capture.ko, vpss.ko and isif.ko
87 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
/linux-4.4.14/Documentation/sound/oss/
DIntroduction9 support modules sound.o and soundcore.o.
57 To support all the various sound modules, there are two general
58 support modules that must be loaded first:
64 sound.o: Common sound functions required by all modules.
66 For the specific sound modules (e.g., sb.o for the Soundblaster),
101 sound modules. If this conflicts with the kernel's README,
104 1. To make the kernel sound modules, cd to your /usr/src/linux
114 Blaster, etc., select M (module) for OSS sound modules.
119 6. Make the modules and install them (make modules; make modules_install).
122 installed or modules will not be loaded properly. 2.5.x requires an
[all …]
DREADME.modules24 Once you are configured, make zlilo, modules, modules_install; reboot.
27 modules in the usual way.
53 /lib/modules/<kernel-version>/misc. Mine looks like:
62 default if you were making the driver wired, not as modules. You can
68 needs to pass the modules the necessary parameters as arguments, either
78 The sound modules normally allocate DMA buffers during open() and
86 the sound modules right after the kernel boots, either manually or by an
100 the sound modules loaded and the DMA buffers allocated when they are not
DALS13 modules in the sound configuration section of the kernel config:
20 be required to configure the card before the sound modules are loaded.
33 of the card's resources should be passed to the kernel modules ("sb", "opl3"
DAudioExcelDSP1651 ad1848 are the corresponding options for the MSS and OPL3 modules.
60 Then you must load the sound modules stack in this order:
63 With the above configuration, loading ad1848 or opl3 modules, will
Doss-parameters.txt9 module. Loadable modules, after being loaded into the running kernel, also
DPAS1679 OSS sound modules
96 "OSS sound modules", above. If you said M to "OSS sound modules"
DESS186843 the sound modules with the proper I/O information. Here is my setup:
DSoundPro79 Lastly, if you're using modules and want to set up automatic module
81 currently use in my conf.modules file:
DPSS-updates76 # Should be specified in an rc file (ex. Slackware uses /etc/rc.d/rc.modules).
83 # Should be specified in an rc file (ex. Slackware uses /etc/rc.d/rc.modules).
DVIBRA1658 So, after a good kernel modules compilation and a 'depmod -a kernel_ver'
/linux-4.4.14/drivers/staging/iio/magnetometer/
DKconfig20 This driver can also be compiled as a set of modules.
21 If so, these modules will be created:
34 This driver can also be compiled as a set of modules.
35 If so, these modules will be created:
/linux-4.4.14/tools/power/cpupower/debug/kernel/
DMakefile3 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-4.4.14/Documentation/i2c/busses/
Di2c-taos-evm5 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-4.4.14/Documentation/connector/
DMakefile13 all: modules
15 modules clean: target
/linux-4.4.14/scripts/gdb/linux/
Dmodules.py25 modules = gdb.parse_and_eval("modules")
26 entry = modules['next']
27 end_of_list = modules.address
Dsymbols.py18 from linux import modules
146 module_list = modules.module_list()
/linux-4.4.14/Documentation/isdn/
DREADME.avmb141 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
DREADME.diversion98 After having properly activated a make modules and make modules_install all
99 required modules will be correctly installed in the needed modules dirs.
105 "cat /proc/modules" or "ls /proc/net/isdn/divert". The divert file is
DREADME.hysdn47 support for loadable modules and the process filesystem have been enabled.
75 capidrv.o after all modules using this driver (i.e. after hysdn and
76 any avm-specific modules).
DREADME.sc103 - The latest modules package (modules-2.0.0.tar.gz) from
104 ftp://sunsite.unc.edu/pub/Linux/kernel/modules-2.0.0.tar.gz
144 edit the file "/etc/modules/'uname -f'/'uname -v'" and insert the driver name
DREADME.syncppp32 the ipppd once after installing the modules. The ipppd
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dsirf,rstc.txt21 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
Dfsl,imx-src.txt24 Specifying reset lines connected to IP modules
28 IPU, and OpenVG IP modules on i.MX5 and i.MX6 ICs. Those device
/linux-4.4.14/Documentation/video4linux/
DREADME.pvrusb268 To build these modules essentially amounts to just running "Make",
120 modules should have any business using this header. All external
135 pvrusb2-i2c-chips-*.c - These modules implement the glue logic to
136 tie together and configure various I2C modules as they attach to
141 V4L, where we might encounter other possibly "challenging" modules
142 from ivtv or older kernel snapshots (or even the support 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.
151 compatible commands to the I2C modules. It is here where state
153 commands that are in turn send to the various I2C modules.
[all …]
DREADME.cpia212 The driver is implemented as two kernel modules. The cpia2 module
30 2. Making and installing the stv672 driver modules:
41 As root, do a make install. This will compile and install the modules
67 If you are using modules, edit /etc/modules.conf and add an options
DREADME.ir23 modules work on 2.6.x kernels only through ...
29 The modules register the remote as keyboard within the linux input
Domap3isp.txt126 AF and histogram modules cannot be used without configuring them using the
215 Those IOCTLs are used to configure the modules. They require user applications
223 The modules handle their buffers internally. The necessary buffer size for the
Dfimc.txt147 two modules are created (in addition to the core v4l2 modules): s5p-fimc.ko and
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt15 - renesas,#rpf: Number of Read Pixel Formatter (RPF) modules in the VSP1.
16 - renesas,#uds: Number of Up Down Scaler (UDS) modules in the VSP1.
17 - renesas,#wpf: Number of Write Pixel Formatter (WPF) modules in the VSP1.
Dti-am437x-vpfe.txt6 processing capability to connect RAW image-sensor modules and video decoders
/linux-4.4.14/scripts/package/
Dbuilddeb167 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
168 module=lib/modules/$module
345 This is useful for people who need to build external modules
386 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
387 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
390 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
392 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
402 all the necessary debug symbols for the kernel and its modules.
/linux-4.4.14/net/irda/ircomm/
DKconfig6 To compile it as modules, choose M here: the modules will be
/linux-4.4.14/Documentation/dvb/
Dtechnisat.txt21 get rid of unnecessary modules and check this one:
22 "Multimedia support" => "Customise analog and hybrid tuner modules to build"
38 => "Customise the frontend modules to build" "Customise DVB frontends" =>
75 b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build"
Dbt8xx.txt20 First please remove the static dependency of DVB card drivers on all frontend modules for all possi…
22 => "DVB for Linux" "DVB Core Support" "Load and attach frontend modules as needed"
26 …=> "DVB for Linux" "DVB Core Support" "Customise DVB Frontends" => "Customise the frontend modules
32 Regular case: If the bttv driver detects a bt8xx-based DVB card, all frontend and backend modules w…
Dci.txt48 * CI modules that are supported
51 Some cards do support almost all of the available CI modules. There is
52 nothing much that can be done in order to make additional CI modules
Davermedia.txt99 of modules from the DVB driver set. Prior to this it will have
136 To power up the card, load the following modules in the
140 * modprobe dvb-bt8xx (or place dvb-bt8xx in /etc/modules)
142 Insertion of these modules into the running kernel will
Dfaq.txt130 7. What the hell are all those modules that need to be loaded?
133 modules are loaded:
/linux-4.4.14/drivers/mfd/
Djanz-cmodio.c35 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-4.4.14/
DMakefile196 _all: modules
319 ifeq ($(MAKECMDGOALS),modules)
327 ifneq ($(filter all _all modules,$(MAKECMDGOALS)),)
824 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1091 all: modules
1099 PHONY += modules
1100 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin target
1101 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
1106 modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
1107 $(Q)$(AWK) '!x[$$0]++' $^ > $(objtree)/modules.builtin
[all …]
D.gitignore36 modules.builtin
DREADME206 loaded modules (lsmod). Disables any module
207 option that is not needed for the loaded modules.
263 - If you configured any of the parts of the kernel as `modules', you
282 backup of the modules corresponding to that kernel, as well. If you
284 working kernel, make a backup of your modules directory before you
/linux-4.4.14/drivers/soc/versatile/
DKconfig5 bool "SoC bus device for the ARM Integrator platform core modules"
10 core modules providing some sysfs information about the ASIC
/linux-4.4.14/drivers/ipack/
DKconfig11 PCI) to an IndustryPack bus, and IndustryPack modules, that are
12 hosted on these buses. While IndustryPack modules can provide a
/linux-4.4.14/drivers/gpu/host1x/
DKconfig8 Tegra's graphics- and multimedia-related modules. The modules served
/linux-4.4.14/Documentation/scsi/
Dscsi.txt10 Notes on using modules in the SCSI subsystem
20 loaded, and if you unload the modules, it will have to be the last one
22 will enforce the correct ordering of loading and unloading modules in
38 Adaptec. Almost all lower level drivers can be built either as modules or
Ddtc3x80.txt33 The interrupt support routines in the NCR3280.c core modules handle
/linux-4.4.14/scripts/kconfig/
Dstreamline_config.pl351 my %modules;
388 $modules{$1} = 1;
397 foreach my $module (keys(%modules)) {
633 foreach my $module (keys(%modules)) {
Dzconf.gperf45 modules, T_OPT_MODULES, TF_OPTION
Dzconf.hash.c_shipped109 char kconf_id_strings_str27[sizeof("modules")];
146 "modules",
/linux-4.4.14/lib/
DKconfig66 modules require CRC-CCITT functions, but a module built outside
67 the kernel tree does. Such modules that use library CRC-CCITT
74 modules require CRC16 functions, but a module built outside
75 the kernel tree does. Such modules that use library CRC16
91 modules require CRC ITU-T V.41 functions, but a module built outside
92 the kernel tree does. Such modules that use library CRC ITU-T V.41
101 modules require CRC32/CRC32c functions, but a module built outside
102 the kernel tree does. Such modules that use library CRC32/CRC32c
166 modules require CRC7 functions, but a module built outside
167 the kernel tree does. Such modules that use library CRC7
[all …]
/linux-4.4.14/drivers/iio/common/hid-sensors/
DKconfig2 # Hid Sensor common modules
7 tristate "Common modules for all HID Sensor IIO drivers"
/linux-4.4.14/Documentation/sound/alsa/
Dpowersave.txt15 module option of snd-ac97-codec and snd-hda-intel modules. Specify
27 /sys/modules/snd_ac97_codec/parameters/power_save (usually as root):
29 # echo 10 > /sys/modules/snd_ac97_codec/parameters/power_save
DJoystick.txt20 Some adapter modules probe the physical connection of the device at
63 additional modules. Load the corresponding module to add the gameport
72 Note: the "pcigame" and "cs461x" modules are for the OSS drivers only.
Dalsa-parameters.txt9 module. Loadable modules, after being loaded into the running kernel, also
/linux-4.4.14/sound/oss/dmasound/
DKconfig13 <file:Documentation/kbuild/modules.txt>.
27 <file:Documentation/kbuild/modules.txt>.
41 <file:Documentation/kbuild/modules.txt>.
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt122 unloaded all modules. In that case, you may want to look in your kernel
123 configuration for the drivers that can be compiled as modules (and test again
124 with these drivers compiled as modules). You may also try to use some special
154 can try to compile more drivers as modules, so that they can be tested
156 find it by loading a half of the modules you normally use and binary searching
158 - if there are n modules loaded and the attempt to suspend and resume fails,
159 unload n/2 of the modules and try again (that would probably involve rebooting
161 - if there are n modules loaded and the attempt to suspend and resume succeeds,
162 load n/2 modules more and try again.
170 configuration and compiling more drivers as modules is not practical or some
[all …]
Dtricks.txt15 * turn off modules
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,omap-dss.txt12 a number of encoder modules. All DSS versions contain DSS Core and DISPC, but
13 the encoder modules vary.
15 The DSS Core is the parent of the other DSS modules, and manages clock routing,
21 The encoder modules encode the received RGB pixel stream to a video output like
/linux-4.4.14/drivers/misc/lis3lv02d/
DKconfig18 This driver can also be built as modules. If so, the core module
35 This driver can also be built as modules. If so, the core module
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.h71 #define BFA_SGPG_MOD(__bfa) (&(__bfa)->modules.sgpg_mod)
113 #define BFA_FCXP_MOD(__bfa) (&(__bfa)->modules.fcxp_mod)
263 #define BFA_RPORT_MOD(__bfa) (&(__bfa)->modules.rport_mod)
378 #define BFA_UF_MOD(__bfa) (&(__bfa)->modules.uf_mod)
433 #define BFA_LPS_MOD(__bfa) (&(__bfa)->modules.lps_mod)
447 #define BFA_FCPORT(_bfa) (&((_bfa)->modules.port))
519 #define BFA_FCPORT_MOD(__bfa) (&(__bfa)->modules.fcport)
741 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)
Dbfa_port.h52 #define BFA_MEM_PORT_DMA(__bfa) (&((__bfa)->modules.port.port_dma))
111 #define BFA_MEM_CEE_DMA(__bfa) (&((__bfa)->modules.cee.cee_dma))
Dbfa_fcpim.h47 #define BFA_FCP_MOD(_hal) (&(_hal)->modules.fcp_mod)
248 #define BFA_FCPIM(_hal) (&(_hal)->modules.fcp_mod.fcpim)
256 ((_bfa)->modules.fcp_mod.fcpim.io_profile_start_time)
258 ((_bfa)->modules.fcp_mod.fcpim.io_profile)
Dbfa_ioc.h415 #define BFA_MEM_ABLK_DMA(__bfa) (&((__bfa)->modules.ablk.ablk_dma))
447 #define BFA_SFP_MOD(__bfa) (&(__bfa)->modules.sfp)
497 #define BFA_FLASH(__bfa) (&(__bfa)->modules.flash)
631 #define BFA_DIAG_MOD(__bfa) (&(__bfa)->modules.diag_mod)
688 #define BFA_PHY(__bfa) (&(__bfa)->modules.phy)
739 #define BFA_FRU(__bfa) (&(__bfa)->modules.fru)
795 (&(__bfa)->modules.dconf_mod)
Dbfa_modules.h118 struct bfa_modules_s modules; /* BFA modules */ member
Dbfa.h390 ((&(__bfa)->modules.dconf_mod)->min_cfg) ? NULL : \
394 ((&(_bfa)->modules.dconf_mod)->min_cfg) ? NULL : \
398 (((&(_bfa)->modules.dconf_mod)->min_cfg) \
Dbfad_bsg.c263 iocmd->status = bfa_port_enable(&bfad->bfa.modules.port, in bfad_iocmd_port_enable()
284 iocmd->status = bfa_port_disable(&bfad->bfa.modules.port, in bfad_iocmd_port_disable()
345 iocmd->status = bfa_port_get_stats(&bfad->bfa.modules.port, in bfad_iocmd_port_get_stats()
368 iocmd->status = bfa_port_clear_stats(&bfad->bfa.modules.port, in bfad_iocmd_port_reset_stats()
1205 iocmd->status = bfa_ablk_query(&bfad->bfa.modules.ablk, in bfad_iocmd_ioc_get_pcifn_cfg()
1227 iocmd->status = bfa_ablk_pf_create(&bfad->bfa.modules.ablk, in bfad_iocmd_pcifn_create()
1250 iocmd->status = bfa_ablk_pf_delete(&bfad->bfa.modules.ablk, in bfad_iocmd_pcifn_delete()
1272 iocmd->status = bfa_ablk_pf_update(&bfad->bfa.modules.ablk, in bfad_iocmd_pcifn_bw()
1297 iocmd->status = bfa_ablk_adapter_config(&bfad->bfa.modules.ablk, in bfad_iocmd_adapter_cfg_mode()
1320 iocmd->status = bfa_ablk_port_config(&bfad->bfa.modules.ablk, in bfad_iocmd_port_cfg_mode()
[all …]
/linux-4.4.14/tools/perf/util/
Dsymbol.c861 static void add_module(struct module_info *mi, struct rb_root *modules) in add_module() argument
863 struct rb_node **p = &modules->rb_node; in add_module()
876 rb_insert_color(&mi->rb_node, modules); in add_module()
879 static void delete_modules(struct rb_root *modules) in delete_modules() argument
882 struct rb_node *next = rb_first(modules); in delete_modules()
887 rb_erase(&mi->rb_node, modules); in delete_modules()
894 struct rb_root *modules) in find_module() argument
896 struct rb_node *n = modules->rb_node; in find_module()
917 struct rb_root *modules = arg; in __read_proc_modules() local
932 add_module(mi, modules); in __read_proc_modules()
[all …]
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt31 For each of the other two layers a selection of modules is provided. These
32 modules can arbitrarily be combined to meet the needs of the desired
37 AIM (application interfacing module). The modules of this layer give access
49 The hardware layer contains so called hardware dependent modules (HDM). For each
76 The application layer contains so called application interfacing modules (AIM).
78 suitable modules can be selected.
/linux-4.4.14/Documentation/networking/
Dixgbe.txt54 The following is a list of 3rd party SFP+ modules and direct attach cables that
55 have received some testing. Not all modules are applicable to all devices.
82 - Intel(R) Network Adapters that support removable optical modules only support
84 Express Module only supports SR optical modules). If you plug in a different
86 - Hot Swapping/hot plugging optical modules is not supported.
87 - Only single speed, 10 gigabit modules are supported.
88 - LAN on Motherboard (LOMs) may support DA, SR, or LR modules. Other module
91 The following is a list of 3rd party SFP+ modules and direct attach cables that
92 have received some testing. Not all modules are applicable to all devices.
261 modules.
Ddl2k.txt47 4. cp dl2k.ko /lib/modules/`uname -r`/kernel/drivers/net
58 In Linux, NIC drivers are most commonly configured as loadable modules.
140 The following are the commands to list the currently loaded modules and
156 1. Copy dl2k.o to the network modules directory, typically
157 /lib/modules/2.x.x-xx/net or /lib/modules/2.x.x/kernel/drivers/net.
Diphase.txt54 d. Rebuild the kernel, loadable modules and the atm tools.
55 e. Install the new built kernel and modules and reboot.
59 b. Change directory to /lib/modules/<kernel-version>/atm.
Dtcp.txt50 research and RFC's before developing new modules.
55 so if you built everything as modules, the default will be reno. If you
Dipv6.txt6 /etc/modules.d/*.conf configuration files, or in a distro-specific
Dframerelay.txt22 Sangoma makes more firmware modules available, it can be updated to provide
Dx25.txt14 implementation of LAPB. Therefore the LAPB modules would be called by
Dnetif-msg.txt32 modify the setting. When kernel modules became common, the variables
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-vf610.txt3 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
/linux-4.4.14/Documentation/hwmon/
Duserspace-tools26 1) compile all drivers in I2C and Hardware Monitoring sections as modules
28 2) run sensors-detect script, it will tell you what modules you need to load.
Dlineage-pem20 Lineage CPL power entry modules are nominally PMBus compliant. However, most
38 All Lineage CPL power entry modules have a built-in I2C bus master selector
/linux-4.4.14/Documentation/arm/Samsung/
DBootloader-interface.txt66 modules are power gated, except the TOP modules
/linux-4.4.14/tools/testing/selftests/zram/
Dzram.sh18 MODULE_PATH=/lib/modules/`uname -r`/kernel/drivers/block/zram/zram.ko
Dzram_lib.sh64 MODULE_PATH=/lib/modules/`uname -r`/kernel/drivers/block/zram/zram.ko
/linux-4.4.14/drivers/iio/common/
DKconfig2 # IIO common modules
/linux-4.4.14/drivers/media/i2c/smiapp/
DKconfig7 This is a generic driver for SMIA++/SMIA camera modules.
/linux-4.4.14/scripts/gdb/
Dvmlinux-gdb.py27 import linux.modules
/linux-4.4.14/Documentation/leds/
Dleds-blinkm.txt3 They are RGB-LED modules driven by a (AT)tiny microcontroller and
4 communicate through I2C. The default address of these modules is
/linux-4.4.14/Documentation/blockdev/
Dparide.txt91 the PARIDE drivers into your kernel, or to build them as modules.
102 You can actually select all the protocol modules, and allow the PARIDE
126 configure them as loadable modules, before attempting to compile a
177 2.2 Loading and configuring PARIDE as modules
180 if you use them as loadable kernel modules.
186 also be built as loadable modules, and PARPORT must be loaded before the
187 PARIDE modules.
196 Then, load as many of the protocol modules as you think you might need.
330 PARIDE protocol modules support ECP mode, or any ECP combination modes.
337 offset the errors, the PARIDE protocol modules introduce a "port
[all …]
/linux-4.4.14/drivers/media/v4l2-core/
DKconfig58 # Used by drivers that need Videobuf modules
80 # Used by drivers that need Videobuf2 modules
/linux-4.4.14/drivers/reset/
DKconfig11 via GPIOs or SoC-internal reset controller modules.
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c52 u32 modules; /* # of modules */ member
142 header->signature, header->file_size, header->modules, in sst_byt_parse_fw_image()
146 for (count = 0; count < header->modules; count++) { in sst_byt_parse_fw_image()
/linux-4.4.14/Documentation/devicetree/bindings/arm/freescale/
Dfsl,vf610-mscm-cpucfg.txt3 The MSCM IP contains multiple sub modules, this binding describes the first
Dfsl,vf610-mscm-ir.txt3 The MSCM IP contains multiple sub modules, this binding describes the second
/linux-4.4.14/tools/perf/Documentation/
Dperf-buildid-cache.txt31 image. Note also that files "kallsyms" and "modules" must also be in the
34 kcore in the cache (with the same build-id) that has the same modules at
Dperf-script-perl.txt115 search path and 'use'ing a few support modules (see module
164 built-in perf script Perl modules and their associated functions.
170 via the various Perf::Trace::* Perl modules. To use the functions and
Dperf-annotate.txt51 --modules::
/linux-4.4.14/drivers/staging/vt6655/
Dtest1 KSP := /lib/modules/$(shell uname -r)/build \
/linux-4.4.14/drivers/net/ethernet/smsc/
DKconfig51 module, say M here and read <file:Documentation/kbuild/modules.txt>.
88 here and read <file:Documentation/kbuild/modules.txt>
123 here and read <file:Documentation/kbuild/modules.txt>
/linux-4.4.14/drivers/staging/sm750fb/
DKconfig14 here and read <file:Documentation/kbuild/modules.txt>.
/linux-4.4.14/tools/virtio/
DMakefile13 vhost_test/Module.symvers vhost_test/modules.order *.d
/linux-4.4.14/Documentation/input/
Dinput.txt38 loaded before any other of the input modules - it serves as a way of
39 communication between two groups of modules:
43 These modules talk to the hardware (for example via USB), and provide
48 These modules get events from input and pass them where needed via
55 you'll have to load the following modules (or have them built in to the
96 Device drivers are the modules that generate events. The events are
98 of the modules from section 3.2.
Dcs461x.txt34 separately of ALSA modules. So, you can use only one joystick driver
/linux-4.4.14/init/
DKconfig13 default "/lib/modules/$UNAME_RELEASE/.config"
1296 load modules needed to mount the "real" root file system,
1835 option modules
1837 Kernel modules are small pieces of compiled code which can
1841 many parts of the kernel can be built as modules (by
1848 modules_install" to put the modules under /lib/modules/
1860 Allow loading of modules without version information (ie. modprobe
1868 modules (note that some modules may not be unloadable
1885 Usually, you have to use modules compiled with your kernel.
1886 Saying Y here makes it sometimes possible to use modules
[all …]
/linux-4.4.14/drivers/scsi/osd/
DKbuild2 # Kbuild for the OSD modules
DKconfig42 bool "Compile All OSD modules with lots of DEBUG prints"
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines
44 This module requires these other modules and libraries:
/linux-4.4.14/drivers/staging/gdm724x/
DKconfig12 The modules will be called gdmulte.ko and gdmtty.ko
/linux-4.4.14/drivers/media/rc/keymaps/
DKconfig2 tristate "Compile Remote Controller keymap modules"
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dti-keystone-pllctrl.txt5 the NETCP modules) requires a PLL Controller to manage the various clock
/linux-4.4.14/drivers/net/wireless/ti/
DKconfig21 Small platform data bit needed to pass data to the sdio modules.
/linux-4.4.14/drivers/i2c/
DKconfig74 bool "Autoselect pertinent helper modules"
77 Some I2C bus drivers require so-called "I2C algorithm" modules
83 modules, for example for use with external I2C bus drivers.
/linux-4.4.14/Documentation/usb/
Drio.txt106 'Preliminary USB device filesystem'. Compile and install the modules
117 Load the appropriate modules (if compiled as modules):
Dhotplug.txt78 modules, and can invoke driver-specific setup scripts. The newest ones
84 Current versions of module-init-tools will create a "modules.usbmap" file
87 right driver modules get loaded, either at boot time or later.
Dgadget_configfs.txt259 Remove functions (function modules are not unloaded, though)
382 So, provided that modprobe works, modules for particular functions
384 after a gadget is disabled and torn down, the modules remain loaded.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt17 sub-modules exist as a loadable kernel module which plug in to the netcp core.
18 These sub-modules are represented as "netcp-devices" in the dts bindings. It is
64 NetCP device properties: Device specification for NetCP sub-modules.
116 NetCP interface properties: Interface specification for NetCP sub-modules.
/linux-4.4.14/sound/pci/cs46xx/
Ddsp_spos.c245 ins->modules = kmalloc(sizeof(struct dsp_module_desc) * DSP_MAX_MODULES, GFP_KERNEL); in cs46xx_dsp_spos_create()
246 if (!ins->symbol_table.symbols || !ins->code.data || !ins->modules) { in cs46xx_dsp_spos_create()
280 kfree(ins->modules); in cs46xx_dsp_spos_create()
307 kfree(ins->modules); in cs46xx_dsp_spos_destroy()
447 ins->modules[ins->nmodules] = *module; in cs46xx_dsp_load_module()
540 snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name); in cs46xx_dsp_proc_modules_read()
541 snd_iprintf(buffer, " %d symbols\n", ins->modules[i].symbol_table.nsymbols); in cs46xx_dsp_proc_modules_read()
542 snd_iprintf(buffer, " %d fixups\n", ins->modules[i].nfixups); in cs46xx_dsp_proc_modules_read()
544 for (j = 0; j < ins->modules[i].nsegments; ++ j) { in cs46xx_dsp_proc_modules_read()
545 struct dsp_segment_desc * desc = (ins->modules[i].segments + j); in cs46xx_dsp_proc_modules_read()
[all …]
Dcs46xx_dsp_spos.h153 struct dsp_module_desc * modules; /* modules loaded into SP */ member
/linux-4.4.14/arch/tile/
DMakefile20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
/linux-4.4.14/net/ieee802154/
DKconfig11 compile it as modules.
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dnvidia,tegra30-timer.txt4 running counter, and 5 watchdog modules. The first two channels may also
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig34 say M here and read <file:Documentation/kbuild/modules.txt>. The
60 say M here and read <file:Documentation/kbuild/modules.txt>. The
/linux-4.4.14/kernel/
Dmodule.c103 static LIST_HEAD(modules);
243 list_for_each_entry_rcu(mod, &modules, list) { in mod_find()
276 struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */
478 list_for_each_entry_rcu(mod, &modules, list) { in each_symbol_section()
619 list_for_each_entry(mod, &modules, list) { in find_module_all()
701 list_for_each_entry_rcu(mod, &modules, list) { in is_module_percpu_address()
1945 list_for_each_entry_rcu(mod, &modules, list) { in set_all_modules_text_rw()
1968 list_for_each_entry_rcu(mod, &modules, list) { in set_all_modules_text_ro()
3370 list_add_rcu(&mod->list, &modules); in add_unformed_module()
3750 list_for_each_entry_rcu(mod, &modules, list) { in lookup_module_symbol_name()
[all …]
/linux-4.4.14/drivers/staging/fbtft/
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/linux-4.4.14/net/dns_resolver/
DKconfig17 DNS Resolver is used by the CIFS and AFS modules, and would support
/linux-4.4.14/drivers/pcmcia/
DKconfig14 To compile this driver as modules, choose M here: the
32 To compile this driver as modules, choose M here: the
79 To compile this driver as modules, choose M here: the
220 you build the drivers as modules.
/linux-4.4.14/net/tipc/
DKconfig19 as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
/linux-4.4.14/fs/autofs4/
DKconfig15 modules configuration file.
/linux-4.4.14/drivers/staging/lustre/lnet/
DKconfig22 To compile this as a kernel modules, choose M here and it will be
/linux-4.4.14/Documentation/development-process/
D1.Intro199 - The legal issues around the distribution of proprietary kernel modules
201 most binary-only modules are derived products of the kernel and that, as
205 legal advice. The true legal status of closed-source modules can only be
206 determined by the courts. But the uncertainty which haunts those modules
209 - Binary modules greatly increase the difficulty of debugging kernel
211 the distribution of binary-only modules will make it harder for your
214 - Support is also harder for distributors of binary-only modules, who must
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-mtk-disp.txt13 - "mm": sync signals from the modules of mmsys.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmt6397.txt3 MT6397 is a multifunction device with the following sub modules:
/linux-4.4.14/Documentation/arm/SA1100/
DCERF26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
/linux-4.4.14/drivers/usb/musb/
DKconfig89 depends on NOP_USB_XCEIV = USB_MUSB_HDRC # both built-in or both modules
167 depends on USB_MUSB_TUSB6010 = USB_MUSB_HDRC # both built-in or both modules
/linux-4.4.14/Documentation/fmc/
Dmezzanine.txt88 This is the list of parameters that are common to several modules to
105 For modules supporting it, this parameter asks to show the SDB
122 Please note that not all sub-modules support all of those parameters.
Dparameters.txt5 client modules. Both parameters can be modified by writing to
DAPI.txt47 modules.
/linux-4.4.14/sound/soc/sh/
DKconfig12 ## Audio unit modules
/linux-4.4.14/fs/9p/
DKconfig41 implemented by security modules like SELinux. This option
/linux-4.4.14/fs/ext2/
DKconfig39 implemented by security modules like SELinux. This option
/linux-4.4.14/fs/cachefiles/
DKconfig19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_loader.c127 header->signature, header->file_size, header->modules, in sst_validate_fw_image()
137 *num_modules = header->modules; in sst_validate_fw_image()
/linux-4.4.14/drivers/staging/unisys/Documentation/
Dproc-entries.txt2 This document describes the proc entries created by the Unisys s-Par modules.
61 The entries in proc for these modules all follow the same
Doverview.txt68 visorbus is associated with ACPI id "PNP0A07" in modules.alias, so if built
259 standard udev/systemd environments, as it includes the modules.alias
289 standard udev/systemd environments, as it includes the modules.alias
326 standard udev/systemd environments, as it includes the modules.alias
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ab8500/
Dfg.txt8 Fuelgauge support is part of energy-management-modules, other
/linux-4.4.14/drivers/gpu/drm/panel/
DKconfig47 TFT-LCD modules. The panel has a 2560x1600 resolution and uses
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-dsp.c71 __le32 modules; /* # of modules */ member
197 header->file_size, header->modules, in hsw_parse_fw_image()
202 for (count = 0; count < header->modules; count++) { in hsw_parse_fw_image()
/linux-4.4.14/scripts/mod/
Dmodpost.c118 static struct module *modules; variable
124 for (mod = modules; mod; mod = mod->next) in find_module()
148 mod->next = modules; in new_module()
149 modules = mod; in new_module()
2204 struct module *modules) in add_depends() argument
2210 for (m = modules; m; m = m->next) in add_depends()
2457 for (mod = modules; mod; mod = mod->next) { in main()
2465 for (mod = modules; mod; mod = mod->next) { in main()
2477 add_depends(&buf, mod, modules); in main()
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dfsl,imx-gpc.txt39 Specifying power domain for IP modules
/linux-4.4.14/net/dccp/
DKconfig48 DCCP congestion avoidance modules. If you don't understand
/linux-4.4.14/security/integrity/
DKconfig26 of the different use cases - evm, ima, and modules.
/linux-4.4.14/fs/jfs/
DKconfig29 implemented by security modules like SELinux. This option
/linux-4.4.14/arch/arm/crypto/
DMakefile22 $(warning These ARMv8 Crypto Extensions modules need binutils 2.23 or higher)
/linux-4.4.14/Documentation/filesystems/
Dafs.txt64 When inserting the driver modules the root cell must be specified along with a
79 Once the module has been loaded, more modules can be added by the following
135 The AFS modules creates a "/proc/fs/afs/" directory and populates it:
/linux-4.4.14/Documentation/s390/
D3270.ChangeLog39 * the components are remodularized: added source modules are
/linux-4.4.14/net/caif/
DKconfig18 built as modules. You will also need to say yes to any CAIF physical
/linux-4.4.14/Documentation/security/
DLSM.txt7 loadable kernel modules. Instead, they are selectable at build-time via
Dtomoyo.txt49 multiple LSM modules at the same time. We feel sorry that you have to give up
/linux-4.4.14/Documentation/target/
Dtcm_mod_builder.txt68 *) Build using 'make modules', once completed you will have:
76 -rw-r--r-- 1 root root 49 2010-10-05 03:23 modules.order
Dtcmu-design.txt29 The existing kernel provides modules for different SCSI transport
31 modules for file, block device, RAM or using another SCSI device as
33 built-in modules are implemented entirely as kernel code.
54 modules just use the available userspace libraries for RBD and GLFS.
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt112 core kernel image or in modules.
114 If the tracepoint has to be used in kernel modules, an
/linux-4.4.14/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.txt64 the register offset of some core modules are different.
143 managing the common sram which can be shared by multiple modules.
/linux-4.4.14/fs/sysv/
DKconfig13 a set of kernel modules that lets you run SCO, Xenix, Wyse,
/linux-4.4.14/drivers/input/gameport/
DKconfig15 from the below listed modules. You still need to say Y here.
/linux-4.4.14/Documentation/netlabel/
Dintroduction.txt9 NetLabel is a mechanism which can be used by kernel security modules to attach
/linux-4.4.14/Documentation/i2c/
Dsummary15 devices connected through SMBus are RAM modules configured using I2C EEPROMs,
/linux-4.4.14/fs/jffs2/
DKconfig96 implemented by security modules like SELinux. This option
109 compression modules, if any, are enabled in JFFS2. Removing
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt59 - playback : list of playback modules
60 - capture : list of capture modules
Dnvidia,tegra30-ahub.txt58 AHUB client modules need to specify the IDs of their CIFs (Client InterFaces).
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt7 consistent between modules vs core, and MMU vs no-MMU.
14 This cannot be extended to modules for the displacement is likely to be too
15 far. Thus in modules the address of a function to call must be calculated
/linux-4.4.14/fs/fscache/
DKconfig52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
/linux-4.4.14/drivers/rapidio/
DKconfig57 or any number of methods to be built as modules.
/linux-4.4.14/net/netfilter/
DKconfig41 and ip6t_LOG modules.
166 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
318 the nf_nat_sip modules you can support the protocol on a connection
577 comment "Xtables combined modules"
720 modules also allow to increment and set the hoplimit value of
907 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
966 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
1011 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
1022 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
1087 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
[all …]
/linux-4.4.14/drivers/scsi/pcmcia/
DKconfig9 # drivers have problems when build in, so require modules
/linux-4.4.14/Documentation/w1/masters/
Domap-hdq40 Please note to load both the modules with a different ID if required, but note
/linux-4.4.14/drivers/net/wireless/p54/
DKconfig7 This is common code for isl38xx/stlc45xx based modules.
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt110 scheduling modules are used. The balancing code got quite a bit simpler as a
142 Classes," an extensible hierarchy of scheduler modules. These modules
/linux-4.4.14/drivers/usb/misc/
DKconfig18 module, say M here and read <file:Documentation/kbuild/modules.txt>.
69 <file:Documentation/kbuild/modules.txt>.
76 alphanumeric LCD modules. See <http://www.usblcd.de/> for more
/linux-4.4.14/Documentation/locking/
Dlglock.txt77 being initializeable in kernel modules (the remaining problem is that
126 * currently the declaration of lglocks in kernel modules is not
/linux-4.4.14/Documentation/video4linux/bttv/
DInsmod-options29 autoload=0/1 autoload helper modules (tuner, audio).
119 tda9875.o) use the same i2c address so both modules should not be
/linux-4.4.14/sound/oss/
DCHANGELOG34 - Passing of ioctl() parameters between soundcard.c and other modules has been
212 - Almost fully rewritten loadable modules support.
222 to the initialization code. This may break modules support since
239 - Minor fixes to the modules support.

123