Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/altera-stapl/
Daltera.c2296 struct altera_procinfo *procptr = NULL; in altera_get_act_info() local
2344 procptr = in altera_get_act_info()
2348 if (procptr == NULL) in altera_get_act_info()
2351 procptr->name = &p[str_table + act_proc_name]; in altera_get_act_info()
2352 procptr->attrs = act_proc_attribute; in altera_get_act_info()
2353 procptr->next = NULL; in altera_get_act_info()
2357 *proc_list = procptr; in altera_get_act_info()
2362 tmpptr->next = procptr; in altera_get_act_info()
2377 struct altera_procinfo *procptr = NULL; in altera_init() local
2446 procptr = proc_list; in altera_init()
[all …]