Searched refs:hisax_d_if (Results 1 – 11 of 11) sorted by relevance
/drivers/isdn/hisax/ |
D | config.c | 1582 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 …]
|
D | st5481_init.c | 77 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()
|
D | hisax_if.h | 51 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);
|
D | hisax_isac.h | 17 struct hisax_d_if hisax_d_if; member 37 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
|
D | st5481.h | 382 struct hisax_d_if hisax_d_if; member 433 void st5481_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() 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()
|
D | hisax_fcpcipnp.c | 849 adapter->isac.hisax_d_if.owner = THIS_MODULE; in new_adapter() 850 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter() 851 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter() 863 if (hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp", in new_adapter() 874 hisax_unregister(&adapter->isac.hisax_d_if); in delete_adapter()
|
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() argument 841 struct isac *isac = hisax_d_if->priv; in isac_d_l2l1()
|
D | hisax.h | 919 struct hisax_d_if *hisax_d_if; member
|
D | hfc4s8s_l1.c | 159 struct hisax_d_if d_if; /* D-channel interface */ 302 dch_l2l1(struct hisax_d_if *iface, int pr, void *arg) in dch_l2l1()
|
D | hfc_usb.c | 171 struct hisax_d_if d_if; /* see hisax_if.h */
|