/linux-4.1.27/drivers/uwb/ |
H A D | umc-drv.c | 13 const char *mod_name) __umc_driver_register() 17 umc_drv->driver.mod_name = mod_name; __umc_driver_register() 12 __umc_driver_register(struct umc_driver *umc_drv, struct module *module, const char *mod_name) __umc_driver_register() argument
|
/linux-4.1.27/scripts/gdb/linux/ |
H A D | modules.py | 50 def invoke(self, mod_name): 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-4.1.27/drivers/ide/ |
H A D | ide-scan-pci.c | 36 const char *mod_name) __ide_pci_register_driver() 39 return __pci_register_driver(driver, module, mod_name); __ide_pci_register_driver() 103 d->driver.mod_name)) ide_scan_pcibus() 105 __func__, d->driver.mod_name); ide_scan_pcibus() 35 __ide_pci_register_driver(struct pci_driver *driver, struct module *module, const char *mod_name) __ide_pci_register_driver() argument
|
/linux-4.1.27/drivers/base/ |
H A D | module.c | 44 else if (drv->mod_name) { module_add_driver() 48 mkobj = kset_find_obj(module_kset, drv->mod_name); module_add_driver()
|
/linux-4.1.27/drivers/edac/ |
H A D | edac_pci.c | 154 rover->mod_name, rover->ctl_name, rover->pci_idx); add_edac_pci_to_global_list() 361 pci->mod_name, pci->ctl_name, pci->dev_name, edac_pci_add_device() 417 pci->pci_idx, pci->mod_name, pci->ctl_name, edac_dev_name(pci)); edac_pci_del_device() 454 const char *mod_name) edac_pci_create_generic_ctl() 468 pci->mod_name = mod_name; edac_pci_create_generic_ctl() 492 edac_dbg(0, "pci mod=%s\n", pci->mod_name); edac_pci_release_generic_ctl() 453 edac_pci_create_generic_ctl(struct device *dev, const char *mod_name) edac_pci_create_generic_ctl() argument
|
H A D | octeon_edac-pc.c | 105 p->ed->mod_name = "octeon-cpu"; co_cache_error_probe()
|
H A D | octeon_edac-pci.c | 74 pci->mod_name = "octeon-pci"; octeon_pci_probe()
|
H A D | highbank_l2_edac.c | 101 dci->mod_name = pdev->dev.driver->name; highbank_l2_err_probe()
|
H A D | octeon_edac-lmc.c | 253 mci->mod_name = "octeon-lmc"; octeon_lmc_edac_probe() 285 mci->mod_name = "octeon-lmc"; octeon_lmc_edac_probe()
|
H A D | edac_core.h | 257 const char *mod_name; /* module name */ member in struct:edac_device_ctl_info 355 const char *mod_name; /* module name */ member in struct:edac_pci_ctl_info 504 const char *mod_name);
|
H A D | edac_device.c | 48 edac_dev->mod_name, edac_dev->ctl_name); edac_device_dump_device() 328 rover->mod_name, rover->ctl_name, rover->dev_idx); add_edac_dev_to_global_list() 534 edac_dev->mod_name, edac_dev->ctl_name, edac_dev->dev_name, edac_device_add_device() 595 edac_dev->mod_name, edac_dev->ctl_name, edac_dev_name(edac_dev)); edac_device_del_device()
|
H A D | mv64x60_edac.c | 125 pci->mod_name = EDAC_MOD_STR; mv64x60_pci_err_probe() 330 edac_dev->mod_name = EDAC_MOD_STR; mv64x60_sram_err_probe() 526 edac_dev->mod_name = EDAC_MOD_STR; mv64x60_cpu_err_probe() 773 mci->mod_name = EDAC_MOD_STR; mv64x60_mc_err_probe()
|
H A D | octeon_edac-l2c.c | 150 l2c->mod_name = "octeon-l2c"; octeon_l2c_probe()
|
H A D | edac_mc.c | 122 mci->mod_name, mci->ctl_name); edac_mc_dump_mci() 652 edac_dev_name(mci), p->mod_name, p->ctl_name, p->mc_idx); add_mc_to_global_list() 755 if (edac_mc_owner && edac_mc_owner != mci->mod_name) { edac_mc_add_mc_with_groups() 787 mci->mod_name, mci->ctl_name, mci->dev_name, edac_mc_add_mc_with_groups() 790 edac_mc_owner = mci->mod_name; edac_mc_add_mc_with_groups() 841 mci->mod_name, mci->ctl_name, edac_dev_name(mci)); edac_mc_del_mc()
|
H A D | amd8111_edac.c | 391 dev_info->edac_dev->mod_name = AMD8111_EDAC_MOD_STR; amd8111_dev_probe() 483 pci_info->edac_dev->mod_name = AMD8111_EDAC_MOD_STR; amd8111_pci_probe()
|
H A D | amd76x_edac.c | 265 mci->mod_name = EDAC_MOD_STR; amd76x_probe1()
|
H A D | cell_edac.c | 220 mci->mod_name = "cell_edac"; cell_edac_probe()
|
H A D | highbank_mc_edac.c | 227 mci->mod_name = pdev->dev.driver->name; highbank_mc_probe()
|
H A D | i82860_edac.c | 218 mci->mod_name = EDAC_MOD_STR; i82860_probe1()
|
H A D | pasemi_edac.c | 235 mci->mod_name = MODULE_NAME; pasemi_edac_probe()
|
H A D | tile_edac.c | 156 mci->mod_name = DRV_NAME; tile_edac_mc_probe()
|
H A D | altera_edac.c | 328 mci->mod_name = EDAC_MOD_STR; altr_sdram_probe()
|
H A D | amd8131_edac.c | 288 dev_info->edac_dev->mod_name = AMD8131_EDAC_MOD_STR; amd8131_probe()
|
H A D | i3200_edac.c | 377 mci->mod_name = EDAC_MOD_STR; i3200_probe1()
|
H A D | r82600_edac.c | 318 mci->mod_name = EDAC_MOD_STR; r82600_probe1()
|
H A D | x38_edac.c | 359 mci->mod_name = EDAC_MOD_STR; x38_probe1()
|
H A D | mpc85xx_edac.c | 274 pci->mod_name = EDAC_MOD_STR; mpc85xx_pci_err_probe() 604 edac_dev->mod_name = EDAC_MOD_STR; mpc85xx_l2_err_probe() 1074 mci->mod_name = EDAC_MOD_STR; mpc85xx_mc_err_probe()
|
H A D | e7xxx_edac.c | 460 mci->mod_name = EDAC_MOD_STR; e7xxx_probe1()
|
H A D | ghes_edac.c | 473 mci->mod_name = "ghes_edac.c"; ghes_edac_register()
|
H A D | i3000_edac.c | 377 mci->mod_name = EDAC_MOD_STR; i3000_probe1()
|
H A D | i82443bxgx_edac.c | 322 mci->mod_name = EDAC_MOD_STR; i82443bxgx_edacmc_probe1()
|
H A D | i82875p_edac.c | 425 mci->mod_name = EDAC_MOD_STR; i82875p_probe1()
|
H A D | i82975x_edac.c | 562 mci->mod_name = EDAC_MOD_STR; i82975x_probe1()
|
H A D | ie31200_edac.c | 369 mci->mod_name = EDAC_MOD_STR; ie31200_probe1()
|
H A D | synopsys_edac.c | 415 mci->mod_name = SYNPS_EDAC_MOD_VER; synps_edac_mc_init()
|
H A D | cpc925_edac.c | 838 dev_info->edac_dev->mod_name = CPC925_EDAC_MOD_STR; cpc925_add_edac_devices() 1002 mci->mod_name = CPC925_EDAC_MOD_STR; cpc925_probe()
|
H A D | i5100_edac.c | 1112 mci->mod_name = "i5100_edac.c"; i5100_init_one()
|
H A D | i7300_edac.c | 1079 mci->mod_name = "i7300_edac.c"; i7300_init_one()
|
H A D | e752x_edac.c | 1305 mci->mod_name = EDAC_MOD_STR; e752x_probe1()
|
H A D | i5000_edac.c | 1432 mci->mod_name = "i5000_edac.c"; i5000_probe1()
|
H A D | i5400_edac.c | 1316 mci->mod_name = "i5400_edac.c"; i5400_probe1()
|
H A D | ppc4xx_edac.c | 1066 mci->mod_name = PPC4XX_EDAC_MODULE_NAME; ppc4xx_edac_mc_init()
|
H A D | i7core_edac.c | 2229 mci->mod_name = "i7core_edac.c"; i7core_register_mci()
|
H A D | sb_edac.c | 2304 mci->mod_name = "sbridge_edac.c"; sbridge_register_mci()
|
H A D | amd64_edac.c | 2684 mci->mod_name = EDAC_MOD_STR; setup_mci_misc_attrs()
|
/linux-4.1.27/drivers/mcb/ |
H A D | mcb-core.c | 106 * @mod_name: The name of the @mcb_driver's module 112 const char *mod_name) __mcb_register_driver() 119 drv->driver.mod_name = mod_name; __mcb_register_driver() 111 __mcb_register_driver(struct mcb_driver *drv, struct module *owner, const char *mod_name) __mcb_register_driver() argument
|
/linux-4.1.27/include/linux/ |
H A D | pci_hotplug.h | 34 * @mod_name: The module name (KBUILD_MODNAME) of this structure 64 const char *mod_name; member in struct:hotplug_slot_ops 120 const char *mod_name);
|
H A D | dynamic_debug.h | 43 extern int ddebug_remove_module(const char *mod_name);
|
H A D | mcb.h | 104 const char *mod_name);
|
H A D | serio.h | 87 struct module *owner, const char *mod_name);
|
H A D | gameport.h | 147 struct module *owner, const char *mod_name);
|
H A D | device.h | 203 * @mod_name: Used for built-in modules. 235 const char *mod_name; /* used for built-in modules */ member in struct:device_driver
|
H A D | edac.h | 731 const char *mod_name; member in struct:mem_ctl_info
|
H A D | hid.h | 770 struct module *, const char *mod_name);
|
H A D | hyperv.h | 982 const char *mod_name);
|
H A D | ide.h | 1173 extern int __ide_pci_register_driver(struct pci_driver *driver, struct module *owner, const char *mod_name);
|
H A D | pci.h | 1147 const char *mod_name);
|
/linux-4.1.27/lib/ |
H A D | dynamic_debug.c | 45 char *mod_name; member in struct:ddebug_table 153 !match_wildcard(query->module, dt->mod_name)) ddebug_change() 194 dt->mod_name, dp->function, ddebug_change() 788 iter->table->mod_name, dp->function, ddebug_proc_show() 854 dt->mod_name = new_name; ddebug_add_module() 862 vpr_info("%u debug prints in module %s\n", n, dt->mod_name); ddebug_add_module() 910 kfree(dt->mod_name); ddebug_table_free() 918 int ddebug_remove_module(const char *mod_name) ddebug_remove_module() argument 923 vpr_info("removing module \"%s\"\n", mod_name); ddebug_remove_module() 927 if (!strcmp(dt->mod_name, mod_name)) { ddebug_remove_module()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | vio.c | 123 const char *mod_name) __vio_register_driver() 128 viodrv->driver.mod_name = mod_name; __vio_register_driver() 122 __vio_register_driver(struct vio_driver *viodrv, struct module *owner, const char *mod_name) __vio_register_driver() argument
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | pci_hotplug_core.c | 416 * @mod_name: caller module name 425 struct module *owner, const char *mod_name) __pci_hp_register() 440 slot->ops->mod_name = mod_name; __pci_hp_register() 423 __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_register() argument
|
/linux-4.1.27/drivers/xen/xenbus/ |
H A D | xenbus_probe.h | 65 const char *mod_name);
|
H A D | xenbus_probe_backend.c | 238 const char *mod_name) __xenbus_register_backend() 243 owner, mod_name); __xenbus_register_backend() 237 __xenbus_register_backend(struct xenbus_driver *drv, struct module *owner, const char *mod_name) __xenbus_register_backend() argument
|
H A D | xenbus_probe_frontend.c | 321 const char *mod_name) __xenbus_register_frontend() 328 owner, mod_name); __xenbus_register_frontend() 320 __xenbus_register_frontend(struct xenbus_driver *drv, struct module *owner, const char *mod_name) __xenbus_register_frontend() argument
|
H A D | xenbus_probe.c | 302 struct module *owner, const char *mod_name) xenbus_register_driver_common() 307 drv->driver.mod_name = mod_name; xenbus_register_driver_common() 300 xenbus_register_driver_common(struct xenbus_driver *drv, struct xen_bus_type *bus, struct module *owner, const char *mod_name) xenbus_register_driver_common() argument
|
/linux-4.1.27/include/xen/ |
H A D | xenbus.h | 115 const char *mod_name); 118 const char *mod_name);
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_support.c | 103 (char **)(&symtab->mod_name), knt1); kdbnearsym() 148 if (symtab->mod_name == NULL) kdbnearsym() 149 symtab->mod_name = "kernel"; kdbnearsym() 152 "symtab->mod_name=%p, symtab->sym_name=%p (%s)\n", ret, kdbnearsym() 153 symtab->sym_start, symtab->mod_name, symtab->sym_name, kdbnearsym() 279 if (strcmp(symtab_p2->mod_name, "kernel")) kdb_symbol_print() 280 kdb_printf("[%s]", symtab_p2->mod_name); kdb_symbol_print()
|
H A D | kdb_private.h | 74 const char *mod_name; /* Module containing symbol or member in struct:__ksymtab
|
H A D | kdb_main.c | 1509 kdb_machreg_fmt, symtab.mod_name, kdb_md_line()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2800soc.c | 247 .mod_name = KBUILD_MODNAME,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | vio.h | 130 const char *mod_name);
|
/linux-4.1.27/drivers/input/gameport/ |
H A D | gameport.c | 726 const char *mod_name) __gameport_register_driver() 732 drv->driver.mod_name = mod_name; __gameport_register_driver() 725 __gameport_register_driver(struct gameport_driver *drv, struct module *owner, const char *mod_name) __gameport_register_driver() argument
|
/linux-4.1.27/drivers/input/serio/ |
H A D | serio.c | 832 int __serio_register_driver(struct serio_driver *drv, struct module *owner, const char *mod_name) __serio_register_driver() argument 839 drv->driver.mod_name = mod_name; __serio_register_driver()
|
/linux-4.1.27/drivers/pci/ |
H A D | pci-driver.c | 1239 * @mod_name: module name string 1247 const char *mod_name) __pci_register_driver() 1253 drv->driver.mod_name = mod_name; __pci_register_driver() 1246 __pci_register_driver(struct pci_driver *drv, struct module *owner, const char *mod_name) __pci_register_driver() argument
|
H A D | slot.c | 358 kobj = kset_find_obj(module_kset, slot->ops->mod_name); pci_hp_create_module_link()
|
/linux-4.1.27/drivers/hv/ |
H A D | vmbus_drv.c | 869 * @mod_name: module name string 876 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) __vmbus_driver_register() argument 888 hv_driver->driver.mod_name = mod_name; __vmbus_driver_register()
|
/linux-4.1.27/include/linux/uwb/ |
H A D | umc.h | 106 const char *mod_name);
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | vio.h | 457 const char *mod_name);
|
/linux-4.1.27/drivers/usb/core/ |
H A D | driver.c | 928 * @mod_name: module name string 941 const char *mod_name) usb_register_driver() 954 new_driver->drvwrap.driver.mod_name = mod_name; usb_register_driver() 940 usb_register_driver(struct usb_driver *new_driver, struct module *owner, const char *mod_name) usb_register_driver() argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | vio.c | 1285 const char *mod_name) __vio_register_driver() 1294 viodrv->driver.mod_name = mod_name; __vio_register_driver() 1284 __vio_register_driver(struct vio_driver *viodrv, struct module *owner, const char *mod_name) __vio_register_driver() argument
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-core.c | 2674 const char *mod_name) __hid_register_driver() 2681 hdrv->driver.mod_name = mod_name; __hid_register_driver() 2673 __hid_register_driver(struct hid_driver *hdrv, struct module *owner, const char *mod_name) __hid_register_driver() argument
|