Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/samples/hw_breakpoint/
H A Ddata_breakpoint.c44 void *addr = __symbol_get(ksym_name); in hw_break_module_init()
/linux-6.15/include/linux/
H A Dmodule.h309 void *__symbol_get(const char *symbol);
314 (typeof(&x))(__symbol_get(__stringify(x))); })
/linux-6.15/kernel/module/
H A Dmain.c1349 void *__symbol_get(const char *symbol) in __symbol_get() function
1370 EXPORT_SYMBOL_GPL(__symbol_get);