Searched refs:cardbus_phdl_list (Results 1 – 1 of 1) sorted by relevance
242 static cardbus_phdl_t *cardbus_phdl_list = NULL; variable519 for (entry = cardbus_phdl_list; entry != NULL; entry = entry->next) { in cardbus_find_phdl()544 new->next = cardbus_phdl_list; in cardbus_create_phdl()545 cardbus_phdl_list = new; in cardbus_create_phdl()559 for (entry = cardbus_phdl_list; entry != NULL; follow = entry, in cardbus_destroy_phdl()562 if (entry == cardbus_phdl_list) { in cardbus_destroy_phdl()563 cardbus_phdl_list = entry->next; in cardbus_destroy_phdl()