Searched refs:hisax_d_if (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
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_init.c | 82 SET_MODULE_OWNER(&adapter->hisax_d_if); in probe_st5481() 83 adapter->hisax_d_if.ifc.priv = adapter; in probe_st5481() 84 adapter->hisax_d_if.ifc.l2l1 = st5481_d_l2l1; in probe_st5481() 113 hisax_register(&adapter->hisax_d_if, b_if, "st5481_usb", protocol); in probe_st5481() 148 hisax_unregister(&adapter->hisax_d_if); in disconnect_st5481()
|
D | config.c | 1767 static void EChannel_proc_rcv(struct hisax_d_if *d_if); 1769 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], in hisax_register() argument 1795 hisax_d_if->cs = cs; in hisax_register() 1796 cs->hw.hisax_d_if = hisax_d_if; in hisax_register() 1806 hisax_d_if->b_if[i] = b_if[i]; in hisax_register() 1808 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; in hisax_register() 1809 skb_queue_head_init(&hisax_d_if->erq); in hisax_register() 1810 clear_bit(0, &hisax_d_if->ph_state); in hisax_register() 1815 void hisax_unregister(struct hisax_d_if *hisax_d_if) in hisax_unregister() argument 1817 cards[hisax_d_if->cs->cardnr].typ = 0; in hisax_unregister() [all …]
|
D | st5481.h | 384 struct hisax_d_if hisax_d_if; member 435 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() 581 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in st5481_d_l2l1() argument 583 struct st5481_adapter *adapter = hisax_d_if->priv; in st5481_d_l2l1() 700 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
|
D | hisax_fcpcipnp.c | 833 SET_MODULE_OWNER(&adapter->isac.hisax_d_if); in new_adapter() 834 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter() 835 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter() 849 hisax_register(&adapter->isac.hisax_d_if, b_if, "fcpcipnp", protocol); in new_adapter() 856 hisax_unregister(&adapter->isac.hisax_d_if); in delete_adapter()
|
D | hisax_isac.c | 244 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; in D_L1L2() 840 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in isac_d_l2l1() argument 842 struct isac *isac = hisax_d_if->priv; in isac_d_l2l1()
|
D | hisax.h | 915 struct hisax_d_if *hisax_d_if; member
|
/linux-2.4.37.9/drivers/usb/ |
D | auerisdn.h | 59 struct hisax_d_if hisax_d_if; /* Hisax D-Channel interface */ member
|
D | auerisdn.c | 78 ahp->hisax_d_if.ifc.l1l2(&ahp->hisax_d_if.ifc, pr, arg); in auerisdn_d_l1l2() 398 static void auerisdn_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) in auerisdn_d_l2l1() argument 416 ahp = hisax_d_if->priv; in auerisdn_d_l2l1() 643 hisax_d_if->l1l2(hisax_d_if, in auerisdn_d_l2l1() 655 hisax_d_if->l1l2(hisax_d_if, PH_DATA | CONFIRM, in auerisdn_d_l2l1() 918 (&ahp->hisax_d_if, b_if, "auerswald_usb", in auerisdn_probe() 1050 ahp->hisax_d_if.ifc.priv = ahp; in auerisdn_init() 1051 ahp->hisax_d_if.ifc.l2l1 = auerisdn_d_l2l1; in auerisdn_init() 1072 hisax_unregister(&ahp->hisax_d_if); in auerisdn_cleanup()
|