Searched refs:module (Results 426 - 450 of 14580) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/firmware/arm_scmi/
H A DMakefile15 scmi-module-objs := $(scmi-driver-y) $(scmi-protocols-y) $(scmi-transport-y)
18 obj-$(CONFIG_ARM_SCMI_PROTOCOL) += scmi-module.o
/linux-master/lib/
H A Dcodetag.c5 #include <linux/module.h>
24 struct module *mod;
85 /* If module was removed move to the next one */
129 static void *get_symbol(struct module *mod, const char *prefix, const char *name)
149 static struct codetag_range get_section_range(struct module *mod,
158 static int codetag_module_init(struct codetag_type *cttype, struct module *mod)
166 pr_warn("Failed to load code tags of type %s from the module %s\n",
202 void codetag_load_module(struct module *mod)
215 bool codetag_unload_module(struct module *mod)
253 static int codetag_module_init(struct codetag_type *cttype, struct module *mo
[all...]
H A Dbug.c44 #include <linux/module.h>
64 /* Updates are protected by module mutex */
69 struct module *mod;
89 struct module *mod)
117 void module_bug_cleanup(struct module *mod)
236 struct module *mod;
/linux-master/include/linux/fpga/
H A Dfpga-bridge.h48 * @br_ops_owner: module containing the br_ops
58 struct module *br_ops_owner;
89 struct module *owner);
H A Dfpga-mgr.h204 * @mops_owner: module containing the mops
214 struct module *mops_owner;
239 struct module *owner);
245 const struct fpga_manager_ops *mops, void *priv, struct module *owner);
253 struct module *owner);
259 struct module *owner);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sched.c4 * LINUX operating system. IPVS is now implemented as a module
18 #include <linux/module.h>
91 if (sched->module && !try_module_get(sched->module)) {
102 module_put(sched->module);
123 * If scheduler not found, load the module and search again
136 module_put(scheduler->module);
181 /* increase the module use count */
244 /* decrease the module use count */
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst.c11 #include <linux/module.h>
255 struct skl_module_table *module; local
257 list_for_each_entry(module, &ctx->module_list, list) {
258 if (module->mod_info->mod_id == mod_id)
259 return ++module->usage_cnt;
267 struct skl_module_table *module; local
269 list_for_each_entry(module, &ctx->module_list, list) {
270 if (module->mod_info->mod_id == mod_id)
271 return --module->usage_cnt;
312 /* get a module fro
316 struct skl_module_table *module; local
471 struct skl_module_table *module; local
484 struct skl_module_table *module, *tmp; local
[all...]
/linux-master/arch/loongarch/kernel/
H A Dmodule.c47 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v,
53 static int apply_r_larch_error(struct module *me, u32 *location, Elf_Addr v,
60 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v,
67 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v,
74 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v,
80 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v,
86 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v,
105 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod,
120 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v,
166 static int apply_r_larch_sop_imm_field(struct module *mo
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_core.c15 #include <linux/module.h>
62 #define for_each_netcp_module(module) \
63 list_for_each_entry(module, &netcp_modules, module_list)
231 struct netcp_module *module)
242 /* Find this module in the sub-tree for this device */
257 if (!strcasecmp(module->name, name))
262 /* If module not used for this device, skip it */
264 dev_warn(dev, "module(%s) not used for device\n", module->name);
275 inst_modpriv->netcp_module = module;
230 netcp_module_probe(struct netcp_device *netcp_device, struct netcp_module *module) argument
348 netcp_register_module(struct netcp_module *module) argument
389 netcp_release_module(struct netcp_device *netcp_device, struct netcp_module *module) argument
427 netcp_unregister_module(struct netcp_module *module) argument
450 netcp_module_get_intf_data(struct netcp_module *module, struct netcp_intf *intf) argument
1454 struct netcp_module *module; local
1478 struct netcp_module *module; local
1500 struct netcp_module *module; local
1701 struct netcp_module *module; local
1748 struct netcp_module *module; local
1789 struct netcp_module *module; local
1828 struct netcp_module *module; local
1855 struct netcp_module *module; local
2120 struct netcp_module *module; local
2152 struct netcp_module *module; local
2236 struct netcp_module *module; local
[all...]
/linux-master/include/linux/
H A Dnetlink.h57 struct module *module,
287 /* the module that dump function belong to */
288 struct module *module; member in struct:netlink_callback
325 struct module *module; member in struct:netlink_dump_control
337 if (!control->module)
338 control->module = THIS_MODULE;
345 struct module *modul member in struct:netlink_tap
[all...]
H A Dkallsyms.h3 * module loader:
14 #include <linux/module.h>
25 struct module;
52 struct module *mod;
/linux-master/arch/mips/kernel/
H A Dmodule.c38 static int apply_r_mips_26(struct module *me, u32 *location, u32 base,
42 pr_err("module %s: dangerous R_MIPS_26 relocation\n",
48 pr_err("module %s: relocation overflow\n",
59 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v,
98 static int apply_r_mips_lo16(struct module *me, u32 *location,
165 pr_err("module %s: dangerous R_MIPS_LO16 relocation\n", me->name);
170 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base,
178 pr_err("module %s: dangerous R_MIPS_PC%u relocation\n",
192 pr_err("module %s: relocation overflow\n", me->name);
201 static int apply_r_mips_pc16(struct module *m
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dgspca.h5 #include <linux/module.h>
156 struct module *module; /* subdriver handling the device */ member in struct:gspca_dev
223 struct module *module);
228 struct module *module);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-device.c11 #include <linux/module.h>
112 struct v4l2_subdev *sd, struct module *module)
121 * The reason to acquire the module here is to avoid unloading
122 * a module of sub-device which is registered to a media
128 module == v4l2_dev->dev->driver->owner;
130 if (!sd->owner_v4l2_dev && !try_module_get(module))
155 sd->owner = module;
177 struct module *owner = !sd->owner_v4l2_dev ? sd->owner : NULL;
111 __v4l2_device_register_subdev(struct v4l2_device *v4l2_dev, struct v4l2_subdev *sd, struct module *module) argument
/linux-master/sound/core/
H A Dinit.c9 #include <linux/module.h>
48 * module via slots option
50 static int module_slot_match(struct module *module, int idx) argument
56 if (!module || !*module->name || !slots[idx])
59 s1 = module->name;
65 /* compare module name strings
89 static int check_empty_slot(struct module *module, in argument
98 get_slot_from_bitmask(int mask, int (*check)(struct module *, int), struct module *module) argument
171 snd_card_new(struct device *parent, int idx, const char *xid, struct module *module, int extra_size, struct snd_card **card_ret) argument
227 snd_devm_card_new(struct device *parent, int idx, const char *xid, struct module *module, size_t extra_size, struct snd_card **card_ret) argument
276 snd_card_init(struct snd_card *card, struct device *parent, int idx, const char *xid, struct module *module, size_t extra_size) argument
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c1 /* Postprocess module symbol versions
6 * Based in part on module-init-tools/depmod.c,file2alias
31 /* If we are modposting external module set to 1 */
57 /* In kernel, this size is defined in linux/module.h;
163 static struct module *find_module(const char *modname)
165 struct module *mod;
174 static struct module *new_module(const char *name, size_t namelen)
176 struct module *mod;
209 struct list_head list; /* link to module::exported_symbols or module
210 struct module *module; member in struct:symbol
[all...]
/linux-master/drivers/greybus/
H A Dgreybus_trace.h310 __entry->module_id = intf->module->module_id;
376 TP_PROTO(struct gb_module *module),
378 TP_ARGS(module),
388 __entry->hd_bus_id = module->hd->bus_id;
389 __entry->module_id = module->module_id;
390 __entry->num_interfaces = module->num_interfaces;
391 __entry->disconnected = module->disconnected;
401 TP_PROTO(struct gb_module *module), \
402 TP_ARGS(module))
405 * Occurs after a new module i
[all...]
/linux-master/drivers/macintosh/
H A Dwindfarm.h14 #include <linux/module.h>
33 struct module *owner;
102 struct module *owner;
126 * notifier_block doesn't have a module owner field. I may fix
/linux-master/arch/arm/mach-omap2/
H A Dprm2xxx.c3 * OMAP2xxx PRM module functions
115 * omap2xxx_prm_clear_mod_irqs - clear wakeup status bits for a module
116 * @module: PRM module to clear wakeups from
120 * Clears wakeup status bits for a given module, so that the device can
123 static int omap2xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 wkst_mask) argument
127 wkst = omap2_prm_read_mod_reg(module, regs);
129 omap2_prm_write_mod_reg(wkst, module, regs);
H A Dprm3xxx.c3 * OMAP3xxx PRM module functions
217 * @module: PRM module to clear wakeups from
228 static int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 wkst_mask) argument
238 wkst = omap2_prm_read_mod_reg(module, wkst_off);
239 wkst &= omap2_prm_read_mod_reg(module, grpsel_off);
242 iclk = omap2_cm_read_mod_reg(module, iclk_off);
243 fclk = omap2_cm_read_mod_reg(module, fclk_off);
246 omap2_cm_set_mod_reg_bits(clken, module, iclk_off);
251 if (module
[all...]
/linux-master/arch/arm/kernel/
H A Dpatch.c25 bool module = !core_kernel_text(uintaddr); local
28 if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
30 else if (!module && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
/linux-master/arch/sh/kernel/
H A Dmodule.c2 /* Kernel module help for SH.
28 struct module *me)
82 printk(KERN_ERR "module %s: Unknown relocation: %u\n",
92 struct module *me)
101 void module_arch_cleanup(struct module *mod)
/linux-master/arch/parisc/kernel/
H A Dpatch.c30 bool module = !core_kernel_text(uintaddr); local
34 if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
36 else if (!module && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
/linux-master/tools/testing/selftests/firmware/
H A Dfw_lib.sh49 echo "Loaded configs module"
56 echo "Failed to load configs module, using old heuristics" >&2
101 OLD_FWPATH="$(cat /sys/module/firmware_class/parameters/path)"
140 echo -n "$FWPATH" >/sys/module/firmware_class/parameters/path
197 printf '\000' >/sys/module/firmware_class/parameters/path
199 echo -n "$OLD_FWPATH" >/sys/module/firmware_class/parameters/path
/linux-master/drivers/md/
H A Ddm-path-selector.c14 #include <linux/module.h>
48 if (psi && !try_module_get(psi->pst.module))
83 module_put(psi->pst.module);

Completed in 405 milliseconds

<<11121314151617181920>>