Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A Daltera.c2325 struct altera_procinfo *procptr = NULL; in altera_get_act_info() local
2373 procptr = in altera_get_act_info()
2377 if (procptr == NULL) in altera_get_act_info()
2380 procptr->name = &p[str_table + act_proc_name]; in altera_get_act_info()
2381 procptr->attrs = act_proc_attribute; in altera_get_act_info()
2382 procptr->next = NULL; in altera_get_act_info()
2386 *proc_list = procptr; in altera_get_act_info()
2391 tmpptr->next = procptr; in altera_get_act_info()
2406 struct altera_procinfo *procptr = NULL; in altera_init() local
2475 procptr in altera_init()
[all...]
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A 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
2450 procptr in altera_init()
[all...]

Completed in 5 milliseconds