/linux-4.1.27/samples/ |
D | Kconfig | 9 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.1.27/scripts/ |
D | Makefile.modpost | 65 modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o))) 68 _modpost: $(if $(KBUILD_MODPOST_NOFINAL), $(modules:.ko:.o),$(modules)) 85 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules 89 __modpost: $(modules:.ko=.o) FORCE 100 $(modules:.ko=.mod.c): __modpost ; 112 $(modules:.ko=.mod.o): %.mod.o: %.mod.c FORCE 115 targets += $(modules:.ko=.mod.o) 123 $(modules): %.ko :%.o %.mod.o FORCE 126 targets += $(modules)
|
D | Makefile.modsign | 11 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o))) 13 PHONY += $(modules) 14 __modsign: $(modules) 26 $(modules):
|
D | Makefile.modinst | 13 modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o))) 15 PHONY += $(modules) 16 __modinst: $(modules) 34 $(modules):
|
D | Makefile.modbuiltin | 34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 36 modbuiltin-target := $(obj)/modules.builtin
|
D | ver_linux | 95 if [ -e /proc/modules ]; then 96 X=`cat /proc/modules | sed -e "s/ .*$//"`
|
D | Makefile.build | 90 modorder-target := $(obj)/modules.order 349 $(if $(filter %/modules.order, $m), \
|
/linux-4.1.27/Documentation/ |
D | module-signing.txt | 11 - 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 …]
|
D | gdb-kernel-debugging.txt | 1 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
|
D | bad_memory.txt | 10 1) Reinsert/swap the memory modules 12 2) Buy new modules (best!) or try to exchange the memory
|
D | oops-tracing.txt | 165 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.
|
D | dontdiff | 181 modules.builtin 182 modules.order
|
D | debugging-modules.txt | 4 In almost all distributions, the kernel asks for modules which don't
|
D | Changes | 73 You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, 131 These changes to the /lib/modules file tree layout also require that 171 PCMCIA sockets at system startup and loads the appropriate modules 222 kernel series (iptables). It still includes backwards-compatibility modules 311 o <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/>
|
D | kernel-docs.txt | 68 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
|
D | edac.txt | 107 Controller (MC) driver modules. On a given system, the CORE 110 current release level of their respective modules. 119 necessary. If 'edac' was built as modules then simply modprobe the 121 hardware-specific modules and have the dependencies load the necessary core 122 modules. 150 Each 'mc' device controls a set of DIMM memory modules. These modules are
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 19 The driver stack consists of a set of support modules, a set of bus 20 modules, and a set of device driver modules. The support modules 22 drivers. The bus modules provide organization for the device driver 23 modules, which provide the shared device functionality. 34 The modules in this section handle shared devices and the virtual 35 buses required to support them. These modules use functions in and 36 depend on the modules described in the support modules section. 44 modules with their assigned shared devices. Visorchipset is required 109 The modules in this section provide integration with s-Par guest 110 partition services like diagnostics and remote desktop. These modules [all …]
|
D | proc-entries.txt | 2 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
|
/linux-4.1.27/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. 66 modules. 135 Specify where to install modules. [all …]
|
D | 00-INDEX | 13 modules.txt 14 - how to build modules and to install them
|
D | makefiles.txt | 70 (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 …]
|
D | kconfig-language.txt | 34 Usually, modules have to be recompiled whenever you switch to a new 147 - "modules" 150 At most one symbol may have the "modules" option set. 293 can be compiled as modules.
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | Kconfig | 15 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.1.27/drivers/staging/iio/magnetometer/ |
D | Kconfig | 20 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.1.27/Documentation/sound/oss/ |
D | Introduction | 9 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 …]
|
D | README.modules | 24 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
|
D | ALS | 13 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"
|
D | AudioExcelDSP16 | 51 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
|
D | oss-parameters.txt | 9 module. Loadable modules, after being loaded into the running kernel, also
|
D | PAS16 | 79 OSS sound modules 96 "OSS sound modules", above. If you said M to "OSS sound modules"
|
D | ESS1868 | 43 the sound modules with the proper I/O information. Here is my setup:
|
D | SoundPro | 79 Lastly, if you're using modules and want to set up automatic module 81 currently use in my conf.modules file:
|
D | PSS-updates | 76 # 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).
|
D | VIBRA16 | 58 So, after a good kernel modules compilation and a 'depmod -a kernel_ver'
|
/linux-4.1.27/tools/power/cpupower/debug/kernel/ |
D | Makefile | 3 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.1.27/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-4.1.27/Documentation/connector/ |
D | Makefile | 13 all: modules 15 modules clean: target
|
/linux-4.1.27/scripts/gdb/linux/ |
D | modules.py | 25 modules = gdb.parse_and_eval("modules") 26 entry = modules['next'] 27 end_of_list = modules.address
|
D | symbols.py | 19 from linux import modules, utils 147 module_list = modules.module_list()
|
/linux-4.1.27/scripts/package/ |
D | builddeb | 155 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do 156 module=lib/modules/$module 323 This is useful for people who need to build external modules 364 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 365 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 368 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 370 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version 380 all the necessary debug symbols for the kernel and its modules.
|
/linux-4.1.27/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
|
D | README.diversion | 98 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
|
D | README.hysdn | 47 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).
|
D | README.sc | 103 - 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
|
D | README.syncppp | 32 the ipppd once after installing the modules. The ipppd
|
/linux-4.1.27/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
|
D | fsl,imx-src.txt | 24 Specifying reset lines connected to IP modules 28 IPU, and OpenVG IP modules on i.MX5 and i.MX6 ICs. Those device
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.pvrusb2 | 68 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 …]
|
D | README.cpia2 | 12 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
|
D | README.ir | 23 modules work on 2.6.x kernels only through ... 29 The modules register the remote as keyboard within the linux input
|
D | omap3isp.txt | 126 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
|
D | fimc.txt | 147 two modules are created (in addition to the core v4l2 modules): s5p-fimc.ko and
|
/linux-4.1.27/lib/ |
D | Kconfig | 69 modules require CRC-CCITT functions, but a module built outside 70 the kernel tree does. Such modules that use library CRC-CCITT 77 modules require CRC16 functions, but a module built outside 78 the kernel tree does. Such modules that use library CRC16 94 modules require CRC ITU-T V.41 functions, but a module built outside 95 the kernel tree does. Such modules that use library CRC ITU-T V.41 104 modules require CRC32/CRC32c functions, but a module built outside 105 the kernel tree does. Such modules that use library CRC32/CRC32c 169 modules require CRC7 functions, but a module built outside 170 the kernel tree does. Such modules that use library CRC7 [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.txt | 15 - 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.
|
D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
/linux-4.1.27/net/irda/ircomm/ |
D | Kconfig | 6 To compile it as modules, choose M here: the modules will be
|
/linux-4.1.27/Documentation/dvb/ |
D | technisat.txt | 21 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"
|
D | bt8xx.txt | 20 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…
|
D | ci.txt | 48 * 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
|
D | avermedia.txt | 99 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
|
D | faq.txt | 130 7. What the hell are all those modules that need to be loaded? 133 modules are loaded:
|
/linux-4.1.27/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-4.1.27/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
|
/linux-4.1.27/drivers/ipack/ |
D | Kconfig | 11 PCI) to an IndustryPack bus, and IndustryPack modules, that are 12 hosted on these buses. While IndustryPack modules can provide a
|
/linux-4.1.27/ |
D | Makefile | 196 _all: modules 320 ifeq ($(MAKECMDGOALS),modules) 328 ifneq ($(filter all _all modules,$(MAKECMDGOALS)),) 828 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 1092 all: modules 1100 PHONY += modules 1101 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin target 1102 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order 1107 modules.builtin: $(vmlinux-dirs:%=%/modules.builtin) 1108 $(Q)$(AWK) '!x[$$0]++' $^ > $(objtree)/modules.builtin [all …]
|
D | .gitignore | 36 modules.builtin
|
D | README | 206 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.1.27/drivers/gpu/host1x/ |
D | Kconfig | 8 Tegra's graphics- and multimedia-related modules. The modules served
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi.txt | 10 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
|
D | dtc3x80.txt | 33 The interrupt support routines in the NCR3280.c core modules handle
|
/linux-4.1.27/scripts/kconfig/ |
D | streamline_config.pl | 351 my %modules; 388 $modules{$1} = 1; 397 foreach my $module (keys(%modules)) { 633 foreach my $module (keys(%modules)) {
|
D | zconf.gperf | 44 modules, T_OPT_MODULES, TF_OPTION
|
D | zconf.hash.c_shipped | 108 char kconf_id_strings_str27[sizeof("modules")]; 144 "modules",
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
D | Kconfig | 2 # Hid Sensor common modules 7 tristate "Common modules for all HID Sensor IIO drivers"
|
/linux-4.1.27/sound/oss/dmasound/ |
D | Kconfig | 13 <file:Documentation/kbuild/modules.txt>. 27 <file:Documentation/kbuild/modules.txt>. 41 <file:Documentation/kbuild/modules.txt>.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | powersave.txt | 15 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
|
D | Joystick.txt | 20 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.
|
D | alsa-parameters.txt | 9 module. Loadable modules, after being loaded into the running kernel, also
|
/linux-4.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 122 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 …]
|
D | tricks.txt | 15 * turn off modules
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | ti,omap-dss.txt | 12 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.1.27/tools/perf/util/ |
D | symbol.c | 842 static void add_module(struct module_info *mi, struct rb_root *modules) in add_module() argument 844 struct rb_node **p = &modules->rb_node; in add_module() 857 rb_insert_color(&mi->rb_node, modules); in add_module() 860 static void delete_modules(struct rb_root *modules) in delete_modules() argument 863 struct rb_node *next = rb_first(modules); in delete_modules() 868 rb_erase(&mi->rb_node, modules); in delete_modules() 875 struct rb_root *modules) in find_module() argument 877 struct rb_node *n = modules->rb_node; in find_module() 898 struct rb_root *modules = arg; in __read_proc_modules() local 913 add_module(mi, modules); in __read_proc_modules() [all …]
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | Kconfig | 18 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.1.27/drivers/scsi/bfa/ |
D | bfa_svc.h | 71 #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)
|
D | bfa_port.h | 52 #define BFA_MEM_PORT_DMA(__bfa) (&((__bfa)->modules.port.port_dma)) 111 #define BFA_MEM_CEE_DMA(__bfa) (&((__bfa)->modules.cee.cee_dma))
|
D | bfa_fcpim.h | 47 #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)
|
D | bfa_ioc.h | 415 #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)
|
D | bfa_modules.h | 118 struct bfa_modules_s modules; /* BFA modules */ member
|
D | bfa.h | 390 ((&(__bfa)->modules.dconf_mod)->min_cfg) ? NULL : \ 394 ((&(_bfa)->modules.dconf_mod)->min_cfg) ? NULL : \ 398 (((&(_bfa)->modules.dconf_mod)->min_cfg) \
|
D | bfad_bsg.c | 263 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.1.27/Documentation/networking/ |
D | ixgbe.txt | 54 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.
|
D | dl2k.txt | 47 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.
|
D | iphase.txt | 54 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.
|
D | tcp.txt | 50 research and RFC's before developing new modules. 55 so if you built everything as modules, the default will be reno. If you
|
D | ipv6.txt | 6 /etc/modules.d/*.conf configuration files, or in a distro-specific
|
D | x25.txt | 14 implementation of LAPB. Therefore the LAPB modules would be called by
|
D | framerelay.txt | 22 Sangoma makes more firmware modules available, it can be updated to provide
|
D | netif-msg.txt | 32 modify the setting. When kernel modules became common, the variables
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-vf610.txt | 3 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
|
/linux-4.1.27/Documentation/hwmon/ |
D | userspace-tools | 26 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.
|
D | lineage-pem | 20 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.1.27/drivers/iio/common/ |
D | Kconfig | 2 # IIO common modules
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | Kconfig | 47 # Used by drivers that need Videobuf modules 69 # Used by drivers that need Videobuf2 modules
|
/linux-4.1.27/scripts/gdb/ |
D | vmlinux-gdb.py | 27 import linux.modules
|
/linux-4.1.27/drivers/media/i2c/smiapp/ |
D | Kconfig | 7 This is a generic driver for SMIA++/SMIA camera modules.
|
/linux-4.1.27/Documentation/leds/ |
D | leds-blinkm.txt | 3 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.1.27/Documentation/blockdev/ |
D | paride.txt | 91 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.1.27/drivers/reset/ |
D | Kconfig | 11 via GPIOs or SoC-internal reset controller modules.
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 52 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.1.27/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-cpucfg.txt | 3 The MSCM IP contains multiple sub modules, this binding describes the first
|
D | fsl,vf610-mscm-ir.txt | 3 The MSCM IP contains multiple sub modules, this binding describes the second
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 31 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
|
D | perf-script-perl.txt | 115 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
|
D | perf-annotate.txt | 51 --modules::
|
/linux-4.1.27/init/ |
D | Kconfig | 13 default "/lib/modules/$UNAME_RELEASE/.config" 1285 load modules needed to mount the "real" root file system, 1798 option modules 1800 Kernel modules are small pieces of compiled code which can 1804 many parts of the kernel can be built as modules (by 1811 modules_install" to put the modules under /lib/modules/ 1823 Allow loading of modules without version information (ie. modprobe 1831 modules (note that some modules may not be unloadable 1848 Usually, you have to use modules compiled with your kernel. 1849 Saying Y here makes it sometimes possible to use modules [all …]
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | Kconfig | 10 here and read <file:Documentation/kbuild/modules.txt>.
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | test | 1 KSP := /lib/modules/$(shell uname -r)/build \
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
D | Kconfig | 13 here and read <file:Documentation/kbuild/modules.txt>.
|
/linux-4.1.27/tools/virtio/ |
D | Makefile | 13 vhost_test/Module.symvers vhost_test/modules.order *.d
|
/linux-4.1.27/Documentation/input/ |
D | input.txt | 38 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.
|
D | cs461x.txt | 34 separately of ALSA modules. So, you can use only one joystick driver
|
/linux-4.1.27/drivers/scsi/osd/ |
D | Kbuild | 2 # Kbuild for the OSD modules
|
D | Kconfig | 42 bool "Compile All OSD modules with lots of DEBUG prints"
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines 44 This module requires these other modules and libraries:
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | Kconfig | 12 The modules will be called gdmulte.ko and gdmtty.ko
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
D | Kconfig | 2 tristate "Compile Remote Controller keymap modules"
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | ti-keystone-pllctrl.txt | 5 the NETCP modules) requires a PLL Controller to manage the various clock
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 17 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.1.27/drivers/net/wireless/ti/ |
D | Kconfig | 21 Small platform data bit needed to pass data to the sdio modules.
|
/linux-4.1.27/Documentation/usb/ |
D | rio.txt | 106 'Preliminary USB device filesystem'. Compile and install the modules 117 Load the appropriate modules (if compiled as modules):
|
D | hotplug.txt | 78 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.
|
D | gadget_configfs.txt | 259 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.1.27/drivers/i2c/ |
D | Kconfig | 74 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.1.27/drivers/net/ethernet/smsc/ |
D | Kconfig | 55 module, say M here and read <file:Documentation/kbuild/modules.txt>. 94 here and read <file:Documentation/kbuild/modules.txt> 131 here and read <file:Documentation/kbuild/modules.txt>
|
/linux-4.1.27/drivers/staging/android/ |
D | TODO | 5 - make sure things build as modules properly
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | dsp_spos.c | 245 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 …]
|
D | cs46xx_dsp_spos.h | 153 struct dsp_module_desc * modules; /* modules loaded into SP */ member
|
/linux-4.1.27/kernel/ |
D | module.c | 103 static LIST_HEAD(modules); 105 struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */ 327 list_for_each_entry_rcu(mod, &modules, list) { in each_symbol_section() 463 list_for_each_entry(mod, &modules, list) { in find_module_all() 544 list_for_each_entry_rcu(mod, &modules, list) { in is_module_percpu_address() 1775 list_for_each_entry_rcu(mod, &modules, list) { in set_all_modules_text_rw() 1798 list_for_each_entry_rcu(mod, &modules, list) { in set_all_modules_text_ro() 3213 list_add_rcu(&mod->list, &modules); in add_unformed_module() 3552 list_for_each_entry_rcu(mod, &modules, list) { in module_address_lookup() 3576 list_for_each_entry_rcu(mod, &modules, list) { in lookup_module_symbol_name() [all …]
|
/linux-4.1.27/arch/tile/ |
D | Makefile | 20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
|
/linux-4.1.27/net/ieee802154/ |
D | Kconfig | 11 compile it as modules.
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | nvidia,tegra30-timer.txt | 4 running counter, and 5 watchdog modules. The first two channels may also
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 34 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.1.27/drivers/staging/fbtft/ |
D | README | 4 Linux Framebuffer drivers for small TFT LCD display modules.
|
/linux-4.1.27/net/dns_resolver/ |
D | Kconfig | 17 DNS Resolver is used by the CIFS and AFS modules, and would support
|
/linux-4.1.27/drivers/pcmcia/ |
D | Kconfig | 14 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.1.27/net/tipc/ |
D | Kconfig | 19 as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
|
/linux-4.1.27/fs/autofs4/ |
D | Kconfig | 15 modules configuration file.
|
/linux-4.1.27/drivers/staging/lustre/lnet/ |
D | Kconfig | 22 To compile this as a kernel modules, choose M here and it will be
|
/linux-4.1.27/Documentation/development-process/ |
D | 1.Intro | 199 - 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.1.27/Documentation/devicetree/bindings/mfd/ |
D | mt6397.txt | 3 MT6397 is a multifunction device with the following sub modules:
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | CERF | 26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 88 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.
|
D | parameters.txt | 5 client modules. Both parameters can be modified by writing to
|
D | API.txt | 47 modules.
|
/linux-4.1.27/fs/9p/ |
D | Kconfig | 41 implemented by security modules like SELinux. This option
|
/linux-4.1.27/sound/soc/sh/ |
D | Kconfig | 12 ## Audio unit modules
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | Kconfig | 39 TFT-LCD modules. The panel has a 2560x1600 resolution and uses
|
/linux-4.1.27/fs/ext2/ |
D | Kconfig | 39 implemented by security modules like SELinux. This option
|
/linux-4.1.27/fs/cachefiles/ |
D | Kconfig | 19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
|
/linux-4.1.27/drivers/usb/musb/ |
D | Kconfig | 78 depends on NOP_USB_XCEIV = USB_MUSB_HDRC # both built-in or both modules 155 depends on USB_MUSB_TUSB6010 = USB_MUSB_HDRC # both built-in or both modules
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_loader.c | 127 header->signature, header->file_size, header->modules, in sst_validate_fw_image() 137 *num_modules = header->modules; in sst_validate_fw_image()
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/ |
D | fg.txt | 8 Fuelgauge support is part of energy-management-modules, other
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 71 __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.1.27/scripts/mod/ |
D | modpost.c | 117 static struct module *modules; variable 123 for (mod = modules; mod; mod = mod->next) in find_module() 147 mod->next = modules; in new_module() 148 modules = mod; in new_module() 2189 struct module *modules) in add_depends() argument 2195 for (m = modules; m; m = m->next) in add_depends() 2439 for (mod = modules; mod; mod = mod->next) { in main() 2447 for (mod = modules; mod; mod = mod->next) { in main() 2459 add_depends(&buf, mod, modules); in main()
|
/linux-4.1.27/net/dccp/ |
D | Kconfig | 48 DCCP congestion avoidance modules. If you don't understand
|
/linux-4.1.27/fs/jfs/ |
D | Kconfig | 29 implemented by security modules like SELinux. This option
|
/linux-4.1.27/arch/arm/crypto/ |
D | Makefile | 22 $(warning These ARMv8 Crypto Extensions modules need binutils 2.23 or higher)
|
/linux-4.1.27/security/integrity/ |
D | Kconfig | 26 of the different use cases - evm, ima, and modules.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | fsl,imx-gpc.txt | 39 Specifying power domain for IP modules
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 45 - playback : list of playback modules 46 - capture : list of capture modules
|
D | nvidia,tegra30-ahub.txt | 58 AHUB client modules need to specify the IDs of their CIFs (Client InterFaces).
|
/linux-4.1.27/Documentation/filesystems/ |
D | afs.txt | 64 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.1.27/drivers/iio/magnetometer/ |
D | Kconfig | 61 This driver can also be built as a module. If so, these modules
|
/linux-4.1.27/net/caif/ |
D | Kconfig | 18 built as modules. You will also need to say yes to any CAIF physical
|
/linux-4.1.27/Documentation/security/ |
D | LSM.txt | 7 loadable kernel modules. Instead, they are selectable at build-time via
|
D | tomoyo.txt | 49 multiple LSM modules at the same time. We feel sorry that you have to give up
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.ChangeLog | 39 * the components are remodularized: added source modules are
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.txt | 68 *) Build using 'make modules', once completed you will have: 76 -rw-r--r-- 1 root root 49 2010-10-05 03:23 modules.order
|
D | tcmu-design.txt | 29 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.1.27/Documentation/trace/ |
D | tracepoints.txt | 112 core kernel image or in modules. 114 If the tracepoint has to be used in kernel modules, an
|
/linux-4.1.27/Documentation/i2c/ |
D | summary | 15 devices connected through SMBus are RAM modules configured using I2C EEPROMs,
|
/linux-4.1.27/drivers/input/gameport/ |
D | Kconfig | 15 from the below listed modules. You still need to say Y here.
|
/linux-4.1.27/fs/sysv/ |
D | Kconfig | 13 a set of kernel modules that lets you run SCO, Xenix, Wyse,
|
/linux-4.1.27/Documentation/netlabel/ |
D | introduction.txt | 9 NetLabel is a mechanism which can be used by kernel security modules to attach
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 40 Please note to load both the modules with a different ID if required, but note
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 96 implemented by security modules like SELinux. This option 109 compression modules, if any, are enabled in JFFS2. Removing
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 7 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.1.27/drivers/rapidio/ |
D | Kconfig | 57 or any number of methods to be built as modules.
|
/linux-4.1.27/fs/fscache/ |
D | Kconfig | 52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 57 This driver provides support for processor ETM3.x and PTM1.x modules,
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 33 and ip6t_LOG modules. 158 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. 310 the nf_nat_sip modules you can support the protocol on a connection 563 comment "Xtables combined modules" 706 modules also allow to increment and set the hoplimit value of 891 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. 950 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. 995 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. 1006 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. 1071 <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. [all …]
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | Kconfig | 9 # drivers have problems when build in, so require modules
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | Kconfig | 7 This is common code for isl38xx/stlc45xx based modules.
|
/linux-4.1.27/drivers/usb/misc/ |
D | Kconfig | 18 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.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 110 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.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 29 autoload=0/1 autoload helper modules (tuner, audio). 119 tda9875.o) use the same i2c address so both modules should not be
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 77 being initializeable in kernel modules (the remaining problem is that 126 * currently the declaration of lglocks in kernel modules is not
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 34 - 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.
|
/linux-4.1.27/arch/x86/kvm/ |
D | Kconfig | 49 need to select one or more of the processor modules below.
|