Home
last modified time | relevance | path

Searched refs:hi_entry_list (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c43 } hi_entry_list; typedef
45 static hi_entry_list *g_proc_head = HI_NULL;
65 static hi_entry_list *add_list(const hi_char *name, const hi_u32 private_data) in add_list()
67 hi_entry_list *tmp; in add_list()
68 tmp = (hi_entry_list *)osal_kmalloc(sizeof(hi_entry_list), osal_gfp_kernel); in add_list()
82 hi_entry_list *tmp = g_proc_head; in get_list_and_delete_node()
83 hi_entry_list *pre = g_proc_head; in get_list_and_delete_node()
84 hi_entry_list *tmp1 = HI_NULL; in get_list_and_delete_node()
108 hi_entry_list *tm in del_list_node()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c42 } hi_entry_list; typedef
44 static hi_entry_list *g_proc_head = HI_NULL;
64 static hi_entry_list *add_list(const hi_char *name, const hi_u32 private_data) in add_list()
66 hi_entry_list *tmp; in add_list()
67 tmp = (hi_entry_list *)osal_kmalloc(0, sizeof(hi_entry_list), OSAL_GFP_KERNEL); in add_list()
81 hi_entry_list *tmp = g_proc_head; in get_list_and_delete_node()
82 hi_entry_list *pre = g_proc_head; in get_list_and_delete_node()
83 hi_entry_list *tmp1 = HI_NULL; in get_list_and_delete_node()
107 hi_entry_list *tm in del_list_node()
[all...]

Completed in 1 milliseconds