Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/altera-stapl/
Daltera.c2339 struct altera_procinfo *procptr = NULL; in altera_get_act_info() local
2387 procptr = (struct altera_procinfo *) in altera_get_act_info()
2391 if (procptr == NULL) in altera_get_act_info()
2394 procptr->name = &p[str_table + act_proc_name]; in altera_get_act_info()
2395 procptr->attrs = act_proc_attribute; in altera_get_act_info()
2396 procptr->next = NULL; in altera_get_act_info()
2400 *proc_list = procptr; in altera_get_act_info()
2405 tmpptr->next = procptr; in altera_get_act_info()
2420 struct altera_procinfo *procptr = NULL; in altera_init() local
2482 procptr = proc_list; in altera_init()
[all …]