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

/drivers/isdn/hisax/
H A Dhisax_if.h45 struct hisax_if ifc; member in struct:hisax_b_if
52 struct hisax_if ifc; member in struct:hisax_d_if
H A Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; local
24 ifc->l1l2(ifc, pr, arg);
319 bcs->b_in.hisax_if = &bcs->b_if.ifc;
353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) argument
355 struct st5481_bcs *bcs = ifc->priv;
H A Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; local
60 ifc->l1l2(ifc, pr, arg);
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc;
H A Dconfig.c1582 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1583 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1633 b_if[i]->ifc.l1l2 = hisax_b_l1l2;
1637 hisax_d_if->ifc.l1l2 = hisax_d_l1l2;
1689 struct hisax_if *ifc = (struct hisax_if *) d_if; local
1690 ifc->l2l1(ifc, pr, arg);
1695 struct hisax_if *ifc = (struct hisax_if *) b_if; local
1696 ifc->l2l1(ifc, p
1699 hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) argument
1743 hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg) argument
[all...]
H A Dhfc4s8s_l1.c346 struct hfc4s8s_l1 *l1 = iface->ifc.priv;
386 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
401 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
415 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
423 bch_l2l1(struct hisax_if *ifc, int pr, void *arg) argument
425 struct hfc4s8s_btype *bch = ifc->priv;
498 bch->b_if.ifc
[all...]
H A Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; local
379 ifc->l1l2(ifc, pr, arg);
624 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) argument
626 struct fritz_bcs *bcs = ifc->priv;
851 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac;
852 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1;
857 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i];
858 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1;
H A Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; local
248 ifc->l1l2(ifc, pr, arg);
/drivers/net/caif/
H A Dcaif_spi.c459 static void cfspi_ss_cb(bool assert, struct cfspi_ifc *ifc) argument
461 struct cfspi *cfspi = (struct cfspi *)ifc->priv;
488 static void cfspi_xfer_done_cb(struct cfspi_ifc *ifc) argument
490 struct cfspi *cfspi = (struct cfspi *)ifc->priv;
662 /* Set up the ifc. */
663 cfspi->ifc.ss_cb = cfspi_ss_cb;
664 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb;
665 cfspi->ifc.priv = cfspi;
753 /* Assign the device ifc to this SPI interface. */
754 dev->ifc
[all...]
/drivers/isdn/hardware/eicon/
H A Ddivasync.h155 void* ifc; member in struct:_diva_didd_get_cfg_lib_ifc

Completed in 1967 milliseconds