Searched refs:modules (Results 26 - 50 of 93) sorted by relevance

1234

/linux-master/tools/virtio/
H A DMakefile30 #resulting modules in production!
31 OOT_KSRC=/lib/modules/$$(uname -r)/build
34 #Tweak the below to enable more modules
43 echo "UNSUPPORTED! Don't use the resulting modules in production!"
55 vhost_test/modules.order *.d
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh107 make modules
108 mkdir -p install/modules/
109 INSTALL_MOD_PATH=install/modules/ make modules_install
158 rm -rf artifacts/install/modules
/linux-master/drivers/mfd/
H A Djanz-cmodio.c26 /* Maximum number of MODULbus modules on a CMOD-IO carrier board */
31 static char *modules[CMODIO_MAX_MODULES] = { variable
35 module_param_array(modules, charp, &num_modules, S_IRUGO);
36 MODULE_PARM_DESC(modules, "MODULbus modules attached to the carrier board");
126 name = modules[i];
135 /* print an error message if no modules were probed */
137 dev_err(&priv->pdev->dev, "no MODULbus modules specified, "
138 "please set the ``modules'' kernel "
/linux-master/kernel/module/
H A Dkdb.c14 * currently loaded kernel modules.
25 list_for_each_entry(mod, &modules, list) {
H A Dkallsyms.c364 list_for_each_entry_rcu(mod, &modules, list) {
390 list_for_each_entry_rcu(mod, &modules, list) {
442 list_for_each_entry_rcu(mod, &modules, list) {
485 list_for_each_entry(mod, &modules, list) {
512 * The given module is found, the subsequent modules do not
/linux-master/sound/soc/sof/
H A Dipc4-priv.h49 * @num_modules : Number of FW modules in the library
50 * @modules: Array of FW modules
57 struct sof_ipc4_fw_module *modules; member in struct:sof_ipc4_fw_library
/linux-master/scripts/
H A DMakefile.build73 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
86 targets-for-modules := $(foreach x, o mod, \
90 targets-for-modules += $(obj)/modules.order
93 targets += $(targets-for-builtin) $(targets-for-modules)
172 # be compiled and linked to the kernel and/or modules.
222 cmd_warn_shared_object = $(if $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modname-multi)))
270 # modules case.
391 $(subdir-modorder): $(obj)/%/modules.order: $(obj)/% ;
409 # Rule to create modules
[all...]
H A DMakefile.modpost11 # d) modules.order, which lists all the modules
14 # 1) Find all modules listed in modules.order
32 # Step 4 is solely used to allow module versioning in external modules,
56 # 'make -i -k' ignores compile errors, and builds as many modules as possible.
61 # Read out modules.order to pass in modpost.
104 output-symdump := modules-only.symvers
113 # set src + obj - they may be used in the modules's Makefile
H A Ddecode_stacktrace.sh8 echo " $0 -r <release> | <vmlinux> [<base path>|auto] [<modules path>]"
40 for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux ; do
108 for dn in {/usr/lib/debug,}/lib/modules/$release ; do
/linux-master/
H A DMakefile146 $(error building multiple external modules is not supported))
696 # but instead __all depend on modules
701 __all: modules
712 # If we have only "make modules", don't compile built-in objects.
713 ifeq ($(MAKECMDGOALS),modules)
717 # If we have "make <whatever> modules", compile modules
719 # Just "make" or "make all" shall build modules as well
721 ifneq ($(filter all modules nsdeps %compile_commands.json clang-%,$(MAKECMDGOALS)),)
744 # This allow a user to issue only 'make' to build a kernel including modules
[all...]
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dasus.c181 .modules = bq24190_modules,
325 .modules = bq24190_modules,
H A Dx86-android-tablets.h79 const char * const *modules; member in struct:x86_dev_info
/linux-master/scripts/kconfig/
H A Dstreamline_config.pl12 # that turns on way too many modules than you need, and
13 # you only want the modules you use, then this program
16 # It gives you the ability to turn off all the modules that are
25 # 4. Have all your devices that you need modules for connected and
26 # operational (make sure that their corresponding modules are loaded)
33 # Now your kernel is ready to be built with only the modules that
86 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
352 my %modules;
369 # see what modules are loaded on this system
389 $modules{
[all...]
/linux-master/include/linux/
H A Dmoxtet.h41 u8 modules[TURRIS_MOX_MAX_MODULES]; member in struct:moxtet
/linux-master/scripts/package/
H A Dmkdebian203 This package contains the Linux kernel, modules and corresponding other
228 This is useful for people who need to build external modules
241 all the necessary debug symbols for the kernel and its modules.
/linux-master/sound/soc/intel/catpt/
H A Dloader.c23 u32 modules; member in struct:catpt_fw_hdr
119 for (i = 0; i < ARRAY_SIZE(cdev->modules); i++) {
124 type = &cdev->modules[i];
423 type = &cdev->modules[mod->module_id];
469 for (i = 0; i < fw->modules; i++) {
515 for (i = 0; i < fw->modules; i++) {
H A Dmessages.c51 struct catpt_module_entry *modules,
65 arrsz = sizeof(*modules) * num_modules;
89 memcpy(payload + off, modules, arrsz);
45 catpt_ipc_alloc_stream(struct catpt_dev *cdev, enum catpt_path_id path_id, enum catpt_stream_type type, struct catpt_audio_format *afmt, struct catpt_ring_info *rinfo, u8 num_modules, struct catpt_module_entry *modules, struct resource *persistent, struct resource *scratch, struct catpt_stream_info *sinfo) argument
/linux-master/sound/soc/intel/skylake/
H A Dskl-debug.c27 struct dentry *modules; member in struct:skl_debug
169 debugfs_create_file(w->name, 0444, d->modules, mconfig,
233 d->modules = debugfs_create_dir("modules", d->fs);
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h138 struct dsp_module_desc * modules; /* modules loaded into SP */ member in struct:dsp_spos_instance
/linux-master/drivers/scsi/bfa/
H A Dbfa_modules.h12 * bfa_modules.h BFA modules
65 struct bfa_modules_s modules; /* BFA modules */ member in struct:bfa_s
H A Dbfa_fcpim.h40 #define BFA_FCP_MOD(_hal) (&(_hal)->modules.fcp_mod)
301 #define BFA_FCPIM(_hal) (&(_hal)->modules.fcp_mod.fcpim)
309 ((_bfa)->modules.fcp_mod.fcpim.io_profile_start_time)
311 ((_bfa)->modules.fcp_mod.fcpim.io_profile)
H A Dbfa_svc.h64 #define BFA_SGPG_MOD(__bfa) (&(__bfa)->modules.sgpg_mod)
106 #define BFA_FCXP_MOD(__bfa) (&(__bfa)->modules.fcxp_mod)
240 #define BFA_RPORT_MOD(__bfa) (&(__bfa)->modules.rport_mod)
373 #define BFA_UF_MOD(__bfa) (&(__bfa)->modules.uf_mod)
446 #define BFA_LPS_MOD(__bfa) (&(__bfa)->modules.lps_mod)
460 #define BFA_FCPORT(_bfa) (&((_bfa)->modules.port))
568 #define BFA_FCPORT_MOD(__bfa) (&(__bfa)->modules.fcport)
807 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)
/linux-master/include/linux/greybus/
H A Dhd.h49 struct list_head modules; member in struct:gb_host_device
/linux-master/scripts/gdb/linux/
H A Dsymbols.py18 from linux import modules, utils, constants namespace
57 """(Re-)load symbols of Linux kernel and currently loaded modules.
77 gdb.write("scanning for modules in {0}\n".format(path))
161 module_list = modules.module_list()
163 gdb.write("no modules found\n")
/linux-master/tools/perf/util/
H A Dsymbol.c245 * some low memory address, while modules are located at high
252 * and modules. So the last entry in a module should not fill
754 /* Ignore local symbols for ARM modules */
891 pr_debug("%s/proc/{kallsyms,modules} "
1018 static void add_module(struct module_info *mi, struct rb_root *modules) argument
1020 struct rb_node **p = &modules->rb_node;
1033 rb_insert_color(&mi->rb_node, modules);
1036 static void delete_modules(struct rb_root *modules) argument
1039 struct rb_node *next = rb_first(modules);
1044 rb_erase(&mi->rb_node, modules);
1050 find_module(const char *name, struct rb_root *modules) argument
1075 struct rb_root *modules = arg; local
1095 read_proc_modules(const char *filename, struct rb_root *modules) argument
1151 struct rb_root *modules = data; local
1169 struct rb_root modules = RB_ROOT; local
[all...]

Completed in 271 milliseconds

1234