Searched refs:hisax_if (Results 1 - 11 of 11) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c1507 #include "hisax_if.h"
1512 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1513 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1613 struct hisax_if *ifc = (struct hisax_if *) d_if;
1619 struct hisax_if *ifc = (struct hisax_if *) b_if;
1623 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg)
1667 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg)
H A Dhfc4s8s_l1.c32 #include "hisax_if.h"
422 bch_l2l1(struct hisax_if *ifc, int pr, void *arg)
1078 bch->b_if.ifc.l1l2((struct hisax_if *) &bch->b_if,
H A Dhfc_usb.c41 #include "hisax_if.h"
160 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 */
1075 hfc_usb_l2l1(struct hisax_if *my_hisax_if, int pr, void *arg)
H A Dhisax_fcpcipnp.c374 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if;
622 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg)
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.c244 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if;
838 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg)
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;
316 bcs->b_in.hisax_if = &bcs->b_if.ifc;
350 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 Dst5481_usb.c530 in->hisax_if->l1l2(in->hisax_if, PH_DATA | INDICATION, skb);

Completed in 157 milliseconds