Searched refs:kmod (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/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 | 33 perf-y += kmod-path.o
|
/linux-4.1.27/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.1.27/tools/perf/util/ |
D | symbol.c | 1329 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument 1340 return !kmod && dso->kernel == DSO_TYPE_USER; in dso__is_compatible_symtab_type() 1360 return kmod && dso->symtab_type == type; in dso__is_compatible_symtab_type() 1381 bool kmod; in dso__load() local 1422 kmod = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE || in dso__load() 1438 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load() 1484 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, filter, kmod); in dso__load()
|
D | dso.c | 175 return m.kmod; in is_kernel_module() 237 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse() 240 if (m->kmod) { in __kmod_path__parse()
|
D | dso.h | 227 bool kmod; member
|
D | machine.c | 479 if (m->kmod && m->comp) in machine__module_dso() 937 if (m.kmod) in map_groups__set_modules_path_dir()
|
/linux-4.1.27/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.1.27/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.1.27/kernel/ |
D | Makefile | 8 signal.o sys.o kmod.o workqueue.o pid.o task_work.o \
|
/linux-4.1.27/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.1.27/Documentation/networking/ |
D | baycom.txt | 151 leave it to kmod to load the correct driver depending on the application.
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 168 When using ide.c as a module in combination with kmod, add:
|
/linux-4.1.27/init/ |
D | Kconfig | 1957 module-init-tools has support for gzip format while kmod handle gzip 1969 compressed. module-init-tools or kmod handles decompression and provide to
|
/linux-4.1.27/ |
D | CREDITS | 1005 D: implemented kmod 2847 D: implemented kmod
|