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

/linux-4.1.27/drivers/isdn/divert/
H A Disdn_divert.c22 struct call_struc { struct
29 struct call_struc *next; /* pointer to next entry */
30 struct call_struc *prev;
47 static struct call_struc *divert_head = NULL; /* head of remembered entrys */
61 struct call_struc *cs = (struct call_struc *) arg; deflect_timer_expire()
119 struct call_struc *cs; cf_command()
158 if (!(cs = kmalloc(sizeof(struct call_struc), GFP_ATOMIC))) cf_command()
207 struct call_struc *cs; deflect_extern_action()
389 struct call_struc *cs = NULL; isdn_divert_icall()
453 if (!(cs = kmalloc(sizeof(struct call_struc), GFP_ATOMIC))) isdn_divert_icall()
534 struct call_struc *cs, *cs1; deleteprocs()
593 static int interrogate_success(isdn_ctrl *ic, struct call_struc *cs) interrogate_success()
684 struct call_struc *cs, *cs1; prot_stat_callback()
775 struct call_struc *cs, *cs1; isdn_divert_stat_callback()

Completed in 98 milliseconds