Searched refs:module (Results 151 - 175 of 14580) sorted by relevance

1234567891011>>

/linux-master/drivers/video/
H A Dnomodeset.c3 #include <linux/module.h>
/linux-master/lib/zstd/
H A Dzstd_common_module.c12 #include <linux/module.h>
18 // Export symbols shared by compress and decompress into a common module
/linux-master/tools/testing/cxl/
H A Dwatermark.h5 #include <linux/module.h>
16 * mocked module and not the standard one from the base tree.
/linux-master/include/linux/
H A Dacpi_mdio.h13 struct module *owner);
H A Dfirmware.h81 struct module;
106 struct module *module, bool uevent,
141 struct module *module, bool uevent,
179 firmware_upload_register(struct module *module, struct device *parent,
187 firmware_upload_register(struct module *module, struct device *parent, argument
140 request_firmware_nowait( struct module *module, bool uevent, const char *name, struct device *device, gfp_t gfp, void *context, void (*cont)(const struct firmware *fw, void *context)) argument
H A Dlivepatch.h12 #include <linux/module.h>
106 * @name: module name (or NULL for vmlinux)
112 * @mod: kernel module associated with the patched object
127 struct module *mod;
146 * @mod: reference to the live patch module
156 * @finish: for waiting till it is safe to remove the patch module
160 struct module *mod;
197 /* Called from the module loader during module coming/going states */
198 int klp_module_coming(struct module *mo
[all...]
/linux-master/fs/nfs/
H A Dnfs3super.c5 #include <linux/module.h>
/linux-master/net/hsr/
H A Dhsr_netlink.h14 #include <linux/module.h>
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/
H A Dmodule.c5 #include <linux/module.h>
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/
H A Dmodule.c5 #include <linux/module.h>
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
H A Dmodule.c5 #include <linux/module.h>
/linux-master/drivers/dpll/
H A Ddpll_core.h22 * @module: module of creator
32 struct module *module; member in struct:dpll_device
44 * @module: module of creator
56 struct module *module; member in struct:dpll_pin
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_mod.c6 #include <linux/module.h>
24 MODULE_DESCRIPTION("Livepatch test: target module");
/linux-master/drivers/leds/trigger/
H A Dledtrig-default-on.c10 #include <linux/module.h>
/linux-master/virt/kvm/
H A Dkvm_mm.h39 void kvm_gmem_init(struct module *module);
45 static inline void kvm_gmem_init(struct module *module) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.h12 int ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset,
/linux-master/crypto/asymmetric_keys/
H A Dselftest_ecdsa.c7 #include <linux/module.h>
H A Dselftest_rsa.c7 #include <linux/module.h>
/linux-master/arch/parisc/video/
H A Dvideo-sti.c8 #include <linux/module.h>
/linux-master/arch/sparc/video/
H A Dvideo-common.c5 #include <linux/module.h>
/linux-master/arch/microblaze/kernel/
H A Dmodule.c19 unsigned int symindex, unsigned int relsec, struct module *module)
82 pr_err("module %s: Unknown relocation: %u\n",
83 module->name,
92 struct module *module)
18 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *module) argument
91 module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *module) argument
/linux-master/kernel/module/
H A Dtree_lookup.c9 #include <linux/module.h>
78 void mod_tree_insert(struct module *mod)
87 void mod_tree_remove_init(struct module *mod)
95 void mod_tree_remove(struct module *mod)
103 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree)
/linux-master/drivers/pnp/pnpbios/
H A Dbioscalls.c7 #include <linux/module.h>
154 void pnpbios_print_status(const char *module, u16 status) argument
158 printk(KERN_ERR "PnPBIOS: %s: function successful\n", module);
162 module);
166 module);
171 module);
174 printk(KERN_ERR "PnPBIOS: %s: invalid handle\n", module);
178 module);
182 module);
185 printk(KERN_ERR "PnPBIOS: %s: no events are pending\n", module);
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dlogger.h10 #include <linux/module.h>
48 void vdo_log_embedded_message(int priority, const char *module, const char *prefix,
59 int __vdo_log_strerror(int priority, int errnum, const char *module,
63 int vdo_vlog_strerror(int priority, int errnum, const char *module, const char *format,
86 void __vdo_log_message(int priority, const char *module, const char *format, ...)
/linux-master/sound/soc/sof/
H A Dipc3-loader.c231 /* generic module parser for mmaped DSPs */
233 struct snd_sof_mod_hdr *module)
240 dev_dbg(sdev->dev, "new module size %#x blocks %#x type %#x\n",
241 module->size, module->num_blocks, module->type);
243 block = (struct snd_sof_blk_hdr *)((u8 *)module + sizeof(*module));
245 /* module->size doesn't include header size */
246 remaining = module
232 sof_ipc3_parse_module_memcpy(struct snd_sof_dev *sdev, struct snd_sof_mod_hdr *module) argument
317 struct snd_sof_mod_hdr *module; local
[all...]

Completed in 421 milliseconds

1234567891011>>