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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dcallc.c1018 dummy_pstack(struct PStack *st, int pr, void *arg) { function
1019 printk(KERN_WARNING"call to dummy_pstack pr=%04x arg %lx\n", pr, (long)arg);
1028 (*stp)->l1.l1l2 = dummy_pstack;
1029 (*stp)->l1.l1hw = dummy_pstack;
1030 (*stp)->l1.l1tei = dummy_pstack;
1031 (*stp)->l2.l2tei = dummy_pstack;
1032 (*stp)->l2.l2l1 = dummy_pstack;
1033 (*stp)->l2.l2l3 = dummy_pstack;
1034 (*stp)->l3.l3l2 = dummy_pstack;
1035 (*stp)->l3.l3ml3 = dummy_pstack;
[all...]

Completed in 34 milliseconds