Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c44 void *addr = __symbol_get(ksym_name); in hw_break_module_init()
/openbmc/linux/include/linux/
H A Dmodule.h301 void *__symbol_get(const char *symbol);
303 #define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x))))
/openbmc/linux/kernel/module/
H A Dmain.c1289 void *__symbol_get(const char *symbol) in __symbol_get() function
1313 EXPORT_SYMBOL_GPL(__symbol_get);