Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_exportfunc.c33 }exportfunc_node; typedef
40 exportfunc_node *func_node = NULL; in osal_exportfunc_find_node()
55 exportfunc_node *func_node_new = NULL; in osal_exportfunc_register()
56 exportfunc_node *func_node_find = NULL; in osal_exportfunc_register()
62 func_node_new = kmalloc(sizeof(exportfunc_node), GFP_KERNEL); in osal_exportfunc_register()
67 ret = memset_s(func_node_new, sizeof(exportfunc_node), 0, sizeof(exportfunc_node)); in osal_exportfunc_register()
95 exportfunc_node *func_node_find = NULL; in osal_exportfunc_unregister()
121 exportfunc_node *func_node_find = NULL; in osal_exportfunc_get()