Searched refs:b_if (Results 1 - 10 of 10) sorted by relevance
/drivers/isdn/hisax/ |
H A D | hisax_if.h | 57 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 D | st5481_init.c | 62 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 D | hisax_fcpcipnp.h | 28 struct hisax_b_if b_if; member in struct:fritz_bcs
|
H A D | config.c | 1597 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], argument 1633 b_if[i]->ifc.l1l2 = hisax_b_l1l2; 1635 hisax_d_if->b_if[i] = b_if[i]; 1693 static inline void B_L2L1(struct hisax_b_if *b_if, int pr, void *arg) argument 1695 struct hisax_if *ifc = (struct hisax_if *) b_if; 1745 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; local 1746 struct BCState *bcs = b_if->bcs; 1759 bcs->hw.b_if = NULL; 1776 B_L2L1(b_if, PH_DAT 1830 struct hisax_b_if *b_if = bcs->hw.b_if; local 1882 struct hisax_b_if *b_if = bcs->hw.b_if; local [all...] |
H A D | hfc4s8s_l1.c | 136 struct hisax_b_if b_if; member in struct:hfc4s8s_btype 498 bch->b_if.ifc.l1l2(&bch->b_if.ifc, 545 bch->b_if.ifc.l1l2(&bch->b_if.ifc, 592 bch->b_if.ifc.l1l2(&bch->b_if.ifc, 628 bch->b_if.ifc.l1l2(&bch->b_if.ifc, 902 bch->b_if [all...] |
H A D | hisax_fcpcipnp.c | 376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; 843 struct hisax_b_if *b_if[2]; local 857 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; 858 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; 862 b_if[i] = &adapter->bcs[i].b_if; 864 if (hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp",
|
H A D | st5481.h | 371 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 D | st5481_b.c | 22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; 319 bcs->b_in.hisax_if = &bcs->b_if.ifc;
|
H A D | hfc_usb.c | 172 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 D | hisax.h | 530 struct hisax_b_if *b_if; member in union:BCState::__anon1227
|
Completed in 82 milliseconds