Searched refs:b_if (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | st5481_init.c | 66 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()
|
D | hisax_if.h | 57 struct hisax_b_if *b_if[2]; member 62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
|
D | config.c | 1769 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 …]
|
D | hisax_fcpcipnp.c | 361 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()
|
D | hisax_fcpcipnp.h | 28 struct hisax_b_if b_if; member
|
D | st5481.h | 372 struct hisax_b_if b_if; member 441 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
|
D | st5481_b.c | 21 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()
|
D | hisax.h | 518 struct hisax_b_if *b_if; member
|
/linux-2.4.37.9/drivers/usb/ |
D | auerisdn.c | 747 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()
|