Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hysdn/
Dhysdn_init.c40 hysdn_card *card_root = NULL; /* pointer to first card */ variable
99 card_root = card; in hysdn_pci_init_one()
128 if (card == card_root) { in hysdn_pci_remove_one()
129 card_root = card_root->next; in hysdn_pci_remove_one()
130 if (!card_root) in hysdn_pci_remove_one()
133 hysdn_card *tmp = card_root; in hysdn_pci_remove_one()
Dhysdn_procconf.c370 card = card_root; /* point to first card */ in hysdn_procconf_init()
398 card = card_root; /* start with first card */ in hysdn_procconf_release()
Dhysdn_defs.h223 extern hysdn_card *card_root; /* pointer to first card */