Home
last modified time | relevance | path

Searched refs:hisax_b_if (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hisax/
Dhisax_if.h44 struct hisax_b_if { struct
57 struct hisax_b_if *b_if[2]; argument
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
Dhisax_fcpcipnp.h28 struct hisax_b_if b_if;
Dst5481_init.c66 struct hisax_b_if *b_if[2]; in probe_st5481()
Dconfig.c1769 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], in hisax_register()
1864 static inline void B_L2L1(struct hisax_b_if *b_if, int pr, void *arg) in B_L2L1()
1916 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; in hisax_b_l1l2()
1996 struct hisax_b_if *b_if = bcs->hw.b_if; in hisax_b_l2l1()
2048 struct hisax_b_if *b_if = bcs->hw.b_if; in hisax_bc_close()
Dst5481.h372 struct hisax_b_if b_if;
Dhisax.h518 struct hisax_b_if *b_if;
Dhisax_fcpcipnp.c824 struct hisax_b_if *b_if[2]; in new_adapter()
/linux-2.4.37.9/drivers/usb/
Dauerisdn.h60 struct hisax_b_if hisax_b_if[AUISDN_BCHANNELS]; /* Hisax B-channel interfaces */ member
Dauerisdn.c747 struct hisax_b_if *b_if[AUISDN_BCHANNELS]; in auerisdn_probe()
915 b_if[u] = &ahp->hisax_b_if[u]; in auerisdn_probe()
1052 ahp->hisax_b_if[0].ifc.priv = ahp; in auerisdn_init()
1053 ahp->hisax_b_if[0].ifc.l2l1 = auerisdn_b0_l2l1_wrapper; in auerisdn_init()
1054 ahp->hisax_b_if[1].ifc.priv = ahp; in auerisdn_init()
1055 ahp->hisax_b_if[1].ifc.l2l1 = auerisdn_b1_l2l1_wrapper; in auerisdn_init()
Dauerisdn_b.c71 ahp->hisax_b_if[bc->channel].ifc.l1l2(&ahp-> in auerisdn_b_l1l2()
72 hisax_b_if[bc-> in auerisdn_b_l1l2()