Home
last modified time | relevance | path

Searched refs:mod_name (Results 1 – 25 of 130) sorted by relevance

123456

/linux-6.15/scripts/
H A Dgenerate_builtin_ranges.awk361 if (mod_name) {
362 if (mod == mod_name) {
364 update_entry(mod_sect, mod_name, mod_soff, eoff);
373 update_entry(mod_sect, mod_name, mod_soff, v);
377 mod_name = mod;
385 mod_name = mod;
459 if (mod_name) {
460 if (mod == mod_name) {
471 update_entry(mod_sect, mod_name, mod_soff, v);
475 mod_name = mod;
[all …]
H A Dverify_builtin_ranges.awk122 mod_name = $0;
125 … printf "[%s] %s from %016x to %016x\n", sect_name, mod_name, mod_saddr, mod_eaddr >"/dev/stderr";
135 sym2mod[idx] = mod_name;
290 mod_name = get_module_info($4);
323 if (mod_name && addr == mod_eaddr)
336 if (sym2mod[idx] == mod_name) {
339 } else if (mod_name == "") {
343 print $2 " in " mod " (should be " mod_name ")";
346 } else if (mod_name != "") {
347 print $2 " should be in " mod_name;
/linux-6.15/scripts/gdb/linux/
H A Dmodules.py53 def invoke(self, mod_name): argument
54 mod_name = mod_name.string()
55 module = find_module_by_name(mod_name)
59 raise gdb.GdbError("Unable to find MODULE " + mod_name)
/linux-6.15/drivers/edac/
H A Dedac_pci.c130 rover->mod_name, rover->ctl_name, rover->pci_idx); in add_edac_pci_to_global_list()
230 pci->mod_name, pci->ctl_name, pci->dev_name, in edac_pci_add_device()
273 pci->pci_idx, pci->mod_name, pci->ctl_name, edac_dev_name(pci)); in edac_pci_del_device()
299 const char *mod_name) in edac_pci_create_generic_ctl() argument
313 pci->mod_name = mod_name; in edac_pci_create_generic_ctl()
332 edac_dbg(0, "pci mod=%s\n", pci->mod_name); in edac_pci_release_generic_ctl()
H A Dedac_pci.h64 const char *mod_name; /* module name */ member
240 const char *mod_name);
H A Dedac_device.c48 edac_dev->mod_name, edac_dev->ctl_name); in edac_device_dump_device()
229 rover->mod_name, rover->ctl_name, rover->dev_idx); in add_edac_dev_to_global_list()
407 edac_dev->mod_name, edac_dev->ctl_name, edac_dev->dev_name, in edac_device_add_device()
455 edac_dev->mod_name, edac_dev->ctl_name, edac_dev_name(edac_dev)); in edac_device_del_device()
H A Dedac_mc.c133 mci->mod_name, mci->ctl_name); in edac_mc_dump_mci()
551 edac_dev_name(mci), p->mod_name, p->ctl_name, p->mc_idx); in add_mc_to_global_list()
636 if (edac_mc_owner && edac_mc_owner != mci->mod_name) { in edac_mc_add_mc_with_groups()
668 mci->mod_name, mci->ctl_name, mci->dev_name, in edac_mc_add_mc_with_groups()
671 edac_mc_owner = mci->mod_name; in edac_mc_add_mc_with_groups()
716 mci->mod_name, mci->ctl_name, edac_dev_name(mci)); in edac_mc_del_mc()
/linux-6.15/drivers/dma/idxd/
H A Dbus.c11 const char *mod_name) in __idxd_driver_register() argument
23 drv->mod_name = mod_name; in __idxd_driver_register()
/linux-6.15/net/netfilter/
H A Dnf_conntrack_helper.c114 nf_conntrack_nat_helper_find(const char *mod_name) in nf_conntrack_nat_helper_find() argument
120 if (!strcmp(cur->mod_name, mod_name)) { in nf_conntrack_nat_helper_find()
133 char mod_name[NF_CT_HELPER_NAME_LEN]; in nf_nat_helper_try_module_get() local
145 snprintf(mod_name, sizeof(mod_name), "%s", h->nat_mod_name); in nf_nat_helper_try_module_get()
147 request_module("%s", mod_name); in nf_nat_helper_try_module_get()
150 nat = nf_conntrack_nat_helper_find(mod_name); in nf_nat_helper_try_module_get()
/linux-6.15/include/linux/
H A Dpci_hotplug.h63 const char *mod_name; member
73 const char *mod_name);
76 const char *mod_name);
/linux-6.15/kernel/debug/kdb/
H A Dkdb_support.c95 (char **)(&symtab->mod_name), namebuf); in kdbnearsym()
104 if (symtab->mod_name == NULL) in kdbnearsym()
105 symtab->mod_name = "kernel"; in kdbnearsym()
107 ret, symtab->sym_start, symtab->mod_name, symtab->sym_name, symtab->sym_name); in kdbnearsym()
219 if (strcmp(symtab_p2->mod_name, "kernel")) in kdb_symbol_print()
220 kdb_printf("[%s]", symtab_p2->mod_name); in kdb_symbol_print()
/linux-6.15/drivers/pci/hotplug/
H A Dpci_hotplug_core.c252 kobj = kset_find_obj(module_kset, slot->mod_name); in fs_add_slot()
357 struct module *owner, const char *mod_name) in __pci_hp_register() argument
361 result = __pci_hp_initialize(slot, bus, devnr, name, owner, mod_name); in __pci_hp_register()
391 const char *mod_name) in __pci_hp_initialize() argument
401 slot->mod_name = mod_name; in __pci_hp_initialize()
/linux-6.15/lib/
H A Ddynamic_debug.c49 const char *mod_name; member
191 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
259 dt->mod_name, dp->function, in ddebug_change()
1147 iter->table->mod_name, dp->function, in ddebug_proc_show()
1212 if (!strcmp(cm->mod_name, dt->mod_name)) { in ddebug_attach_module_classes()
1215 cm->mod_name, cm->base, cm->length, cm->map_type); in ddebug_attach_module_classes()
1226 vpr_info("module:%s attached %d classes\n", dt->mod_name, ct); in ddebug_attach_module_classes()
1254 dt->mod_name = modname; in ddebug_add_module()
1324 static int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
1331 if (dt->mod_name == mod_name) { in ddebug_remove_module()
[all …]
/linux-6.15/drivers/peci/
H A Ddevice.c215 const char *mod_name) in __peci_driver_register() argument
219 driver->driver.mod_name = mod_name; in __peci_driver_register()
/linux-6.15/drivers/base/
H A Dmodule.c44 else if (drv->mod_name) { in module_add_driver()
46 mk = lookup_or_create_module_kobject(drv->mod_name); in module_add_driver()
/linux-6.15/drivers/firmware/arm_ffa/
H A Dbus.c122 const char *mod_name) in ffa_driver_register() argument
132 driver->driver.mod_name = mod_name; in ffa_driver_register()
/linux-6.15/include/net/netfilter/
H A Dnf_conntrack_helper.h168 char mod_name[NF_CT_HELPER_NAME_LEN]; /* module name */ member
174 .mod_name = NF_NAT_HELPER_NAME(name), \
/linux-6.15/drivers/staging/greybus/
H A Dgbphy.c194 struct module *owner, const char *mod_name) in gb_gbphy_register_driver() argument
204 driver->driver.mod_name = mod_name; in gb_gbphy_register_driver()
/linux-6.15/drivers/greybus/
H A Dcore.c299 const char *mod_name) in greybus_register_driver() argument
311 driver->driver.mod_name = mod_name; in greybus_register_driver()
/linux-6.15/include/xen/
H A Dxenbus.h131 const char *mod_name);
134 const char *mod_name);
/linux-6.15/drivers/input/rmi4/
H A Drmi_bus.c299 const char *mod_name) in __rmi_register_function_handler() argument
306 driver->mod_name = mod_name; in __rmi_register_function_handler()
/linux-6.15/drivers/mcb/
H A Dmcb-core.c183 const char *mod_name) in __mcb_register_driver() argument
190 drv->driver.mod_name = mod_name; in __mcb_register_driver()
/linux-6.15/sound/soc/intel/avs/
H A Dloader.c218 char *mod_name; in avs_cldma_load_module() local
221 mod_name = kasprintf(GFP_KERNEL, "%s/%s/dsp_mod_%pUL.bin", AVS_ROOT_DIR, in avs_cldma_load_module()
223 if (!mod_name) in avs_cldma_load_module()
226 ret = avs_request_firmware(adev, &mod, mod_name); in avs_cldma_load_module()
227 kfree(mod_name); in avs_cldma_load_module()
/linux-6.15/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c237 const char *mod_name) in __xenbus_register_backend() argument
242 owner, mod_name); in __xenbus_register_backend()
/linux-6.15/drivers/ntb/
H A Dcore.c79 const char *mod_name) in __ntb_register_client() argument
88 client->drv.name = mod_name; in __ntb_register_client()

123456