Home
last modified time | relevance | path

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

12345

/Linux-v4.19/scripts/gdb/linux/
Dmodules.py50 def invoke(self, mod_name): argument
51 mod_name = mod_name.string()
52 module = find_module_by_name(mod_name)
56 raise gdb.GdbError("Unable to find MODULE " + mod_name)
/Linux-v4.19/drivers/ide/
Dide-scan-pci.c36 const char *mod_name) in __ide_pci_register_driver() argument
39 return __pci_register_driver(driver, module, mod_name); in __ide_pci_register_driver()
108 d->driver.mod_name)) in ide_scan_pcibus()
110 __func__, d->driver.mod_name); in ide_scan_pcibus()
/Linux-v4.19/drivers/uwb/
Dumc-drv.c13 const char *mod_name) in __umc_driver_register() argument
17 umc_drv->driver.mod_name = mod_name; in __umc_driver_register()
/Linux-v4.19/drivers/edac/
Dedac_pci.c134 rover->mod_name, rover->ctl_name, rover->pci_idx); in add_edac_pci_to_global_list()
234 pci->mod_name, pci->ctl_name, pci->dev_name, in edac_pci_add_device()
277 pci->pci_idx, pci->mod_name, pci->ctl_name, edac_dev_name(pci)); in edac_pci_del_device()
303 const char *mod_name) in edac_pci_create_generic_ctl() argument
317 pci->mod_name = mod_name; in edac_pci_create_generic_ctl()
336 edac_dbg(0, "pci mod=%s\n", pci->mod_name); in edac_pci_release_generic_ctl()
Dedac_pci.h67 const char *mod_name; /* module name */ member
245 const char *mod_name);
Dedac_device.c45 edac_dev->mod_name, edac_dev->ctl_name); in edac_device_dump_device()
305 rover->mod_name, rover->ctl_name, rover->dev_idx); in add_edac_dev_to_global_list()
488 edac_dev->mod_name, edac_dev->ctl_name, edac_dev->dev_name, in edac_device_add_device()
536 edac_dev->mod_name, edac_dev->ctl_name, edac_dev_name(edac_dev)); in edac_device_del_device()
Dedac_mc.c191 mci->mod_name, mci->ctl_name); in edac_mc_dump_mci()
659 edac_dev_name(mci), p->mod_name, p->ctl_name, p->mc_idx); in add_mc_to_global_list()
752 if (edac_mc_owner && edac_mc_owner != mci->mod_name) { in edac_mc_add_mc_with_groups()
784 mci->mod_name, mci->ctl_name, mci->dev_name, in edac_mc_add_mc_with_groups()
787 edac_mc_owner = mci->mod_name; in edac_mc_add_mc_with_groups()
832 mci->mod_name, mci->ctl_name, edac_dev_name(mci)); in edac_mc_del_mc()
/Linux-v4.19/lib/
Ddynamic_debug.c45 const char *mod_name; member
153 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
201 dt->mod_name, dp->function, in ddebug_change()
794 iter->table->mod_name, dp->function, in ddebug_proc_show()
860 dt->mod_name = new_name; in ddebug_add_module()
868 vpr_info("%u debug prints in module %s\n", n, dt->mod_name); in ddebug_add_module()
916 kfree_const(dt->mod_name); in ddebug_table_free()
924 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
929 vpr_info("removing module \"%s\"\n", mod_name); in ddebug_remove_module()
933 if (!strcmp(dt->mod_name, mod_name)) { in ddebug_remove_module()
/Linux-v4.19/include/linux/
Dpci_hotplug.h50 const char *mod_name; member
103 const char *mod_name);
106 const char *mod_name);
Dscmi_protocol.h254 struct module *owner, const char *mod_name);
259 const char *mod_name) in scmi_driver_register() argument
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-sst.c286 char *mod_name, int mod_id) in skl_fill_module_table() argument
293 ret = request_firmware(&fw, mod_name, ctx->dev); in skl_fill_module_table()
296 mod_name, ret); in skl_fill_module_table()
422 char mod_name[64]; /* guid str = 32 chars + 4 hyphens */ in skl_load_module() local
426 snprintf(mod_name, sizeof(mod_name), "%s%pUL%s", in skl_load_module()
431 module_entry = skl_fill_module_table(ctx, mod_name, mod_id); in skl_load_module()
/Linux-v4.19/drivers/base/
Dmodule.c44 else if (drv->mod_name) { in module_add_driver()
48 mkobj = kset_find_obj(module_kset, drv->mod_name); in module_add_driver()
/Linux-v4.19/drivers/firmware/arm_scmi/
Dbus.c99 const char *mod_name) in scmi_driver_register() argument
106 driver->driver.mod_name = mod_name; in scmi_driver_register()
/Linux-v4.19/drivers/pci/hotplug/
Dpci_hotplug_core.c407 struct module *owner, const char *mod_name) in __pci_hp_register() argument
411 result = __pci_hp_initialize(slot, bus, devnr, name, owner, mod_name); in __pci_hp_register()
441 const char *mod_name) in __pci_hp_initialize() argument
451 slot->ops->mod_name = mod_name; in __pci_hp_initialize()
/Linux-v4.19/kernel/debug/kdb/
Dkdb_support.c103 (char **)(&symtab->mod_name), knt1); in kdbnearsym()
148 if (symtab->mod_name == NULL) in kdbnearsym()
149 symtab->mod_name = "kernel"; in kdbnearsym()
153 symtab->sym_start, symtab->mod_name, symtab->sym_name, in kdbnearsym()
279 if (strcmp(symtab_p2->mod_name, "kernel")) in kdb_symbol_print()
280 kdb_printf("[%s]", symtab_p2->mod_name); in kdb_symbol_print()
/Linux-v4.19/drivers/staging/greybus/
Dcore.c269 const char *mod_name) in greybus_register_driver() argument
281 driver->driver.mod_name = mod_name; in greybus_register_driver()
Dgbphy.c196 struct module *owner, const char *mod_name) in gb_gbphy_register_driver() argument
206 driver->driver.mod_name = mod_name; in gb_gbphy_register_driver()
Dgbphy.h49 struct module *owner, const char *mod_name);
Dgreybus.h81 struct module *module, const char *mod_name);
/Linux-v4.19/include/xen/
Dxenbus.h116 const char *mod_name);
119 const char *mod_name);
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_probe_backend.c231 const char *mod_name) in __xenbus_register_backend() argument
236 owner, mod_name); in __xenbus_register_backend()
/Linux-v4.19/drivers/input/rmi4/
Drmi_bus.c301 const char *mod_name) in __rmi_register_function_handler() argument
308 driver->mod_name = mod_name; in __rmi_register_function_handler()
/Linux-v4.19/drivers/mcb/
Dmcb-core.c186 const char *mod_name) in __mcb_register_driver() argument
193 drv->driver.mod_name = mod_name; in __mcb_register_driver()
/Linux-v4.19/drivers/ntb/
Dntb.c79 const char *mod_name) in __ntb_register_client() argument
88 client->drv.name = mod_name; in __ntb_register_client()
/Linux-v4.19/include/linux/uwb/
Dumc.h106 const char *mod_name);

12345