Searched defs:hisax_d_if (Results 1 - 7 of 7) sorted by relevance

/drivers/isdn/hisax/
H A Dhisax_isac.h17 struct hisax_d_if hisax_d_if; member in struct:isac
37 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
H A Dhisax_if.h51 struct hisax_d_if { struct
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);
H A Dst5481_d.c58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if;
587 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) argument
589 struct st5481_adapter *adapter = hisax_d_if->priv;
709 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc;
H A Dconfig.c1590 static void EChannel_proc_rcv(struct hisax_d_if *d_if);
1597 int hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], argument
1616 retval = checkcard(i, id, NULL, hisax_d_if->owner,
1624 hisax_d_if->cs = cs;
1625 cs->hw.hisax_d_if = hisax_d_if;
1635 hisax_d_if->b_if[i] = b_if[i];
1637 hisax_d_if->ifc.l1l2 = hisax_d_l1l2;
1638 skb_queue_head_init(&hisax_d_if
1644 hisax_unregister(struct hisax_d_if *hisax_d_if) argument
1793 struct hisax_d_if *hisax_d_if = cs->hw.hisax_d_if; local
1863 struct hisax_d_if *hisax_d_if = cs->hw.hisax_d_if; local
[all...]
H A Dhisax_isac.c245 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if;
839 void isac_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg) argument
841 struct isac *isac = hisax_d_if->priv;
H A Dst5481.h382 struct hisax_d_if hisax_d_if; member in struct:st5481_adapter
433 void st5481_d_l2l1(struct hisax_if *hisax_d_if, int pr, void *arg);
H A Dhisax.h919 struct hisax_d_if *hisax_d_if; member in union:IsdnCardState::__anon1228

Completed in 951 milliseconds