Home
last modified time | relevance | path

Searched refs:card_root (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_init.c38 hysdn_card *card_root = NULL; /* pointer to first card */ variable
79 card_root = NULL; in search_cards()
124 card_root = card; in search_cards()
137 while (card_root) { in free_resources()
138 card = card_root; in free_resources()
141 card_root = card_root->next; /* remove card from chain */ in free_resources()
155 card = card_root; /* first in chain */ in stop_cards()
245 card = card_root; /* first in chain */ in hysdn_exit()
Dhysdn_proclog.c221 card = card_root; in hysdn_log_read()
259 card = card_root; in hysdn_log_open()
324 card = card_root; in hysdn_log_close()
372 card = card_root; in hysdn_log_poll()
Dhysdn_procconf.c258 card = card_root; in hysdn_conf_open()
343 card = card_root; in hysdn_conf_close()
411 card = card_root; /* point to first card */ in hysdn_procconf_init()
439 card = card_root; /* start with first card */ in hysdn_procconf_release()
Dhysdn_defs.h229 extern hysdn_card *card_root; /* pointer to first card */