Home
last modified time | relevance | path

Searched refs:mod_name (Results 1 - 25 of 243) sorted by relevance

12345678910

/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dmodules.py50 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)
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-scan-pci.c36 const char *mod_name) in __ide_pci_register_driver()
39 return __pci_register_driver(driver, module, mod_name); in __ide_pci_register_driver()
106 d->driver.mod_name)) in ide_scan_pcibus()
108 __func__, d->driver.mod_name); in ide_scan_pcibus()
35 __ide_pci_register_driver(struct pci_driver *driver, struct module *module, const char *mod_name) __ide_pci_register_driver() argument
/kernel/linux/linux-5.10/drivers/edac/
H A 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()
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()
302 edac_pci_create_generic_ctl(struct device *dev, const char *mod_name) edac_pci_create_generic_ctl() argument
H A Dedac_pci.h67 const char *mod_name; /* module name */ member
235 * @mod_name: name of the PCI device
245 const char *mod_name);
/kernel/linux/linux-6.6/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()
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()
298 edac_pci_create_generic_ctl(struct device *dev, const char *mod_name) edac_pci_create_generic_ctl() argument
H A Dedac_pci.h67 const char *mod_name; /* module name */ member
235 * @mod_name: name of the PCI device
245 const char *mod_name);
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dmodules.py50 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)
/kernel/linux/linux-5.10/include/linux/
H A Dpci_hotplug.h54 * @mod_name: The module name (KBUILD_MODNAME) of this structure
63 const char *mod_name; member
73 const char *mod_name);
76 const char *mod_name);
/kernel/linux/linux-6.6/include/linux/
H A Dpci_hotplug.h56 * @mod_name: The module name (KBUILD_MODNAME) of this structure
65 const char *mod_name; member
75 const char *mod_name);
78 const char *mod_name);
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dbus.c11 const char *mod_name) in __idxd_driver_register()
23 drv->mod_name = mod_name; in __idxd_driver_register()
10 __idxd_driver_register(struct idxd_device_driver *idxd_drv, struct module *owner, const char *mod_name) __idxd_driver_register() argument
/kernel/linux/linux-6.6/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()
106 kdb_dbg_printf(AR, "returns %d symtab->sym_start=0x%lx, symtab->mod_name=%px, symtab->sym_name=%px (%s)\n", 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()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_helper.c135 nf_conntrack_nat_helper_find(const char *mod_name) in nf_conntrack_nat_helper_find() argument
141 if (!strcmp(cur->mod_name, mod_name)) { in nf_conntrack_nat_helper_find()
154 char mod_name[NF_CT_HELPER_NAME_LEN]; in nf_nat_helper_try_module_get() local
166 snprintf(mod_name, sizeof(mod_name), "%s", h->nat_mod_name); in nf_nat_helper_try_module_get()
168 request_module(mod_name); in nf_nat_helper_try_module_get()
171 nat = nf_conntrack_nat_helper_find(mod_name); in nf_nat_helper_try_module_get()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-sst.c278 char *mod_name, int mod_id) in skl_fill_module_table()
285 ret = request_firmware(&fw, mod_name, ctx->dev); in skl_fill_module_table()
288 mod_name, ret); in skl_fill_module_table()
414 char mod_name[64]; /* guid str = 32 chars + 4 hyphens */ in skl_load_module() local
416 snprintf(mod_name, sizeof(mod_name), "intel/dsp_fw_%pUL.bin", guid); in skl_load_module()
420 module_entry = skl_fill_module_table(ctx, mod_name, mod_id); in skl_load_module()
277 skl_fill_module_table(struct sst_dsp *ctx, char *mod_name, int mod_id) skl_fill_module_table() argument
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-sst.c278 char *mod_name, int mod_id) in skl_fill_module_table()
285 ret = request_firmware(&fw, mod_name, ctx->dev); in skl_fill_module_table()
288 mod_name, ret); in skl_fill_module_table()
414 char mod_name[64]; /* guid str = 32 chars + 4 hyphens */ in skl_load_module() local
416 snprintf(mod_name, sizeof(mod_name), "intel/dsp_fw_%pUL.bin", guid); in skl_load_module()
420 module_entry = skl_fill_module_table(ctx, mod_name, mod_id); in skl_load_module()
277 skl_fill_module_table(struct sst_dsp *ctx, char *mod_name, int mod_id) skl_fill_module_table() argument
/kernel/linux/linux-5.10/lib/
H A Ddynamic_debug.c47 const char *mod_name; member
163 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
219 dt->mod_name, dp->function, in ddebug_change()
871 iter->table->mod_name, dp->function, in ddebug_proc_show()
939 dt->mod_name = name; in ddebug_add_module()
947 v2pr_info("%3u debug prints in module %s\n", n, dt->mod_name); in ddebug_add_module()
1001 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
1006 v2pr_info("removing module \"%s\"\n", mod_name); in ddebug_remove_module()
1010 if (dt->mod_name == mod_name) { in ddebug_remove_module()
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dmodule.c45 else if (drv->mod_name) { in module_add_driver()
49 mkobj = kset_find_obj(module_kset, drv->mod_name); in module_add_driver()
/kernel/linux/linux-6.6/drivers/base/
H A 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()
/kernel/linux/linux-6.6/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()
1144 iter->table->mod_name, dp->function, in ddebug_proc_show()
1209 if (!strcmp(cm->mod_name, dt->mod_name)) { in ddebug_attach_module_classes()
1212 cm->mod_name, cm->base, cm->length, cm->map_type); in ddebug_attach_module_classes()
1223 vpr_info("module:%s attached %d classes\n", dt->mod_name, ct); in ddebug_attach_module_classes()
1251 dt->mod_name = modname; in ddebug_add_module()
1321 static int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dbus.c112 const char *mod_name) in scmi_driver_register()
122 driver->driver.mod_name = mod_name; in scmi_driver_register()
111 scmi_driver_register(struct scmi_driver *driver, struct module *owner, const char *mod_name) scmi_driver_register() argument
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H A Dbus.c106 const char *mod_name) in ffa_driver_register()
116 driver->driver.mod_name = mod_name; in ffa_driver_register()
105 ffa_driver_register(struct ffa_driver *driver, struct module *owner, const char *mod_name) ffa_driver_register() argument
/kernel/linux/linux-6.6/drivers/peci/
H A Ddevice.c216 const char *mod_name) in __peci_driver_register()
220 driver->driver.mod_name = mod_name; in __peci_driver_register()
215 __peci_driver_register(struct peci_driver *driver, struct module *owner, const char *mod_name) __peci_driver_register() argument
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dpci_hotplug_core.c396 * @mod_name: caller module name
406 struct module *owner, const char *mod_name) in __pci_hp_register()
410 result = __pci_hp_initialize(slot, bus, devnr, name, owner, mod_name); in __pci_hp_register()
429 * @mod_name: caller module name
440 const char *mod_name) in __pci_hp_initialize()
450 slot->mod_name = mod_name; in __pci_hp_initialize()
404 __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
438 __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_initialize() argument
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dpci_hotplug_core.c396 * @mod_name: caller module name
406 struct module *owner, const char *mod_name) in __pci_hp_register()
410 result = __pci_hp_initialize(slot, bus, devnr, name, owner, mod_name); in __pci_hp_register()
429 * @mod_name: caller module name
440 const char *mod_name) in __pci_hp_initialize()
450 slot->mod_name = mod_name; in __pci_hp_initialize()
404 __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
438 __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_initialize() argument
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A 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()
152 "symtab->mod_name=%px, symtab->sym_name=%px (%s)\n", ret, 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()

Completed in 15 milliseconds

12345678910