Searched refs:card_root (Results 1 – 3 of 3) sorted by relevance
40 hysdn_card *card_root = NULL; /* pointer to first card */ variable99 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()
370 card = card_root; /* point to first card */ in hysdn_procconf_init()398 card = card_root; /* start with first card */ in hysdn_procconf_release()
223 extern hysdn_card *card_root; /* pointer to first card */