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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax_if.h38 struct hisax_if { struct
40 void (*l1l2)(struct hisax_if *, int pr, void *arg);
41 void (*l2l1)(struct hisax_if *, int pr, void *arg);
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);
H A Dhisax_isac.h6 #include "hisax_if.h"
37 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
H A Dst5481.h231 #include "hisax_if.h"
363 struct hisax_if *hisax_if; member in struct:st5481_in
434 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
440 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
H A Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if;
319 bcs->b_in.hisax_if = &bcs->b_if.ifc;
353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg)
H A Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if;
527 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg)
649 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc;
H A Dconfig.c1558 #include "hisax_if.h"
1563 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1564 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1670 struct hisax_if *ifc = (struct hisax_if *) d_if;
1676 struct hisax_if *ifc = (struct hisax_if *) b_if;
1680 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg)
1724 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg)
H A Dst5481_usb.c523 in->hisax_if->l1l2(in->hisax_if, PH_DATA | INDICATION, skb);
H A Dhisax_fcpcipnp.c375 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if;
623 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg)
H A Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if;
839 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg)
H A Dhfc4s8s_l1.c33 #include "hisax_if.h"
423 bch_l2l1(struct hisax_if *ifc, int pr, void *arg)
1079 bch->b_if.ifc.l1l2((struct hisax_if *) &bch->b_if,
H A Dhfc_usb.c44 #include "hisax_if.h"
163 struct hisax_if *hif; /* hisax interface */
171 struct hisax_d_if d_if; /* see hisax_if.h */
172 struct hisax_b_if b_if[2]; /* see hisax_if.h */
998 hfc_usb_l2l1(struct hisax_if *my_hisax_if, int pr, void *arg)

Completed in 128 milliseconds