Searched refs:module (Results 251 - 275 of 14511) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/kernel/
H A Dmodule.c3 * linux/arch/arm/kernel/module.c
10 #include <linux/module.h>
27 * The XIP kernel text is mapped in the module area for modules and
87 * any in-kernel symbol reference (unless module PLTs are being used).
111 unsigned int relindex, struct module *module)
135 module->name, relindex, i);
144 module->name, relindex, i, symname,
166 module->name, relindex, i, symname);
185 offset = get_module_plt(module, lo
110 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relindex, struct module *module) argument
[all...]
/linux-master/drivers/base/
H A Dmap.c12 #include <linux/module.h>
24 struct module *owner;
33 struct module *module, kobj_probe_t *probe,
49 p->owner = module;
105 struct module *owner;
32 kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, struct module *module, kobj_probe_t *probe, int (*lock)(dev_t, void *), void *data) argument
/linux-master/scripts/
H A DMakefile.modfinal21 # modname and part-of-module are set to make c_flags define proper module flags
23 part-of-module = y
35 -T scripts/module.lds -o $@ $(filter %.o, $^)
54 # Re-generate module BTFs if either module's .ko or vmlinux changed
55 %.ko: %.o %.mod.o scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODULES),$(KBUILD_BUILTIN),vmlinux) FORCE
/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c8 #include <linux/module.h>
22 __module_get(vt->module);
54 module_put(vt->module);
/linux-master/include/linux/
H A Ddevcoredump.h9 #include <linux/module.h>
58 void dev_coredumpm(struct device *dev, struct module *owner,
74 dev_coredumpm(struct device *dev, struct module *owner,
H A Dpci_hotplug.h55 * @owner: The module owner of this structure
56 * @mod_name: The module name (KBUILD_MODNAME) of this structure
64 struct module *owner;
74 const char *name, struct module *owner,
77 const char *name, struct module *owner,
/linux-master/include/linux/iio/
H A Dtrigger.h7 #include <linux/module.h>
43 * @owner: [INTERN] owner of this driver module
62 struct module *owner;
164 struct module *this_mod,
/linux-master/drivers/greybus/
H A Dcore.c114 const struct gb_module *module = NULL; local
123 module = to_gb_module(dev);
124 hd = module->hd;
127 module = intf->module;
132 module = intf->module;
137 module = intf->module;
150 if (module) {
[all...]
/linux-master/arch/alpha/lib/
H A Dudelay.c8 #include <linux/module.h>
/linux-master/arch/parisc/lib/
H A Ddelay.c15 #include <linux/module.h>
/linux-master/drivers/hid/
H A Dhid-redragon.c17 #include <linux/module.h>
/linux-master/arch/sh/mm/
H A Duncached.c3 #include <linux/module.h>
/linux-master/arch/sh/kernel/
H A Dreturn_address.c9 #include <linux/module.h>
/linux-master/arch/m68k/kernel/
H A Dmodule.c26 struct module *me)
54 pr_err("module %s: Unknown relocation: %u\n", me->name,
66 struct module *me)
94 pr_err("module %s: Unknown relocation: %u\n", me->name,
104 struct module *mod)
112 void module_fixup(struct module *mod, struct m68k_fixup_info *start,
/linux-master/include/video/
H A Dhecubafb.h42 struct module *owner;
H A Dmetronomefb.h40 struct module *owner; /* the platform device */
/linux-master/arch/sh/kernel/cpu/
H A Dadc.c8 #include <linux/module.h>
/linux-master/arch/s390/appldata/
H A Dappldata.h40 struct module *owner; /* THIS_MODULE */
/linux-master/arch/arm/mach-shmobile/
H A Dsuspend.c10 #include <linux/module.h>
/linux-master/drivers/s390/char/
H A Dtape_class.h14 #include <linux/module.h>
H A Dhmcdrv_mod.c13 #include <linux/module.h>
26 * module parameter 'cachesize'
32 * hmcdrv_mod_init() - module init function
55 * hmcdrv_mod_exit() - module exit function
/linux-master/drivers/usb/phy/
H A Dof.c7 #include <linux/module.h>
/linux-master/drivers/usb/typec/altmodes/
H A Dnvidia.c7 #include <linux/module.h>
/linux-master/drivers/staging/greybus/
H A Daudio_manager.h38 * Returns a negative result on error, or the id of the newly created module.
60 * or NULL if there is no module with the specified ID.
65 * Decreases the refcount of the module, obtained by the get function.
68 void gb_audio_manager_put_module(struct gb_audio_manager_module *module);
71 * Dumps the module for the specified id
/linux-master/net/appletalk/
H A Ddev.c8 #include <linux/module.h>

Completed in 368 milliseconds

<<11121314151617181920>>