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

1234567891011>>

/linux-master/net/hsr/
H A Dhsr_netlink.h14 #include <linux/module.h>
/linux-master/arch/parisc/video/
H A Dfbdev.c9 #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)
47 kvm_gmem_init(struct module *module) argument
/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/include/trace/events/
H A Dmodule.h3 * Because linux/module.h has tracepoints in the header, and ftrace.h
4 * used to include this file, define_trace.h includes linux/module.h
5 * But we do not want the module.h to override the TRACE_SYSTEM macro
7 * when module events are being processed, which would happen when
12 #define TRACE_SYSTEM module
22 struct module;
33 TP_PROTO(struct module *mod),
52 TP_PROTO(struct module *mod),
72 TP_PROTO(struct module *mod, unsigned long ip),
94 TP_PROTO(struct module *mo
[all...]
/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)
H A Dprocfs.c8 #include <linux/module.h>
16 static inline void print_unload_info(struct seq_file *m, struct module *mod)
41 static inline void print_unload_info(struct seq_file *m, struct module *mod)
65 static unsigned int module_total_size(struct module *mod)
76 struct module *mod = list_entry(p, struct module, list);
/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...]
/linux-master/include/linux/
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...]
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 Dcdev.h12 struct module;
16 struct module *owner;
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c2 /* Kernel module help for PPC.
9 #include <linux/module.h>
123 struct module *me)
160 struct module *mod)
200 struct module *module)
248 sechdrs, module);
278 module->name,
288 notrace int module_trampoline_target(struct module *mod, unsigned long addr,
322 int module_finalize_ftrace(struct module *modul argument
196 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *module) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c35 u8 max_eeprom_len; /* Maximum module EEPROM transaction length. */
60 u8 slot_index, u8 module)
64 return &mlxsw_env->line_cards[slot_index]->module_info[module];
68 u8 slot_index, u8 module)
77 module_info = mlxsw_env_module_info_get(core, slot_index, module);
90 u8 slot_index, u8 module)
96 err = __mlxsw_env_validate_module_type(core, slot_index, module);
147 int module, u16 offset, u16 size, void *data,
189 mlxsw_reg_mcia_pack(mcia_pl, slot_index, module, page, offset, size,
209 int module, in
59 mlxsw_env_module_info_get(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
67 __mlxsw_env_validate_module_type(struct mlxsw_core *core, u8 slot_index, u8 module) argument
89 mlxsw_env_validate_module_type(struct mlxsw_core *core, u8 slot_index, u8 module) argument
146 mlxsw_env_query_module_eeprom(struct mlxsw_core *mlxsw_core, u8 slot_index, int module, u16 offset, u16 size, void *data, bool qsfp, unsigned int *p_read_size) argument
208 mlxsw_env_module_temp_thresholds_get(struct mlxsw_core *core, u8 slot_index, int module, int off, int *temp) argument
289 mlxsw_env_get_module_info(struct net_device *netdev, struct mlxsw_core *mlxsw_core, u8 slot_index, int module, struct ethtool_modinfo *modinfo) argument
384 mlxsw_env_get_module_eeprom(struct net_device *netdev, struct mlxsw_core *mlxsw_core, u8 slot_index, int module, struct ethtool_eeprom *ee, u8 *data) argument
459 mlxsw_env_get_module_eeprom_by_page(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, const struct ethtool_module_eeprom *page, struct netlink_ext_ack *extack) argument
516 mlxsw_env_module_reset(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
527 mlxsw_env_reset_module(struct net_device *netdev, struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, u32 *flags) argument
582 mlxsw_env_get_module_power_mode(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, struct ethtool_module_power_mode_params *params, struct netlink_ext_ack *extack) argument
630 mlxsw_env_module_enable_set(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool enable) argument
645 mlxsw_env_module_low_power_set(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool low_power) argument
664 __mlxsw_env_set_module_power_mode(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool low_power, struct netlink_ext_ack *extack) argument
709 mlxsw_env_set_module_power_mode_apply(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, enum ethtool_module_power_mode_policy policy, struct netlink_ext_ack *extack) argument
746 mlxsw_env_set_module_power_mode(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, enum ethtool_module_power_mode_policy policy, struct netlink_ext_ack *extack) argument
769 mlxsw_env_module_has_temp_sensor(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool *p_has_temp_sensor) argument
963 u8 module; member in struct:mlxsw_env_module_plug_unplug_event
1015 u8 module = mlxsw_reg_pmpe_module_get(pmpe_pl); local
1080 mlxsw_env_module_overheat_counter_get(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, u64 *p_counter) argument
1095 mlxsw_env_module_port_map(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
1108 mlxsw_env_module_port_unmap(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
1121 mlxsw_env_module_port_up(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
1154 mlxsw_env_module_port_down(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
[all...]
/linux-master/include/linux/framer/
H A Dframer-provider.h35 * @owner: the module owner containing the ops
80 struct module *owner;
86 * @owner: the module owner having of_xlate
92 struct module *owner;
123 __framer_provider_of_register(struct device *dev, struct module *owner,
130 __devm_framer_provider_of_register(struct device *dev, struct module *owner,
162 __framer_provider_of_register(struct device *dev, struct module *owner,
174 __devm_framer_provider_of_register(struct device *dev, struct module *owner,
/linux-master/arch/mips/lantiq/falcon/
H A Dsysctrl.c85 do {} while (--err && ((sysctl_r32(clk->module, reg)
88 pr_err("module de/activation failed %d %08X %08X %08X\n",
89 clk->module, clk->bits, test,
90 sysctl_r32(clk->module, reg) & clk->bits);
95 sysctl_w32(clk->module, clk->bits, SYSCTL_CLKEN);
96 sysctl_w32(clk->module, clk->bits, SYSCTL_ACT);
103 sysctl_w32(clk->module, clk->bits, SYSCTL_CLKCLR);
104 sysctl_w32(clk->module, clk->bits, SYSCTL_DEACT);
110 sysctl_w32(clk->module, clk->bits, SYSCTL_CLKEN);
111 sysctl_w32(clk->module, cl
165 clkdev_add_sys(const char *dev, unsigned int module, unsigned int bits) argument
[all...]
/linux-master/drivers/mmc/core/
H A Dpwrseq.h14 struct module;
27 struct module *owner;
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.h19 #define OMAP34XX_CM_REGADDR(module, reg) \
20 OMAP2_L4_IO_ADDRESS(OMAP3430_CM_BASE + (module) + (reg))
26 * These registers appear once per CM module.

Completed in 630 milliseconds

1234567891011>>