Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dhisax_if.h51 struct hisax_d_if { struct
62 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[], argument
64 void hisax_unregister(struct hisax_d_if *hisax_if);
Dhisax_isac.h18 struct hisax_d_if hisax_d_if; member
38 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
Dst5481_init.c77 adapter->hisax_d_if.owner = THIS_MODULE; in probe_st5481()
78 adapter->hisax_d_if.ifc.priv = adapter; in probe_st5481()
79 adapter->hisax_d_if.ifc.l2l1 = st5481_d_l2l1; in probe_st5481()
107 if (hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb", in probe_st5481()
151 hisax_unregister(&adapter->hisax_d_if); in disconnect_st5481()
Dconfig.c1582 static void EChannel_proc_rcv(struct hisax_d_if *d_if);
1589 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], in hisax_register() argument
1608 retval = checkcard(i, id, NULL, hisax_d_if->owner, in hisax_register()
1616 hisax_d_if->cs = cs; in hisax_register()
1617 cs->hw.hisax_d_if = hisax_d_if; in hisax_register()
1627 hisax_d_if->b_if[i] = b_if[i]; in hisax_register()
1629 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; in hisax_register()
1630 skb_queue_head_init(&hisax_d_if->erq); in hisax_register()
1631 clear_bit(0, &hisax_d_if->ph_state); in hisax_register()
1636 void hisax_unregister(struct hisax_d_if *hisax_d_if) in hisax_unregister() argument
[all …]
Dst5481.h382 struct hisax_d_if hisax_d_if; member
433 void st5481_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() argument
589 struct st5481_adapter *adapter = hisax_d_if->priv; in st5481_d_l2l1()
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
Dhisax_fcpcipnp.c848 adapter->isac.hisax_d_if.owner = THIS_MODULE; in new_adapter()
849 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter()
850 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter()
862 if (hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp", in new_adapter()
873 hisax_unregister(&adapter->isac.hisax_d_if); in delete_adapter()
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() argument
841 struct isac *isac = hisax_d_if->priv; in isac_d_l2l1()
Dhisax.h919 struct hisax_d_if *hisax_d_if; member
Dhfc4s8s_l1.c159 struct hisax_d_if d_if; /* D-channel interface */
302 dch_l2l1(struct hisax_d_if *iface, int pr, void *arg) in dch_l2l1()
Dhfc_usb.c171 struct hisax_d_if d_if; /* see hisax_if.h */