Searched refs:kmod (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | kmod-path.c | 7 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()
|
D | Build | 32 perf-y += kmod-path.o
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 142 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/ |
D | dso.c | 192 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()
|
D | symbol.c | 1354 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()
|
D | dso.h | 250 bool kmod; member
|
D | machine.c | 526 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.cmd | 2 …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/ |
D | mono.txt | 28 to insert it manually with modprobe/insmod, as kmod
|
D | java.txt | 24 to insert it manually with modprobe/insmod, as kmod
|
D | kernel-docs.txt | 69 interrupt handling, char drivers, block drivers, kmod, mmap, DMA,
|
/linux-4.4.14/kernel/ |
D | Makefile | 8 signal.o sys.o kmod.o workqueue.o pid.o task_work.o \
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 80 loading with kmod, the kernel module loader, here is the section I
|
D | Opti | 68 Using kmod and autoloading the sound driver
|
/linux-4.4.14/Documentation/networking/ |
D | baycom.txt | 151 leave it to kmod to load the correct driver depending on the application.
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 168 When using ide.c as a module in combination with kmod, add:
|
/linux-4.4.14/ |
D | CREDITS | 1009 D: implemented kmod 2855 D: implemented kmod
|
/linux-4.4.14/init/ |
D | Kconfig | 1988 module-init-tools MAY support gzip, and kmod MAY support gzip and xz.
|