Lines Matching refs:ifc
1574 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg);
1575 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg);
1625 b_if[i]->ifc.l1l2 = hisax_b_l1l2; in hisax_register()
1629 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; in hisax_register()
1681 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1() local
1682 ifc->l2l1(ifc, pr, arg); in D_L2L1()
1687 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1() local
1688 ifc->l2l1(ifc, pr, arg); in B_L2L1()
1691 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_d_l1l2() argument
1693 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; in hisax_d_l1l2()
1735 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_b_l1l2() argument
1737 struct hisax_b_if *b_if = (struct hisax_b_if *) ifc; in hisax_b_l1l2()