Home
last modified time | relevance | path

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

/linux/drivers/mtd/chips/
H A Dgen_probe.c211 probe_function = __symbol_get(probename); in cfi_cmdset_unknown()
214 probe_function = __symbol_get(probename); in cfi_cmdset_unknown()
/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c44 void *addr = __symbol_get(ksym_name); in hw_break_module_init()
/linux/include/linux/
H A Dmodule.h593 void *__symbol_get(const char *symbol);
598 (typeof(&x))(__symbol_get(__stringify(x))); })
/linux/kernel/module/
H A Dmain.c1438 void *__symbol_get(const char *symbol) in __symbol_get() function
1459 EXPORT_SYMBOL_GPL(__symbol_get);