Searched refs:icn_card (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.h136 typedef struct icn_card { struct
137 struct icn_card *next; /* Pointer to next device struct */
138 struct icn_card *other; /* Pointer to other card for ICN4B */
168 } icn_card; typedef in typeref:struct:icn_card
179 struct icn_card *mcard; /* Currently mapped card */
188 static icn_card *cards = (icn_card *) 0;
H A Dicn.c56 icn_free_queue(icn_card * card, int channel)
95 icn_disable_ram(icn_card * card)
104 icn_enable_ram(icn_card * card)
115 icn_map_channel(icn_card * card, int channel)
141 icn_lock_channel(icn_card * card, int channel)
196 icn_trymaplock_channel(icn_card * card, int channel)
227 icn_maprelease_channel(icn_card * card, int channel)
248 icn_pollbchan_receive(int channel, icn_card * card)
299 icn_pollbchan_send(int channel, icn_card * card)
384 icn_card *car
[all...]

Completed in 54 milliseconds