Home
last modified time | relevance | path

Searched refs:hisax_if (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dhisax_if.h38 struct hisax_if { struct
40 void (*l1l2)(struct hisax_if *, int pr, void *arg); argument
41 void (*l2l1)(struct hisax_if *, int pr, void *arg); argument
45 struct hisax_if ifc;
52 struct hisax_if ifc;
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],
64 void hisax_unregister(struct hisax_d_if *hisax_if);
Dst5481.h363 struct hisax_if *hisax_if; member
433 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
439 void st5481_b_l2l1(struct hisax_if *b_if, int pr, void *arg);
Dst5481_b.c22 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
319 bcs->b_in.hisax_if = &bcs->b_if.ifc; in st5481_setup_b()
353 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in st5481_b_l2l1()
Dhisax_isac.h38 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; in D_L1L2()
587 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in st5481_d_l2l1()
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
Dconfig.c1574 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);
1681 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1()
1687 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1()
1691 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_d_l1l2()
1735 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_b_l1l2()
Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; in D_L1L2()
839 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in isac_d_l2l1()
Dst5481_usb.c526 in->hisax_if->l1l2(in->hisax_if, PH_DATA | INDICATION, skb); in usb_in_complete()
Dhisax_fcpcipnp.c376 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2()
623 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1()
Dhfc_usb.c163 struct hisax_if *hif; /* hisax interface */
993 hfc_usb_l2l1(struct hisax_if *my_hisax_if, int pr, void *arg) in hfc_usb_l2l1()
Dhfc4s8s_l1.c381 bch_l2l1(struct hisax_if *ifc, int pr, void *arg) in bch_l2l1()
982 bch->b_if.ifc.l1l2((struct hisax_if *) &bch->b_if, in tx_b_frame()