Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/divert/
Disdn_divert.c22 struct call_struc struct
29 struct call_struc *next; /* pointer to next entry */ argument
30 struct call_struc *prev; argument
47 static struct call_struc *divert_head = NULL; /* head of remembered entrys */
61 struct call_struc *cs = (struct call_struc *) arg; in deflect_timer_expire()
118 struct call_struc *cs; in cf_command()
157 if (!(cs = kmalloc(sizeof(struct call_struc), GFP_ATOMIC))) in cf_command()
206 { struct call_struc *cs; in deflect_extern_action()
391 struct call_struc *cs = NULL; in isdn_divert_icall()
455 if (!(cs = kmalloc(sizeof(struct call_struc), GFP_ATOMIC))) in isdn_divert_icall()
[all …]