Home
last modified time | relevance | path

Searched refs:im_name (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/kernel/
Dmodule.c91 void inter_module_register(const char *im_name, struct module *owner, const void *userdata) in inter_module_register() argument
100 im_name); in inter_module_register()
105 ime_new->im_name = im_name; in inter_module_register()
112 if (strcmp(ime->im_name, im_name) == 0) { in inter_module_register()
116 printk(KERN_ERR "inter_module_register: duplicate im_name '%s'", im_name); in inter_module_register()
132 void inter_module_unregister(const char *im_name) in inter_module_unregister() argument
140 if (strcmp(ime->im_name, im_name) == 0) { in inter_module_unregister()
152 im_name); in inter_module_unregister()
157 printk(KERN_ERR "inter_module_unregister: no entry for '%s'", im_name); in inter_module_unregister()
170 const void *inter_module_get(const char *im_name) in inter_module_get() argument
[all …]
/linux-2.4.37.9/drivers/mtd/devices/
Ddoc2001.c324 static const char im_name[] = "DoCMil_init"; variable
856 inter_module_register(im_name, THIS_MODULE, &DoCMil_init); in init_doc2001()
875 inter_module_unregister(im_name); in cleanup_doc2001()
Ddoc2000.c505 static const char im_name[] = "DoC2k_init"; variable
1145 inter_module_register(im_name, THIS_MODULE, &DoC2k_init); in init_doc2000()
1164 inter_module_unregister(im_name); in cleanup_doc2000()
/linux-2.4.37.9/include/linux/
Dmodule.h192 const char *im_name; member
/linux-2.4.37.9/include/linux/mtd/
Dcfi.h313 const char *im_name; /* inter_module name for cmdset_setup */ member
/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0020.c1441 static char im_name[]="cfi_cmdset_0020"; variable
1445 inter_module_register(im_name, THIS_MODULE, &cfi_cmdset_0020); in cfi_staa_init()
1451 inter_module_unregister(im_name); in cfi_staa_exit()
Dcfi_cmdset_0002.c1292 static char im_name[]="cfi_cmdset_0002"; variable
1296 inter_module_register(im_name, THIS_MODULE, &cfi_cmdset_0002); in cfi_amdstd_init()
1302 inter_module_unregister(im_name); in cfi_amdstd_exit()
Damd_flash.c136 static const char im_name[] = "amd_flash"; variable