Home
last modified time | relevance | path

Searched refs:__symbol_get (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/mtd/chips/
Dgen_probe.c212 probe_function = __symbol_get(probename); in cfi_cmdset_unknown()
215 probe_function = __symbol_get(probename); in cfi_cmdset_unknown()
/linux-3.4.99/include/linux/
Dmodule.h188 void *__symbol_get(const char *symbol);
190 #define symbol_get(x) ((typeof(&x))(__symbol_get(MODULE_SYMBOL_PREFIX #x)))
/linux-3.4.99/kernel/
Dmodule.c1839 void *__symbol_get(const char *symbol) in __symbol_get() function
1852 EXPORT_SYMBOL_GPL(__symbol_get);