Home
last modified time | relevance | path

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

/linux-4.1.27/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()
DBuild33 perf-y += kmod-path.o
/linux-4.1.27/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.1.27/tools/perf/util/
Dsymbol.c1329 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()
Ddso.c175 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()
Ddso.h227 bool kmod; member
Dmachine.c479 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.cmd2 …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/
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.1.27/kernel/
DMakefile8 signal.o sys.o kmod.o workqueue.o pid.o task_work.o \
/linux-4.1.27/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.1.27/Documentation/networking/
Dbaycom.txt151 leave it to kmod to load the correct driver depending on the application.
/linux-4.1.27/Documentation/ide/
Dide.txt168 When using ide.c as a module in combination with kmod, add:
/linux-4.1.27/init/
DKconfig1957 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/
DCREDITS1005 D: implemented kmod
2847 D: implemented kmod