Searched refs:hisax_if (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | hisax_if.h | 38 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);
|
D | st5481.h | 363 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);
|
D | st5481_b.c | 22 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()
|
D | hisax_isac.h | 38 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
|
D | st5481_d.c | 58 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()
|
D | config.c | 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); 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()
|
D | hisax_isac.c | 245 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()
|
D | st5481_usb.c | 526 in->hisax_if->l1l2(in->hisax_if, PH_DATA | INDICATION, skb); in usb_in_complete()
|
D | hisax_fcpcipnp.c | 376 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()
|
D | hfc_usb.c | 163 struct hisax_if *hif; /* hisax interface */ 993 hfc_usb_l2l1(struct hisax_if *my_hisax_if, int pr, void *arg) in hfc_usb_l2l1()
|
D | hfc4s8s_l1.c | 381 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()
|