/linux/scripts/ |
H A D | generate_builtin_ranges.awk | 356 if (mod_name) { 357 if (mod == mod_name) { 359 update_entry(mod_sect, mod_name, mod_soff, eoff); 364 update_entry(mod_sect, mod_name, mod_soff, soff); 368 update_entry(mod_sect, mod_name, mod_soff, v); 372 mod_name = mod; 380 mod_name = mod; 454 if (mod_name) { 455 if (mod == mod_name) { 457 update_entry(mod_sect, mod_name, mod_soff, eoff); [all …]
|
H A D | verify_builtin_ranges.awk | 122 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/drivers/edac/ |
H A D | edac_pci.c | 130 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 D | edac_pci.h | 64 const char *mod_name; /* module name */ member 240 const char *mod_name);
|
H A D | edac_device.c | 48 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 D | edac_mc.c | 133 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/scripts/gdb/linux/ |
H A D | modules.py | 53 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/net/netfilter/ |
H A D | nf_conntrack_helper.c | 114 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/drivers/dma/idxd/ |
H A D | bus.c | 11 const char *mod_name) in __idxd_driver_register() argument 23 drv->mod_name = mod_name; in __idxd_driver_register()
|
/linux/kernel/debug/kdb/ |
H A D | kdb_support.c | 95 (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/include/linux/ |
H A D | pci_hotplug.h | 65 const char *mod_name; member 75 const char *mod_name); 78 const char *mod_name);
|
/linux/lib/ |
H A D | dynamic_debug.c | 49 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/drivers/peci/ |
H A D | device.c | 215 const char *mod_name) in __peci_driver_register() argument 219 driver->driver.mod_name = mod_name; in __peci_driver_register()
|
/linux/drivers/firmware/arm_ffa/ |
H A D | bus.c | 122 const char *mod_name) in ffa_driver_register() argument 132 driver->driver.mod_name = mod_name; in ffa_driver_register()
|
/linux/drivers/base/ |
H A D | module.c | 44 else if (drv->mod_name) { in module_add_driver() 48 mkobj = kset_find_obj(module_kset, drv->mod_name); in module_add_driver()
|
/linux/include/net/netfilter/ |
H A D | nf_conntrack_helper.h | 168 char mod_name[NF_CT_HELPER_NAME_LEN]; /* module name */ member 174 .mod_name = NF_NAT_HELPER_NAME(name), \
|
/linux/drivers/staging/greybus/ |
H A D | gbphy.c | 194 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/drivers/greybus/ |
H A D | core.c | 299 const char *mod_name) in greybus_register_driver() argument 311 driver->driver.mod_name = mod_name; in greybus_register_driver()
|
/linux/sound/soc/intel/avs/ |
H A D | loader.c | 216 char *mod_name; in avs_cldma_load_module() local 219 mod_name = kasprintf(GFP_KERNEL, "%s/%s/dsp_mod_%pUL.bin", AVS_ROOT_DIR, in avs_cldma_load_module() 221 if (!mod_name) in avs_cldma_load_module() 224 ret = avs_request_firmware(adev, &mod, mod_name); in avs_cldma_load_module() 225 kfree(mod_name); in avs_cldma_load_module()
|
/linux/include/xen/ |
H A D | xenbus.h | 131 const char *mod_name); 134 const char *mod_name);
|
/linux/drivers/input/rmi4/ |
H A D | rmi_bus.c | 299 const char *mod_name) in __rmi_register_function_handler() argument 306 driver->mod_name = mod_name; in __rmi_register_function_handler()
|
/linux/drivers/mcb/ |
H A D | mcb-core.c | 183 const char *mod_name) in __mcb_register_driver() argument 190 drv->driver.mod_name = mod_name; in __mcb_register_driver()
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | 237 const char *mod_name) in __xenbus_register_backend() argument 242 owner, mod_name); in __xenbus_register_backend()
|
/linux/drivers/firmware/arm_scmi/ |
H A D | bus.c | 295 const char *mod_name) in scmi_driver_register() argument 309 driver->driver.mod_name = mod_name; in scmi_driver_register()
|
/linux/drivers/ntb/ |
H A D | core.c | 79 const char *mod_name) in __ntb_register_client() argument 88 client->drv.name = mod_name; in __ntb_register_client()
|