Searched defs:b_if (Results 1 - 9 of 9) sorted by relevance

/drivers/isdn/hisax/
H A Dst5481_init.c62 struct hisax_b_if *b_if[2]; local
84 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
85 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1;
105 b_if[i] = &adapter->bcs[i].b_if;
107 if (hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb",
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 Dconfig.c1589 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], argument
1625 b_if[i]->ifc.l1l2 = hisax_b_l1l2;
1627 hisax_d_if->b_if[i] = b_if[i];
1685 static inline void B_L2L1(struct hisax_b_if *b_if, int pr, void *arg) argument
1687 struct hisax_if *ifc = (struct hisax_if *) b_if;
1737 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; local
1738 struct BCState *bcs = b_if->bcs;
1751 bcs->hw.b_if = NULL;
1768 B_L2L1(b_if, PH_DAT
1822 struct hisax_b_if *b_if = bcs->hw.b_if; local
1874 struct hisax_b_if *b_if = bcs->hw.b_if; local
[all...]
H A Dhfc4s8s_l1.c136 struct hisax_b_if b_if; member in struct:hfc4s8s_btype
477 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
524 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
571 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
607 bch->b_if.ifc.l1l2(&bch->b_if.ifc,
848 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
1201 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2];
1202 hfc->b_if[i].ifc.l2l1 = hfc_usb_l2l1;
1203 p_b_if[i] = &hfc->b_if[i];
H A Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if;
842 struct hisax_b_if *b_if[2]; local
856 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
857 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1;
861 b_if[i] = &adapter->bcs[i].b_if;
863 if (hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp",
H A Dst5481.h371 struct hisax_b_if b_if; member in struct:st5481_bcs
439 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
H A Dhisax.h530 struct hisax_b_if *b_if; member in union:BCState::__anon1890

Completed in 416 milliseconds