Home
last modified time | relevance | path

Searched refs:kmod (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dkmod-path.c7 bool kmod, bool comp, const char *name, const char *ext) in test() argument
17 path, alloc_name, alloc_ext, m.kmod, m.comp, m.name, m.ext); in test()
19 TEST_ASSERT_VAL("wrong kmod", m.kmod == kmod); in test()
DBuild32 perf-y += kmod-path.o
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt142 static struct options kmod[] = {
220 for (i = 0; kmod[i].opt != NULL; i++)
221 if (strcmp(tok, kmod[i].opt) == 0) {
222 report[0] = report[0] | kmod[i].val;
225 if (kmod[i].opt != NULL)
338 for (i = 0; kmod[i].opt != NULL; i++)
339 printf("\t\t%s\n", kmod[i].opt);
/linux-4.4.14/tools/perf/util/
Ddso.c192 return m.kmod; in is_kernel_module()
253 m->kmod = false; in __kmod_path__parse()
256 m->kmod = true; in __kmod_path__parse()
275 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse()
278 if (m->kmod) { in __kmod_path__parse()
Dsymbol.c1354 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument
1365 return !kmod && dso->kernel == DSO_TYPE_USER; in dso__is_compatible_symtab_type()
1385 return kmod && dso->symtab_type == type; in dso__is_compatible_symtab_type()
1406 bool kmod; in dso__load() local
1458 kmod = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE || in dso__load()
1482 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load()
1528 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, filter, kmod); in dso__load()
Ddso.h250 bool kmod; member
Dmachine.c526 if (m->kmod && m->comp) in machine__findnew_module_dso()
1011 if (m.kmod) in map_groups__set_modules_path_dir()
/linux-4.4.14/Documentation/DocBook/
D.kernel-api.xml.cmd2 …e.c ipc/util.c include/linux/kfifo.h kernel/relay.c kernel/relay.c kernel/kmod.c kernel/irq/manage…
/linux-4.4.14/Documentation/
Dmono.txt28 to insert it manually with modprobe/insmod, as kmod
Djava.txt24 to insert it manually with modprobe/insmod, as kmod
Dkernel-docs.txt69 interrupt handling, char drivers, block drivers, kmod, mmap, DMA,
/linux-4.4.14/kernel/
DMakefile8 signal.o sys.o kmod.o workqueue.o pid.o task_work.o \
/linux-4.4.14/Documentation/sound/oss/
DSoundPro80 loading with kmod, the kernel module loader, here is the section I
DOpti68 Using kmod and autoloading the sound driver
/linux-4.4.14/Documentation/networking/
Dbaycom.txt151 leave it to kmod to load the correct driver depending on the application.
/linux-4.4.14/Documentation/ide/
Dide.txt168 When using ide.c as a module in combination with kmod, add:
/linux-4.4.14/
DCREDITS1009 D: implemented kmod
2855 D: implemented kmod
/linux-4.4.14/init/
DKconfig1988 module-init-tools MAY support gzip, and kmod MAY support gzip and xz.