Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Dhisax_if.h38 struct hisax_if { struct
40 void (*l1l2)(struct hisax_if *, int pr, void *arg); argument
41 void (*l2l1)(struct hisax_if *, int pr, void *arg); argument
45 struct hisax_if ifc;
52 struct hisax_if ifc;
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
64 void hisax_unregister(struct hisax_d_if *hisax_if);
Dst5481.h364 struct hisax_if *hisax_if; member
435 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
441 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
Dst5481_b.c21 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
306 bcs->b_in.hisax_if = &bcs->b_if.ifc; in st5481_setup_b()
340 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in st5481_b_l2l1()
Dhisax_isac.h37 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; in D_L1L2()
581 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in st5481_d_l2l1()
700 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
Dconfig.c1759 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1760 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1860 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1()
1866 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1()
1870 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_d_l1l2()
1914 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_b_l1l2()
Dhisax_isac.c244 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; in D_L1L2()
840 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in isac_d_l2l1()
Dst5481_usb.c508 in->hisax_if->l1l2(in->hisax_if, PH_DATA | INDICATION, skb); in usb_in_complete()
Dhisax_fcpcipnp.c361 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
604 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1()
/linux-2.4.37.9/drivers/usb/
Dauerisdn_b.h59 void auerisdn_b_l2l1(struct hisax_if *ifc, int pr, void *arg,
Dauerisdn.c398 static void auerisdn_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in auerisdn_d_l2l1()
1027 static void auerisdn_b0_l2l1_wrapper(struct hisax_if *ifc, int pr, in auerisdn_b0_l2l1_wrapper()
1034 static void auerisdn_b1_l2l1_wrapper(struct hisax_if *ifc, int pr, in auerisdn_b1_l2l1_wrapper()
Dauerisdn_b.c484 void auerisdn_b_l2l1(struct hisax_if *ifc, int pr, void *arg, in auerisdn_b_l2l1()