Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dgen_probe.c212 probe_function = __symbol_get(probename); in cfi_cmdset_unknown()
215 probe_function = __symbol_get(probename); in cfi_cmdset_unknown()
/OK3568_Linux_fs/kernel/samples/hw_breakpoint/
H A Ddata_breakpoint.c44 void *addr = __symbol_get(ksym_name); in hw_break_module_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmodule.h304 void *__symbol_get(const char *symbol);
306 #define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x))))
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2285 void *__symbol_get(const char *symbol) in __symbol_get() function
2298 EXPORT_SYMBOL_GPL(__symbol_get);
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c1195 btmsg_to_wifi = __symbol_get(VMLINUX_SYMBOL_STR(rtw_btcoex_bt_to_wifi)); in rtk_send_coexmsg2wifi()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c1195 btmsg_to_wifi = __symbol_get(VMLINUX_SYMBOL_STR(rtw_btcoex_bt_to_wifi)); in rtk_send_coexmsg2wifi()