Home
last modified time | relevance | path

Searched refs:b_if (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hisax/
Dst5481_init.c66 struct hisax_b_if *b_if[2]; in probe_st5481() local
89 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in probe_st5481()
90 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1; in probe_st5481()
111 b_if[i] = &adapter->bcs[i].b_if; in probe_st5481()
113 hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb", protocol); in probe_st5481()
Dhisax_if.h57 struct hisax_b_if *b_if[2]; member
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
Dconfig.c1769 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], in hisax_register() argument
1804 b_if[i]->ifc.l1l2 = hisax_b_l1l2; in hisax_register()
1806 hisax_d_if->b_if[i] = b_if[i]; in hisax_register()
1864 static inline void B_L2L1(struct hisax_b_if *b_if, int pr, void *arg) in B_L2L1() argument
1866 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1()
1916 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; in hisax_b_l1l2() local
1917 struct BCState *bcs = b_if->bcs; in hisax_b_l1l2()
1930 bcs->hw.b_if = NULL; in hisax_b_l1l2()
1942 B_L2L1(b_if, PH_DATA | REQUEST, skb); in hisax_b_l1l2()
1996 struct hisax_b_if *b_if = bcs->hw.b_if; in hisax_b_l2l1() local
[all …]
Dhisax_fcpcipnp.c361 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
824 struct hisax_b_if *b_if[2]; in new_adapter() local
840 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter()
841 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; in new_adapter()
847 b_if[i] = &adapter->bcs[i].b_if; in new_adapter()
849 hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp", protocol); in new_adapter()
Dhisax_fcpcipnp.h28 struct hisax_b_if b_if; member
Dst5481.h372 struct hisax_b_if b_if; member
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()
Dhisax.h518 struct hisax_b_if *b_if; member
/linux-2.4.37.9/drivers/usb/
Dauerisdn.c747 struct hisax_b_if *b_if[AUISDN_BCHANNELS]; in auerisdn_probe() local
915 b_if[u] = &ahp->hisax_b_if[u]; in auerisdn_probe()
918 (&ahp->hisax_d_if, b_if, "auerswald_usb", in auerisdn_probe()