Searched refs:b_if (Results 1 - 10 of 10) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c1522 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], argument
1557 b_if[i]->ifc.l1l2 = hisax_b_l1l2;
1559 hisax_d_if->b_if[i] = b_if[i];
1617 static inline void B_L2L1(struct hisax_b_if *b_if, int pr, void *arg) argument
1619 struct hisax_if *ifc = (struct hisax_if *) b_if;
1669 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; local
1670 struct BCState *bcs = b_if->bcs;
1682 bcs->hw.b_if = NULL;
1699 B_L2L1(b_if, PH_DAT
1752 struct hisax_b_if *b_if = bcs->hw.b_if; local
1803 struct hisax_b_if *b_if = bcs->hw.b_if; local
[all...]
H A Dhfc4s8s_l1.c135 struct hisax_b_if b_if; member in struct:hfc4s8s_btype
497 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
544 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
591 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
627 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
901 bch->b_if
[all...]
H A Dhfc_usb.c172 struct hisax_b_if b_if[2]; /* see hisax_if.h */ member in struct:hfcusb_data
1299 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2];
1300 hfc->b_if[i].ifc.l2l1 = hfc_usb_l2l1;
1301 p_b_if[i] = &hfc->b_if[i];
H A Dhisax.h520 struct hisax_b_if *b_if; member in union:BCState::__anon4764
H A Dhisax_fcpcipnp.c374 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if;
841 struct hisax_b_if *b_if[2]; local
855 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
856 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1;
860 b_if[i] = &adapter->bcs[i].b_if;
862 if (hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp",
H A Dhisax_fcpcipnp.h28 struct hisax_b_if b_if; member in struct:fritz_bcs
H A Dhisax_if.h57 struct hisax_b_if *b_if[2]; member in struct:hisax_d_if
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
H A Dst5481.h371 struct hisax_b_if b_if; member in struct:st5481_bcs
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;
H A Dst5481_init.c64 struct hisax_b_if *b_if[2]; local
86 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
87 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1;
108 b_if[i] = &adapter->bcs[i].b_if;
110 if (hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb",

Completed in 205 milliseconds