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

/linux-4.1.27/arch/mips/sgi-ip32/
H A Dip32-reset.c48 /* If the first __symbol_get failed, our module wasn't loaded. */ ip32_poweroff()
/linux-4.1.27/drivers/mtd/chips/
H A Dgen_probe.c210 probe_function = __symbol_get(probename); cfi_cmdset_unknown()
213 probe_function = __symbol_get(probename); cfi_cmdset_unknown()
/linux-4.1.27/include/linux/
H A Dmodule.h195 void *__symbol_get(const char *symbol);
197 #define symbol_get(x) ((typeof(&x))(__symbol_get(VMLINUX_SYMBOL_STR(x))))
/linux-4.1.27/kernel/
H A Dmodule.c1887 void *__symbol_get(const char *symbol) __symbol_get() function
1900 EXPORT_SYMBOL_GPL(__symbol_get); variable

Completed in 248 milliseconds