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

/linux-4.1.27/drivers/isdn/hisax/
H A Dcallc.c1009 dummy_pstack(struct PStack *st, int pr, void *arg) { dummy_pstack() function
1010 printk(KERN_WARNING"call to dummy_pstack pr=%04x arg %lx\n", pr, (long)arg); dummy_pstack()
1019 (*stp)->l1.l1l2 = dummy_pstack; init_PStack()
1020 (*stp)->l1.l1hw = dummy_pstack; init_PStack()
1021 (*stp)->l1.l1tei = dummy_pstack; init_PStack()
1022 (*stp)->l2.l2tei = dummy_pstack; init_PStack()
1023 (*stp)->l2.l2l1 = dummy_pstack; init_PStack()
1024 (*stp)->l2.l2l3 = dummy_pstack; init_PStack()
1025 (*stp)->l3.l3l2 = dummy_pstack; init_PStack()
1026 (*stp)->l3.l3ml3 = dummy_pstack; init_PStack()
1027 (*stp)->l3.l3l4 = dummy_pstack; init_PStack()
1028 (*stp)->lli.l4l3 = dummy_pstack; init_PStack()
1029 (*stp)->ma.layer = dummy_pstack; init_PStack()

Completed in 61 milliseconds