Searched refs:module_name (Results 1 - 56 of 56) sorted by relevance

/linux-4.4.14/scripts/gdb/linux/
H A Dsymbols.py30 module_name = module['name'].string()
43 if module_name in cmd.loaded_modules:
45 "'{0}'\n".format(module_name))
84 def _get_module_file(self, module_name):
86 module_name.replace("_", r"[_\-]"))
110 module_name = module['name'].string()
113 module_file = self._get_module_file(module_name)
116 module_file = self._get_module_file(module_name)
126 if module_name not in self.loaded_modules:
127 self.loaded_modules.append(module_name)
129 gdb.write("no module object found for '{0}'\n".format(module_name))
/linux-4.4.14/drivers/acpi/acpica/
H A Dutdebug.c149 * module_name - Caller's module name
165 const char *module_name, acpi_debug_print()
196 acpi_os_printf("%9s-%04ld ", module_name, line_number); acpi_debug_print()
228 * module_name - Caller's module name ACPI_EXPORT_SYMBOL()
243 const char *module_name, ACPI_EXPORT_SYMBOL()
267 * module_name - Caller's module name ACPI_EXPORT_SYMBOL()
279 const char *module_name, u32 component_id) ACPI_EXPORT_SYMBOL()
289 line_number, function_name, module_name, ACPI_EXPORT_SYMBOL()
302 * module_name - Caller's module name ACPI_EXPORT_SYMBOL()
315 const char *module_name, u32 component_id, void *pointer) ACPI_EXPORT_SYMBOL()
325 line_number, function_name, module_name, ACPI_EXPORT_SYMBOL()
337 * module_name - Caller's module name
351 const char *module_name, u32 component_id, char *string) acpi_ut_trace_str()
361 line_number, function_name, module_name, acpi_ut_trace_str()
373 * module_name - Caller's module name
387 const char *module_name, u32 component_id, u32 integer) acpi_ut_trace_u32()
397 line_number, function_name, module_name, acpi_ut_trace_u32()
409 * module_name - Caller's module name
422 const char *module_name, u32 component_id) acpi_ut_exit()
429 line_number, function_name, module_name, acpi_ut_exit()
446 * module_name - Caller's module name ACPI_EXPORT_SYMBOL()
459 const char *module_name, ACPI_EXPORT_SYMBOL()
469 module_name, component_id, "%s %s\n", ACPI_EXPORT_SYMBOL()
475 module_name, component_id, ACPI_EXPORT_SYMBOL()
495 * module_name - Caller's module name ACPI_EXPORT_SYMBOL()
508 const char *module_name, u32 component_id, u64 value) ACPI_EXPORT_SYMBOL()
515 line_number, function_name, module_name, ACPI_EXPORT_SYMBOL()
534 * module_name - Caller's module name ACPI_EXPORT_SYMBOL()
547 const char *module_name, u32 component_id, u8 *ptr) ACPI_EXPORT_SYMBOL()
554 line_number, function_name, module_name, ACPI_EXPORT_SYMBOL()
162 acpi_debug_print(u32 requested_debug_level, u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *format, ...) acpi_debug_print() argument
349 acpi_ut_trace_str(u32 line_number, const char *function_name, const char *module_name, u32 component_id, char *string) acpi_ut_trace_str() argument
385 acpi_ut_trace_u32(u32 line_number, const char *function_name, const char *module_name, u32 component_id, u32 integer) acpi_ut_trace_u32() argument
420 acpi_ut_exit(u32 line_number, const char *function_name, const char *module_name, u32 component_id) acpi_ut_exit() argument
H A Dutxferror.c61 * PARAMETERS: module_name - Caller's module name (for error output)
71 acpi_error(const char *module_name, u32 line_number, const char *format, ...) acpi_error() argument
92 * PARAMETERS: module_name - Caller's module name (for error output) ACPI_EXPORT_SYMBOL()
104 acpi_exception(const char *module_name, ACPI_EXPORT_SYMBOL()
134 * PARAMETERS: module_name - Caller's module name (for error output) ACPI_EXPORT_SYMBOL()
144 acpi_warning(const char *module_name, u32 line_number, const char *format, ...) ACPI_EXPORT_SYMBOL()
165 * PARAMETERS: module_name - Caller's module name (for error output) ACPI_EXPORT_SYMBOL()
174 * TBD: module_name and line_number args are not needed, should be removed. ACPI_EXPORT_SYMBOL()
178 acpi_info(const char *module_name, u32 line_number, const char *format, ...) ACPI_EXPORT_SYMBOL()
199 * PARAMETERS: module_name - Caller's module name (for error output) ACPI_EXPORT_SYMBOL()
210 acpi_bios_error(const char *module_name, ACPI_EXPORT_SYMBOL()
232 * PARAMETERS: module_name - Caller's module name (for error output) ACPI_EXPORT_SYMBOL()
243 acpi_bios_warning(const char *module_name, ACPI_EXPORT_SYMBOL()
H A Duterror.c60 * PARAMETERS: module_name - Caller's module name (for error output)
75 acpi_ut_predefined_warning(const char *module_name, acpi_ut_predefined_warning() argument
102 * PARAMETERS: module_name - Caller's module name (for error output)
118 acpi_ut_predefined_info(const char *module_name, acpi_ut_predefined_info() argument
144 * PARAMETERS: module_name - Caller's module name (for error output)
160 acpi_ut_predefined_bios_error(const char *module_name, acpi_ut_predefined_bios_error() argument
187 * PARAMETERS: module_name - Caller's module name (for error output)
199 acpi_ut_namespace_error(const char *module_name, acpi_ut_namespace_error() argument
247 * PARAMETERS: module_name - Caller's module name (for error output)
261 acpi_ut_method_error(const char *module_name, acpi_ut_method_error() argument
H A Dacutils.h129 acpi_os_printf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number)
264 const char *module_name, u32 component_id);
269 const char *module_name, u32 component_id, void *pointer);
274 const char *module_name, u32 component_id, u32 integer);
279 const char *module_name, u32 component_id, char *string);
284 const char *module_name, u32 component_id);
289 const char *module_name,
295 const char *module_name, u32 component_id, u64 value);
300 const char *module_name, u32 component_id, u8 *ptr);
314 void acpi_ut_report_error(char *module_name, u32 line_number);
316 void acpi_ut_report_info(char *module_name, u32 line_number);
318 void acpi_ut_report_warning(char *module_name, u32 line_number);
405 *module_name,
411 void *acpi_ut_allocate_object_desc_dbg(const char *module_name,
670 acpi_ut_predefined_warning(const char *module_name,
676 acpi_ut_predefined_info(const char *module_name,
681 acpi_ut_predefined_bios_error(const char *module_name,
687 acpi_ut_namespace_error(const char *module_name,
692 acpi_ut_method_error(const char *module_name,
H A Dutobject.c69 * PARAMETERS: module_name - Source file name of caller
87 *module_name, acpi_ut_create_internal_object_dbg()
102 acpi_ut_allocate_object_desc_dbg(module_name, line_number, acpi_ut_create_internal_object_dbg()
115 second_object = acpi_ut_allocate_object_desc_dbg(module_name, acpi_ut_create_internal_object_dbg()
371 * PARAMETERS: module_name - Caller's module name (for error output)
382 void *acpi_ut_allocate_object_desc_dbg(const char *module_name, acpi_ut_allocate_object_desc_dbg() argument
391 ACPI_ERROR((module_name, line_number, acpi_ut_allocate_object_desc_dbg()
86 acpi_ut_create_internal_object_dbg(const char *module_name, u32 line_number, u32 component_id, acpi_object_type type) acpi_ut_create_internal_object_dbg() argument
/linux-4.4.14/samples/trace_events/
H A DMakefile2 # then to use one (as root): insmod <module_name.ko>
/linux-4.4.14/scripts/
H A Dsign-file.c133 char *private_key_name, *x509_name, *module_name, *dest_name; main() local
183 module_name = argv[3]; main()
188 ERR(asprintf(&dest_name, "%s.~signed~", module_name) < 0, main()
254 bm = BIO_new_file(module_name, "rb"); main()
255 ERR(!bm, "%s", module_name); main()
280 ERR(asprintf(&sig_file_name, "%s.p7s", module_name) < 0, main()
298 ERR(BIO_reset(bm) < 0, "%s", module_name); main()
303 ERR(n < 0, "%s", module_name); main()
320 ERR(rename(dest_name, module_name) < 0, "%s", dest_name); main()
/linux-4.4.14/include/media/
H A Dtimb_video.h28 const char *module_name; member in struct:timb_video_platform_data::__anon13328
H A Dsoc_camera.h180 const char *module_name; member in struct:soc_camera_host_desc
245 const char *module_name; member in struct:soc_camera_link
/linux-4.4.14/crypto/
H A Dproc.c19 #include <linux/module.h> /* for module_name() */
47 seq_printf(m, "module : %s\n", module_name(alg->cra_module)); c_show()
H A Dcrypto_user.c135 strncpy(ualg->cru_module_name, module_name(alg->cra_module), crypto_report_one()
H A Dalgapi.c49 module_name(mod)); crypto_check_module_sig()
/linux-4.4.14/include/linux/
H A Dmoduleloader.h49 module_name(me)); apply_relocate()
72 module_name(me)); apply_relocate_add()
H A Dmodule.h62 const char *module_name; member in struct:module_version_attribute
258 .module_name = KBUILD_MODNAME, \
562 char *name, char *module_name, int *exported);
609 #define module_name(mod) \ macro
691 #define module_name(mod) "kernel" macro
715 char *module_name, int *exported) module_get_kallsym()
713 module_get_kallsym(unsigned int symnum, unsigned long *value, char *type, char *name, char *module_name, int *exported) module_get_kallsym() argument
/linux-4.4.14/drivers/media/platform/davinci/
H A Dvpbe.c87 if (!strcmp(encoder_name, cfg->venc.module_name)) vpbe_find_encoder_sd_index()
92 cfg->ext_encoders[i].module_name)) vpbe_find_encoder_sd_index()
251 if (strcmp(curr_enc_info->module_name, vpbe_set_output()
619 if (strcmp(vpbe_dev->cfg->module_name, "dm644x-vpbe-display") != 0) { vpbe_initialize()
653 vpbe_dev->cfg->venc.module_name); vpbe_initialize()
706 enc_info->module_name); vpbe_initialize()
710 enc_info->module_name); vpbe_initialize()
719 if ((strcmp(vpbe_dev->cfg->module_name, "dm365-vpbe-display") == 0) && vpbe_initialize()
729 amp_info->module_name); vpbe_initialize()
735 amp_info->module_name); vpbe_initialize()
775 if (strcmp(vpbe_dev->cfg->module_name, "dm644x-vpbe-display") != 0) { vpbe_initialize()
795 if (strcmp(vpbe_dev->cfg->module_name, "dm644x-vpbe-display") != 0) { vpbe_deinitialize()
835 if (!cfg->module_name[0] || vpbe_probe()
836 !cfg->osd.module_name[0] || vpbe_probe()
837 !cfg->venc.module_name[0]) { vpbe_probe()
H A Dvpbe_display.c649 strlcpy(cap->card, vpbe_dev->cfg->module_name, sizeof(cap->card)); vpbe_display_querycap()
/linux-4.4.14/kernel/
H A Dkmod.c69 static int call_modprobe(char *module_name, int wait) call_modprobe() argument
83 module_name = kstrdup(module_name, GFP_KERNEL); call_modprobe()
84 if (!module_name) call_modprobe()
90 argv[3] = module_name; /* check free_modprobe_argv() */ call_modprobe()
101 kfree(module_name); call_modprobe()
127 char module_name[MODULE_NAME_LEN]; __request_module() local
146 ret = vsnprintf(module_name, MODULE_NAME_LEN, fmt, args); __request_module()
151 ret = security_kernel_module_request(module_name); __request_module()
174 module_name); __request_module()
181 trace_module_request(module_name, wait, _RET_IP_); __request_module()
183 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); __request_module()
H A Dkallsyms.c454 char module_name[MODULE_NAME_LEN]; member in struct:kallsym_iter
461 &iter->type, iter->name, iter->module_name, get_ksymbol_mod()
472 iter->module_name[0] = '\0'; get_ksymbol_core()
536 if (iter->module_name[0]) { s_show()
546 type, iter->name, iter->module_name); s_show()
H A Dmodule.c1424 strncpy(ownername, module_name(owner), MODULE_NAME_LEN); resolve_symbol()
2102 mod->name, s->name, module_name(owner)); verify_export_symbols()
3798 char *name, char *module_name, int *exported) module_get_kallsym()
3813 strlcpy(module_name, mod->name, MODULE_NAME_LEN); module_get_kallsym()
3797 module_get_kallsym(unsigned int symnum, unsigned long *value, char *type, char *name, char *module_name, int *exported) module_get_kallsym() argument
H A Dparams.c913 mk = locate_module_kobject(vattr->module_name); version_sysfs_builtin()
/linux-4.4.14/mm/kasan/
H A Dkasan.h50 const void *module_name; /* Name of the module where the global variable is declared. */ member in struct:kasan_global
/linux-4.4.14/include/media/davinci/
H A Dvpbe.h32 char module_name[32]; member in struct:osd_config_info
71 char module_name[32]; member in struct:encoder_config_info
80 char module_name[32]; member in struct:amp_config_info
89 char module_name[32]; member in struct:vpbe_config
/linux-4.4.14/drivers/mtd/devices/
H A Dlart.c50 static char module_name[] = "lart"; variable
354 printk (KERN_WARNING "%s: erase error at address 0x%.8x.\n",module_name,offset); erase_block()
502 printk (KERN_WARNING "%s: write error at address 0x%.8x.\n",module_name,offset); write_dword()
613 printk ("%s: Probing for 28F160x3 flash on LART...\n",module_name); lart_flash_init()
616 printk (KERN_WARNING "%s: Found no LART compatible flash device\n",module_name); lart_flash_init()
619 printk ("%s: This looks like a LART board to me.\n",module_name); lart_flash_init()
620 mtd.name = module_name; lart_flash_init()
/linux-4.4.14/include/acpi/
H A Dacpixf.h853 acpi_error(const char *module_name,
858 acpi_exception(const char *module_name,
864 acpi_warning(const char *module_name,
869 acpi_info(const char *module_name,
874 acpi_bios_error(const char *module_name,
879 acpi_bios_warning(const char *module_name,
891 const char *module_name,
899 const char *module_name,
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Dvpfe.h50 char module_name[32]; member in struct:vpfe_ext_subdev_info
H A Dvpfe_mc_capture.c370 sdinfo->module_name); register_i2c_devices()
381 sdinfo->module_name); register_i2c_devices()
391 sdinfo->module_name); register_i2c_devices()
H A Dvpfe_video.c65 if (!strcmp(vpfe_cfg->sub_devs[i].module_name, subdev->name)) { vpfe_update_current_ext_subdev()
78 if (!strcmp(video->current_ext_subdev->module_name, vpfe_update_current_ext_subdev()
853 sdinfo->module_name); vpfe_s_input()
/linux-4.4.14/arch/arm/mach-davinci/
H A Dboard-dm355-evm.c302 .module_name = "dm355-vpbe-display",
305 .module_name = DM355_VPBE_OSD_SUBDEV_NAME,
308 .module_name = DM355_VPBE_VENC_SUBDEV_NAME,
H A Dboard-dm365-evm.c515 .module_name = "ths7303",
524 .module_name = "dm365-vpbe-display",
528 .module_name = DM365_VPBE_OSD_SUBDEV_NAME,
531 .module_name = DM365_VPBE_VENC_SUBDEV_NAME,
H A Dboard-dm644x-evm.c711 .module_name = "dm644x-vpbe-display",
714 .module_name = DM644X_VPBE_OSD_SUBDEV_NAME,
717 .module_name = DM644X_VPBE_VENC_SUBDEV_NAME,
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dmixer_drv.c35 .module_name = "s5p-hdmi",
40 .module_name = "s5p-sdo",
511 request_module(mxr_output_conf[i].module_name); mxr_init()
H A Dmixer_video.c36 struct mxr_device *mdev, char *module_name) find_and_register_subdev()
43 drv = driver_find(module_name, &platform_bus_type); find_and_register_subdev()
45 mxr_warn(mdev, "module %s is missing\n", module_name); find_and_register_subdev()
52 mxr_warn(mdev, "module %s provides no subdev!\n", module_name); find_and_register_subdev()
96 sd = find_and_register_subdev(mdev, conf->module_name); mxr_acquire_video()
113 conf->output_name, conf->module_name); mxr_acquire_video()
35 find_and_register_subdev( struct mxr_device *mdev, char *module_name) find_and_register_subdev() argument
H A Dmixer.h203 char *module_name; member in struct:mxr_output_conf
/linux-4.4.14/drivers/misc/
H A Dioc4.c79 __func__, module_name(is->is_owner), ioc4_register_submodule()
106 __func__, module_name(is->is_owner), ioc4_unregister_submodule()
382 __func__, module_name(is->is_owner), ioc4_probe()
431 __func__, module_name(is->is_owner), ioc4_remove()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c4037 .module_name = "dib0700",
4118 .module_name = "dib0700",
4163 .module_name = "dib0700",
4220 .module_name = "dib0700",
4286 .module_name = "dib0700",
4335 .module_name = "dib0700",
4404 .module_name = "dib0700",
4440 .module_name = "dib0700",
4516 .module_name = "dib0700",
4560 .module_name = "dib0700",
4609 .module_name = "dib0700",
4646 .module_name = "dib0700",
4683 .module_name = "dib0700",
4720 .module_name = "dib0700",
4757 .module_name = "dib0700",
4794 .module_name = "dib0700",
4845 .module_name = "dib0700",
4880 .module_name = "dib0700",
4917 .module_name = "dib0700",
4955 .module_name = "dib0700",
H A Ddw2102.c1844 .module_name = "dw2102",
1899 .module_name = "dw2102",
1950 .module_name = "dw2102",
1999 .module_name = "dw2102",
2093 .module_name = "dw2102",
2158 .module_name = "dw2102",
2207 .module_name = "dw2102",
H A Ddvb-usb-remote.c272 dev->driver_name = d->props.rc.core.module_name; rc_core_dvb_usb_remote_init()
H A Ddvb-usb.h206 char *module_name; member in struct:dvb_rc
H A Dtechnisat-usb2.c736 .module_name = "technisat-usb2",
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h95 char * module_name; member in struct:dsp_module_desc
H A Ddsp_spos.c377 "dsp_spos: loading module %s into DSP\n", module->module_name); cs46xx_dsp_load_module()
517 module_str = ins->symbol_table.symbols[i].module->module_name; cs46xx_dsp_proc_symbol_table_read()
540 snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name); cs46xx_dsp_proc_modules_read()
H A Dcs46xx_lib.c369 kfree(module->module_name); free_module_desc()
421 module->module_name = kstrdup(fw_name, GFP_KERNEL); load_firmware()
422 if (!module->module_name) load_firmware()
/linux-4.4.14/drivers/media/platform/
H A Dtimblogiw.c44 #define TIMBLOGIW_HAS_DECODER(lw) (lw->pdata.encoder.module_name)
645 lw->pdata.encoder.module_name); timblogiw_open()
800 if (!pdata->encoder.module_name) timblogiw_probe()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dpalmz72.c317 .module_name = "ov96xx",
/linux-4.4.14/drivers/sn/
H A Dioc3.c565 __func__, module_name(is->owner), ioc3_unregister_submodule()
773 module_name(ioc3_submodules[id]->owner), ioc3_remove()
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-camera.c48 .module_name = "em28xx",
/linux-4.4.14/arch/arm/mach-omap1/
H A Dboard-ams-delta.c430 .module_name = "ov6650",
/linux-4.4.14/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c359 .module_name = "soc_camera_platform",
/linux-4.4.14/tools/perf/util/
H A Dprobe-event.c278 char module_name[128]; kernel_get_module_dso() local
280 snprintf(module_name, sizeof(module_name), "[%s]", module); kernel_get_module_dso()
281 map = map_groups__find_by_name(&host_machine->kmaps, MAP__FUNCTION, module_name); kernel_get_module_dso()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dsoc_camera.c1790 if (shd->module_name) soc_camera_probe()
1791 ret = request_module(shd->module_name); soc_camera_probe()
/linux-4.4.14/drivers/usb/serial/
H A Dusb-serial.c464 module_name(serial->type->driver.owner)); serial_proc_show()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c889 module_name(THIS_MODULE), netxen_check_options()
1477 module_name(THIS_MODULE), NX_P3_A0, NX_P3_B1); netxen_nic_probe()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1217 char *module_name; member in struct:drx_version
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2628 module_name(THIS_MODULE), qlcnic_probe()
/linux-4.4.14/net/core/
H A Dsock.c2954 module_name(proto->owner), proto_seq_printf()

Completed in 1856 milliseconds