Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/altera-stapl/
Daltera.c2340 struct altera_procinfo *procptr = NULL; in altera_get_act_info() local
2388 procptr = in altera_get_act_info()
2392 if (procptr == NULL) in altera_get_act_info()
2395 procptr->name = &p[str_table + act_proc_name]; in altera_get_act_info()
2396 procptr->attrs = act_proc_attribute; in altera_get_act_info()
2397 procptr->next = NULL; in altera_get_act_info()
2401 *proc_list = procptr; in altera_get_act_info()
2406 tmpptr->next = procptr; in altera_get_act_info()
2421 struct altera_procinfo *procptr = NULL; in altera_init() local
2490 procptr = proc_list; in altera_init()
[all …]