Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/altera-stapl/
Daltera.c2320 struct altera_procinfo *procptr = NULL; in altera_get_act_info() local
2368 procptr = in altera_get_act_info()
2372 if (procptr == NULL) in altera_get_act_info()
2375 procptr->name = &p[str_table + act_proc_name]; in altera_get_act_info()
2376 procptr->attrs = act_proc_attribute; in altera_get_act_info()
2377 procptr->next = NULL; in altera_get_act_info()
2381 *proc_list = procptr; in altera_get_act_info()
2386 tmpptr->next = procptr; in altera_get_act_info()
2401 struct altera_procinfo *procptr = NULL; in altera_init() local
2470 procptr = proc_list; in altera_init()
[all …]